[Home] [Help]
[Dependency Information]
Object Name: | CST_XLA_WIP_EVENT_MAP |
---|---|
Object Type: | TABLE |
Owner: | BOM |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table is used in SLA during processing of wip transactions. It serves as a lookup to find which event type and event class should be used based on the wip transaction type. Also, an attribute column exists to distinguish event types that cannot be uniquely determined from transaction type.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TRANSACTION_TYPE_ID | NUMBER | TRANSACTION_TYPE from WIP_TRANSACTIONS | ||
ATTRIBUTE | VARCHAR2 | (20) | Used to identify special situations like IPV transfer to WIP | |
EVENT_CLASS_CODE | VARCHAR2 | (30) | SLA Event Class | |
EVENT_TYPE_CODE | VARCHAR2 | (30) | SLA Event Type |
Cut, paste (and edit) the following text to query this object:
SELECT TRANSACTION_TYPE_ID
, ATTRIBUTE
, EVENT_CLASS_CODE
, EVENT_TYPE_CODE
FROM BOM.CST_XLA_WIP_EVENT_MAP;
BOM.CST_XLA_WIP_EVENT_MAP does not reference any database object
BOM.CST_XLA_WIP_EVENT_MAP is referenced by following:
|
|
|