CST_TXFR_TXN_ACQ_COSTS
This table stores acquisition costs that are linked to a transfer delivery transaction in costing.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: DEFAULT
Primary Key
Name | Columns |
---|---|
CST_TXFR_TXN_ACQ_COSTS_PK |
TXFR_DEL_ACQ_COST_ID, TRANSACTION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TRANSACTION_ID | NUMBER | 18 | Yes | Transaction identifier which uniquely identifies a transaction in costing. | |
TXFR_DEL_ACQ_COST_ID | NUMBER | 18 | Yes | Surrogate ID that is a foreign key reference to the transfer delivery acquisition cost header table. | |
COST_ORG_ID | NUMBER | 18 | Yes | Single column FK: identifies the cost organization associated with the transaction. | |
COST_BOOK_ID | NUMBER | 18 | Yes | Single column FK: identifies the cost book assigned to the cost organization. | |
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. | ||
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. | |
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_TXN_ACQ_COSTS_N1 | Non Unique | DEFAULT | POSTED_FLAG, COST_ORG_ID |
CST_TXFR_TXN_ACQ_COSTS_U1 | Unique | DEFAULT | TXFR_DEL_ACQ_COST_ID, TRANSACTION_ID |
CST_TXFR_TXN_ACQ_COSTS_U2 | Unique | DEFAULT | TRANSACTION_ID, EFFECTIVE_DATE |