DIM_REVENUEOTHERTYPECODE
Stores information about other revenue type
Primary Key
Primary Key |
Field Type |
OTHERREVENUETYPEDIMID |
int |
Fields
Field |
Field Type |
Null |
Notes |
Description |
OTHERREVENUETYPESYSTEMID |
uniqueidentifier |
yes |
|
dbo.[REVENUEOTHERTYPECODE].[ID] |
OTHERREVENUETYPE |
nvarchar(100) |
yes |
|
dbo.[REVENUEOTHERTYPECODE].[DESCRIPTION] |
OTHERREVENUETYPEISACTIVE |
bit |
yes |
|
dbo.[REVENUEOTHERTYPECODE].[ACTIVE] |
OTHERREVENUETYPESEQUENCE |
int |
yes |
|
dbo.[REVENUEOTHERTYPECODE].[SEQUENCE] |
ISINCLUDED |
bit |
yes |
|
Flag indicating when data should be included in results. |
SOURCEDIMID |
int |
yes |
|
Source system used. |
ETLCONTROLID |
int |
yes |
|
ID generated through the ETL process. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
PK_DIM_REVENUEOTHERTYPECODE |
OTHERREVENUETYPEDIMID |
yes |
yes |
yes |