CST_ACQ_COST_ADJ_DTLS_S_GT

This table is used to temporarily store a subset of data from CST_ACQ_COST_ADJUSTMENT_DTLS table to support internal processing within the Cost Processor.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: DEFAULT

Columns

Name Datatype Length Precision Not-null Comments
ADJUSTMENT_TRANSACTION_ID NUMBER 18 Yes Single column FK: Identifies the cost adjustment.
COST_COMPONENT_CODE VARCHAR2 30 Identifies the cost component. Values are based on the seeded cost components in the lookup type CST_COMPONENT_CODES. This column is not used currently.
COST_COMPONENT_ID NUMBER 18 Yes Identifies the cost component of the new acquisition cost.
NEW_COST NUMBER New unit acquisition cost computed in the request identified by the REQUEST_ID.
OLD_COST NUMBER Indicates the value of the unit acquisition cost prior to computing the new acquisition cost populated in the NEW_COST column.
NEW_ACQ_AMOUNT NUMBER New acquisition amount computed.
OLD_ACQ_AMOUNT NUMBER Prior acquisition amount computed.
NEW_ENTERED_AMOUNT NUMBER New acquisition amount in purchase order currency.
OLD_ENTERED_AMOUNT NUMBER Old acquisition amount in purchase order currency.
SOURCE_DOC_CURR_CODE VARCHAR2 15 Indicates the transaction source document currency code.
SOURCE_DOC_CURR_CONV_TYPE VARCHAR2 30 Indicates the transaction source document currency conversion type.
SOURCE_DOC_CURR_CONV_DATE TIMESTAMP Indicates the transaction source document currency conversion date.
SOURCE_DOC_CURR_CONV_RATE NUMBER Indicates the transaction source document currency conversion rate.
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.

Indexes

Index Uniqueness Columns
CST_ACQ_COST_ADJ_DTLS_S_GT_U1 Unique ADJUSTMENT_TRANSACTION_ID, COST_COMPONENT_ID