CST_WO_UPDATE_EVENTS_I_GT
This table is used to temporarily store a subset of data from cst_wo_update_events table to support internal processing within the Cost Processor
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
CST_WO_UPDATE_EVENTS_I_GT_PK |
CST_WO_UPDATE_EVENT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
CST_WO_UPDATE_EVENT_ID | NUMBER | 18 | Yes | Surrogate ID identifying the work order status update in costing. | |
CST_WORK_ORDER_ID | NUMBER | 18 | Yes | Surrogate ID identifying the work order in costing. | |
EVENT_DATE | TIMESTAMP | Yes | Identifies the system date time when the work order update was performed. | ||
TRANSACTION_DATE | TIMESTAMP | Indicates the date entered by the user while making the status change. | |||
WORK_ORDER_STATUS_ID | NUMBER | 18 | Yes | Surrogate ID identifying the current work order status. | |
WO_SYSTEM_STATUS_CODE | VARCHAR2 | 30 | Yes | Indicates the system status code derived using WIE_WO_STATUSES_VL. | |
PRIOR_WORK_ORDER_STATUS_ID | NUMBER | 18 | Surrogate ID identifying the prior work order status. | ||
PRIOR_WO_SYSTEM_STATUS_CODE | VARCHAR2 | 30 | Indicates the prior system status code derived using WIE_WO_STATUSES_VL. | ||
LATEST_STATUS_FLAG | VARCHAR2 | 1 | Yes | Indicates if the row represents the latest status for a work order. | |
REASON | VARCHAR2 | 240 | User entered reason for the performing the work order status update. | ||
PROCESSED_BY_CA_FLAG | VARCHAR2 | 5 | Flag to indicate whether the row has been processed by cost accounting. | ||
INVENTORY_ORGANIZATION_ID | NUMBER | 18 | Manufacturing Organization in which the work order is created. | ||
COST_ORG_ID | NUMBER | 18 | Surrogate ID identifying the cost organization. | ||
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_WO_UPDATE_EVENTS_I_GT_U1 | Unique | CST_WO_UPDATE_EVENT_ID |