FACT_FINANCIALTRANSACTIONLINEITEMSITE
Stores information about the sites that have security rights to a financial transaction line item
Primary Key
Primary Key |
Field Type |
FINANCIALTRANSACTIONLINEITEMSYSTEMID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
FINANCIALTRANSACTIONLINEITEMSITEFACTID |
int |
|
|
Surrogate key for the Financial Transaction Line Item Site Fact |
SITEDIMID |
int |
yes |
|
Reference key to the site dimension, derived from [dbo].[SITE].[ID] |
SITESYSTEMID |
uniqueidentifier |
|
|
[dbo].[SITE].[ID] |
FINANCIALTRANSACTIONLINEITEMFACTID |
int |
yes |
|
Reference key to the site dimension, derived from [dbo].[FINANCIALTRANSACTIONLINEITEM].[ID] |
FINANCIALTRANSACTIONSYSTEMID |
uniqueidentifier |
yes |
|
[dbo].[FINANCIALTRANSACTION].[ID] |
FINANCIALTRANSACTIONFACTID |
int |
yes |
|
Reference key to the site dimension, derived from [dbo].[FINANCIALTRANSACTION].[ID] |
SITESOURCESYSTEMID |
uniqueidentifier |
yes |
|
Reference to the source record that contains the site information. |
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_FACT_FINANCIALTRANSACTIONLINEITEMSITE |
FINANCIALTRANSACTIONLINEITEMSYSTEMID, SITESYSTEMID |
yes |
yes |
yes |