CST_TRANSFERS_S_GT

This is a global temporary table used in internal processing within the cost processor to temporarily store Transfer Layers tracks quantity flow of in transit transactions.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: Default

Columns

Name Datatype Length Precision Not-null Comments
TRANSACTION_ID NUMBER 18 Yes Single column FK: Identifies the costing transaction.
REC_TRXN_ID NUMBER 18 Yes Identifies the receipt transaction for this transfer transaction.
DEP_TRXN_ID NUMBER 18 Yes Identifies the deplete transaction for this transfer transaction.
COST_ORG_ID NUMBER 18 Yes Single column FK: Identifies the Cost Organization associated with the inventory organization.
COST_BOOK_ID NUMBER 18 Yes Single column FK: Identifies the Cost Book assigned to the Cost Organization.
VAL_UNIT_ID NUMBER 18 Single column FK: Identifies the Valuation unit for the transfer transaction.
INVENTORY_ITEM_ID NUMBER 18 Yes Inventory Item identifier for the transfer transaction.
COST_TRANSACTION_TYPE VARCHAR2 10 Costing transaction types. Possible values are ISSUE or RECEIPT.
COST_DATE TIMESTAMP Transfer transaction cost date, this will be used for transaction sequencing.
PERIOD_NAME VARCHAR2 15 Period in which the transaction is processed. This value is populated for the transactions of periodic average cost method.
TRANSFER_COST_ORG_ID NUMBER 18 Cost Organization identifier associated with Inventory organization of the other leg of transfer transaction.
FOB_POINT NUMBER 1 Indicates the freight on board point and determines the point of transfer of liability/ownership. Its value is 1 for SHIPMENT and 2 for RECEIPT.
QUANTITY NUMBER Transfer transaction quantity converted to costing unit of measure.
UOM_CODE VARCHAR2 30 Costing Unit of Measure for the transfer transaction quantity
POSTED_FLAG VARCHAR2 5 Flag to track if the transfer transaction quantity layer is posted or not.
VAL_ONHAND_FLAG VARCHAR2 1 Indicates if the on-hand calculations have been done for the layer. Values: N = Not processed, NULL = Processed for on-hand calculations
STAGED_FOR_CONV_FLAG VARCHAR2 1 Identifies if this row has been staged in cst_transfer_txn_costs for pre-processor cost conversion and cost element remapping.
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_TRANSFERS_S_GT_U1 Unique TRANSACTION_ID, REC_TRXN_ID, DEP_TRXN_ID