CST_TXFR_DEL_ACQ_COST_DTLS

This table stores the cost component level acquisition costs for transfer deliveries.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: DEFAULT

Primary Key

Name Columns

CST_TXFR_DEL_ACQ_COST_DTL_PK

TXFR_DEL_ACQ_COST_DTL_ID

Columns

Name Datatype Length Precision Not-null Comments
TXFR_DEL_ACQ_COST_DTL_ID NUMBER 18 Yes Surrogate ID that uniquely identifies a row in this table.
TXFR_DEL_ACQ_COST_ID NUMBER 18 Yes Surrogate ID that is a foreign key reference to the transfer delivery acquisition cost header table.
PRIOR_COST_FLAG VARCHAR2 1 Yes Indicates if this record represents the new cost or prior cost. Valid values are N - new cost, Y- prior cost.
COST_COMPONENT_ID NUMBER 18 Yes Identifies the cost component of the acquisition cost.
UNIT_COST NUMBER Yes Per unit acquisition cost in source document UOM and material requisition BU currency.
CURRENCY_CODE VARCHAR2 15 Yes Functional currently of the material requisition BU.
CHARGE_UNIT_COST NUMBER Yes Per unit acquisition cost in the source document UOM and charge BU currency.
CHARGE_CURRENCY_CODE VARCHAR2 15 Yes Functional currency of the charge BU.
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 Tablespace Columns
CST_TXFR_DEL_ACQ_COST_DTL_N1 Non Unique DEFAULT TXFR_DEL_ACQ_COST_ID
CST_TXFR_DEL_ACQ_COST_DTL_U1 Unique DEFAULT TXFR_DEL_ACQ_COST_DTL_ID