CST_CONSUMPTION_ADVICE_LINES
Captures the consumption advice mapping to the ownership change inventory transactions. Data that comes into the interface table CST_I_CONSUMPTION_ADVICE_LINES is validated and persisted here.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
CST_CONSUMPT_ADV_LINES_PK |
EXTERNAL_SYSTEM_REFERENCE, EXTERNAL_SYSTEM_REF_ID, OWNERSHIP_CHANGE_TXN |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
EXTERNAL_SYSTEM_REFERENCE | VARCHAR2 | 60 | Yes | Reference Information from an External system (external to Cost Management). | |
EXTERNAL_SYSTEM_REF_ID | VARCHAR2 | 30 | Yes | Stores a value that uniquely identifies a certain instance of an object within the external system. For consumption advices created in fusion inventory, this represents the consumption advice line identifier. | |
CONSUMPTION_HEADER_ID | NUMBER | 18 | Yes | Identifier of consumption document header | |
OWNERSHIP_CHANGE_TXN | NUMBER | 18 | Yes | Identifier for the transaction that changes ownership between Supplier and the owner organization. | |
OWNERSHIP_CHANGE_CIT_ID | NUMBER | 18 | Yes | Costing internal identifier for the transaction that changes ownership between Supplier and the owner organization. | |
OWNERSHIP_CHANGE_TIR_CIT_ID | NUMBER | 18 | Costing internal identifier of the trade event transaction that corresponds to the ownership change transaction. | ||
OWNERSHIP_CHANGE_TIR_ORG_ID | NUMBER | 18 | The inventory organization identifier of the trade event transaction that corresponds to the ownership change transaction. | ||
OWNED_CONS_ADVICE_LINE | NUMBER | 18 | Parent consumption advice line to which a negative transfer to consigned transaction is linked. | ||
PROCESSED_BY_CA_FLAG | VARCHAR2 | 5 | Indicates whether consumption advice line is cost processed. | ||
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. | ||
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. | ||
CST_CONS_ADVICE_LINES_DIST_ID | NUMBER | 18 | Yes | Costing internal surrogate identifier for the consumption advice line mapping to the ownership change inventory transaction. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CST_CONSUMPT_ADV_LINES_N1 | Non Unique | Default | OWNERSHIP_CHANGE_TIR_CIT_ID |
CST_CONSUMPT_ADV_LINES_N2 | Non Unique | Default | EXTERNAL_SYSTEM_REFERENCE, OWNED_CONS_ADVICE_LINE |
CST_CONSUMPT_ADV_LINES_PK | Unique | Default | EXTERNAL_SYSTEM_REFERENCE, EXTERNAL_SYSTEM_REF_ID, OWNERSHIP_CHANGE_TXN |