MSC_ORDER_ADDTL_ATTRIB
This table stores the user defined text on display attributes for supplies and demands in supply plans and simulation sets.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
MSC_ORDER_ADDTL_ATTRIB_PK |
PLAN_ID, ATTRIBUTE_ROW_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PLAN_ID | NUMBER | 18 | Yes | The value is the identifier of the plan for the record. | |
ATTRIBUTE_ROW_ID | NUMBER | 18 | Yes | This is a unique identifier for the record of the additional display attributes. This value is generated using sequence MSC_ORDER_ADDTL_ATTRIB_S by the snapshot or user interface. | |
SUP_DEM_ID | NUMBER | 18 | Yes | The value is either the identifier of the demand, match column msc_demands.demand_id, or the identifier of the supply, match column msc_supplies.transaction_id. | |
ORDER_TYPE | NUMBER | 9 | Yes | The value is either the origination type of the demand, match column msc_demands.origination_type or the order type of the supply, match column msc_supplies.order_type. | |
SOURCE_TABLE | NUMBER | 1 | Yes | This value indicates which table the record is associated with, 1 for MSC_DEMANDS, 2 for MSC_SUPPLIES. | |
GLOBAL_ATTRIBUTE_CHAR21 | VARCHAR2 | 100 | Global Descriptive Flexfield: segment of the global descriptive flexfield. | ||
GLOBAL_ATTRIBUTE_CHAR22 | VARCHAR2 | 100 | Global Descriptive Flexfield: segment of the global descriptive flexfield. | ||
GLOBAL_ATTRIBUTE_CHAR23 | VARCHAR2 | 100 | Global Descriptive Flexfield: segment of the global descriptive flexfield. | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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. | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_ORDER_ADDTL_ATTRIB_U1 | Unique | Default | PLAN_ID, ATTRIBUTE_ROW_ID |
MSC_ORDER_ADDTL_ATTRIB_U2 | Unique | Default | PLAN_ID, SUP_DEM_ID, SOURCE_TABLE, ORDER_TYPE |