CST_INTERCO_COST_STG

Staging table for outgoing inter company costs.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CST_INTERCO_COST_STG_PK

TRANSACTION_ID, EXTERNAL_SYSTEM_REF_ID

Columns

Name Datatype Length Precision Not-null Comments
TRANSACTION_ID NUMBER 18 Yes Transaction Identifyer for CST_TRANSACTIONS
EXTERNAL_SYSTEM_REF_ID VARCHAR2 30 Yes Inventory Transaction Identifyer
UNIT_COST NUMBER Yes Unit Cost
CURRENCY_CODE VARCHAR2 15 Currency Code
POSTED_FLAG VARCHAR2 1 POSTED_FLAG
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
CST_INTERCO_COST_STG cst_transactions TRANSACTION_ID

Indexes

Index Uniqueness Tablespace Columns
CST_INTERCO_COST_STG_N1 Non Unique Default EXTERNAL_SYSTEM_REF_ID, POSTED_FLAG
CST_INTERCO_COST_STG_N2 Non Unique Default TRANSACTION_ID, POSTED_FLAG
CST_INTERCO_COST_STG_U1 Unique Default TRANSACTION_ID, EXTERNAL_SYSTEM_REF_ID