CST_TXFR_DEL_ACQ_COSTS
This table stores the history of acquisition costs for transfer deliveries.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: DEFAULT
Primary Key
Name | Columns |
---|---|
CST_TXFR_DEL_ACQ_COSTS_PK |
TXFR_DEL_ACQ_COST_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TXFR_DEL_ACQ_COST_ID | NUMBER | 18 | Yes | Surrogate ID that identifies a record in this table. | |
CST_INV_TRANSACTION_ID | NUMBER | 18 | Yes | Foreign key reference to a transaction in cst_inv_transactions. | |
EFFECTIVE_DATE | TIMESTAMP | Yes | System timestamp when this acquisition cost is calculated. Used to maintain order and history of acquisition costs. | ||
CMR_ROOT_RECEIVE_TXN_ID | NUMBER | 18 | Yes | Foreign key reference to the receive transaction in Receipt Accounting. This is the root parent transaction of the delivery. | |
INVENTORY_ORG_ID | NUMBER | 18 | Yes | Identifies the inventory organization where the delivery happened. | |
INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Identifies the item that is delivered. | |
SOURCE_DOC_QTY | NUMBER | Yes | Indicates the delivery quantity in source document UOM. This value comes from the linked delivery transaction in Receipt Accounting. | ||
CIT_PRIMARY_QTY | NUMBER | Yes | Indicates the delivery quantity in primary UOM as received on the inventory transaction. | ||
CIT_SECONDARY_QTY | NUMBER | Indicates the delivery quantity in secondary UOM as received on the inventory transaction. | |||
CURRENCY_CONVERSION_DATE | DATE | Indicates the date to be used when performing currency conversion. | |||
LATEST_FLAG | VARCHAR2 | 1 | Yes | Indicates if this row represents the latest acquisition cost for a delivery. Valid values are N- old acquisition cost, Y- latest acquisition cost. | |
POSTED_FLAG | VARCHAR2 | 1 | Yes | Indicates if this acquisition cost is carried over to transactions at cost book level. | |
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_COSTS_N1 | Non Unique | DEFAULT | POSTED_FLAG, INVENTORY_ORG_ID |
CST_TXFR_DEL_ACQ_COSTS_U1 | Unique | DEFAULT | TXFR_DEL_ACQ_COST_ID |
CST_TXFR_DEL_ACQ_COSTS_U2 | Unique | DEFAULT | CST_INV_TRANSACTION_ID, EFFECTIVE_DATE |