CST_PAC_WO_OUTPUTS_INT

This interface table will be used by PAC Processor to store the details work order output transactions.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

CST_PAC_WO_OUTPUTS_INT_PK

TRANSACTION_ID

Columns

Name Datatype Length Precision Not-null Comments
TRANSACTION_ID NUMBER 18 Yes Unique identifier for the work order output transaction in costing.
COST_ORG_ID NUMBER 18 Yes Identifies the cost organization associated with the inventory organization.
COST_BOOK_ID NUMBER 18 Yes Identifies the cost book assigned to the cost organization.
INVENTORY_ITEM_ID NUMBER 18 Yes Identifier for the inventory item.
VAL_UNIT_ID NUMBER 18 Identifier for the valuation unit.
PERIOD_NAME VARCHAR2 15 Period in which the transaction is processed. This value is populated for the transactions in periodic average cost method.
INVENTORY_ORG_ID NUMBER 18 Identifier for the inventory organization to which the item belongs.
CST_WORK_ORDER_ID NUMBER 18 Surrogate identifying a work order uniquely in costing.
CST_WORK_ORDER_OPERATION_ID NUMBER 18 Surrogate identifying a work order operation associated with the transaction in costing.
COST_TRANSACTION_TYPE VARCHAR2 10 Yes Indicates the costing transaction type: ISSUE or RECEIPT.
BASE_TXN_SOURCE_TYPE_ID NUMBER 18 Yes Inventory transaction source type identifier.
BASE_TXN_ACTION_ID NUMBER 18 Yes Inventory transaction action identifier.
BASE_TXN_TYPE_ID NUMBER 18 Yes Inventory transaction type identifier.
QUANTITY NUMBER Value that indicates the transaction quantity.
ALLOCATION_BASIS VARCHAR2 30 The basis for cost allocation for output items in a process manufacturing work order. It can be either percentage or fixed value. Valid values exist in lookup ORA_WIS_COST_ALLOC_BASIS.
ALLOCATION_PERCENTAGE NUMBER Indicates the cost percentage share of this output across all outputs.
POSTED_FLAG VARCHAR2 5 Indicates whether or not the transaction has been posted to quantity layers.
COST_DATE TIMESTAMP Date to be used for transaction sequencing.
CST_INV_TRANSACTION_ID NUMBER 18 The inventory transaction identifier that references costing's inventory transaction table.
WORK_ORDER_NUMBER VARCHAR2 240 Indicates the work order to which the transaction belongs.
WO_OUTPUT_TYPE VARCHAR2 30 Type of output produced by the operation. Valid values exist in the lookup with lookup type = ORA_WIS_WD_OUTPUT_MATERIAL.
COMPLETED_QUANTITY NUMBER Represents the quantity completed so far, since partial completions are possible.
UOM_CODE VARCHAR2 3 Represents the unit of measure code of the output quantity.
PAC_TXN_GROUP_ID_1 NUMBER 18 Unique identifier for the set of transactions for incremental processing.
PAC_TXN_GROUP_ID_2 NUMBER 18 Unique identifier for the set of transactions for incremental processing.
PAC_TXN_GROUP_ID_3 NUMBER 18 Unique identifier for the set of transactions for incremental processing.
COST_PROFILE_ID NUMBER 18 Identifies Cost Profile associated with the transaction.
DEFAULT_COST_ELEMENT_ID NUMBER 18 Cost element corresponding to the cost of the transaction.
WO_CLOSE_FLAG VARCHAR2 1 Indicates if the row is created for a closed work order. Y/Null - work order close, A - accumulated WIP.
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_PAC_WO_OUTPUTS_INT_N1 Non Unique Default REQUEST_ID
CST_PAC_WO_OUTPUTS_INT_N2 Non Unique Default PAC_TXN_GROUP_ID_1
CST_PAC_WO_OUTPUTS_INT_U1 Unique Default TRANSACTION_ID