DIM_PROSPECTPLANSTATUS
Contains information about prospect plant status codes.
Primary Key
Primary Key |
Field Type |
PROSPECTPLANSTATUSDIMID |
int |
Fields
Field |
Field Type |
Null |
Notes |
Description |
PROSPECTPLANSTATUSSYSTEMID |
uniqueidentifier |
yes |
|
dbo.[PROSPECTPLANSTATUSCODE].[ID] |
PROSPECTPLANSTATUS |
nvarchar(100) |
yes |
|
dbo.[PROSPECTPLANSTATUSCODE].[DESCRIPTION] |
PROSPECTPLANISACTIVE |
bit |
yes |
|
dbo.[PROSPECTPLANSTATUSCODE].[ACTIVE] |
ISINCLUDED |
bit |
yes |
|
Flag indicating when data should be included in results. |
ETLCONTROLID |
int |
yes |
|
ID generated through the ETL process |
SOURCEDIMID |
int |
yes |
|
Source system used. |
PROSPECTPLANSTATUSSEQUENCE |
int |
yes |
|
dbo.[PROSPECTPLANSTATUSCODE].[SEQUENCE] |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
PK_DIM_PROSPECTPLANSTATUS |
PROSPECTPLANSTATUSDIMID |
yes |
yes |
yes |