CST_PAC_WO_CLOSE_INT

This interface table will be used by PAC Processor to store the details of work orders closed in the current period.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

CST_PAC_WO_CLOSE_INT_PK

COST_ORG_ID, COST_BOOK_ID, PERIOD_NAME, CST_WORK_ORDER_ID

Columns

Name Datatype Length Precision Not-null Comments
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.
PERIOD_NAME VARCHAR2 15 Yes Period in which the transaction is processed. This value is populated for the transactions in periodic average cost method.
CST_WORK_ORDER_ID NUMBER 18 Yes Surrogate identifying a work order uniquely in costing.
PERIOD_START_DATE DATE Indicates the start date of the costing period.
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_CLOSE_INT_N1 Non Unique Default REQUEST_ID
CST_PAC_WO_CLOSE_INT_U1 Unique Default COST_ORG_ID, COST_BOOK_ID, PERIOD_NAME, CST_WORK_ORDER_ID