CST_I_CONSUMPTION_ADVICE_LINES

Interface table to capture the consumption advice mapping to the ownership change inventory transactions.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

CST_I_CONSUMPT_ADV_LINES_PK

EXTERNAL_SYSTEM_REFERENCE, EXTERNAL_SYSTEM_REF_ID, OWNERSHIP_CHANGE_TXN, CONSUMPTION_HEADER_ID

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 This column is identifier for the transaction that changes ownship between supplier and the owner organization.
OWNED_CONS_ADVICE_LINE NUMBER 18 Parent consumption advice line to which a negative transfer to consigned transaction is linked
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.

Indexes

Index Uniqueness Tablespace Columns
CST_I_CONSUMPT_ADV_LINES_PK Unique Default EXTERNAL_SYSTEM_REFERENCE, EXTERNAL_SYSTEM_REF_ID, OWNERSHIP_CHANGE_TXN, CONSUMPTION_HEADER_ID