CST_WO_ANALYSIS_OPTIONS
This table stores the threshold values of key performance indicators relating to the operational cost analysis of the work order.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
CST_WO_ANALYSIS_OPTIONS_PK |
WO_ANALYSIS_OPTION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
WO_ANALYSIS_OPTION_ID | NUMBER | 18 | Yes | Surrogate Key that identifies Work order analysis option | |
COST_ORG_ID | NUMBER | 18 | Yes | Foreign key that identifies the cost organization. | |
COST_BOOK_ID | NUMBER | 18 | Yes | Foreign key that identifies the cost book. | |
INVENTORY_ORGANIZATION_ID | NUMBER | 18 | Yes | Foreign key that identifies the inventory organization. | |
SCOPE_CODE | VARCHAR2 | 30 | Yes | The scope for which the KPIs are calculated and evaluated. | |
KPI_CODE | VARCHAR2 | 30 | Yes | The pre-defined performance indicators which are evaluated using user specified values. | |
CONDITION_CODE | VARCHAR2 | 30 | The condition where the performance indicator has an exception. Only "greater than" is supported in R11. | ||
THRESHOLD_VALUE | NUMBER | The user specified threshold of the performance indicator. | |||
STATUS_CODE | VARCHAR2 | 30 | The status of the KPI as evaluated against the threshold value provided by the user. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CST_WO_ANALYSIS_OPTIONS_PK | Unique | Default | WO_ANALYSIS_OPTION_ID |
CST_WO_ANALYSIS_OPTIONS_U1 | Unique | Default | COST_ORG_ID, COST_BOOK_ID, INVENTORY_ORGANIZATION_ID, SCOPE_CODE, KPI_CODE |