DOO_ORDER_PREFERENCE_DETAILS
This table stores details about the sales order's preferences, such as the priority for different attributes.
Details
-
Schema: FUSION
-
Object owner: DOO
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
DOO_ORDER_PREF_DETAILS_PK |
ORDER_PREFERENCE_DETAIL_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ORDER_PREFERENCE_DETAIL_ID | NUMBER | Yes | Value that uniquely identifies the details about the sales order's preference. Oracle Order Management automatically assigns this value. | ||
ORDER_PREFERENCE_ID | NUMBER | Value that uniquely identifies the sales order's preference. Oracle Order Management automatically assigns this value. | |||
ATTRIBUTE_ENTITY | VARCHAR2 | 500 | Name of the attribute or entity that the user uses to set the preference. | ||
ATTRIBUTE_DATATYPE | VARCHAR2 | 30 | Datatype of the attribute that the user uses to set the preference | ||
ATTRIBUTE_NUM_VALUE | NUMBER | If the datatype is a number, then this attribute stores the number. | |||
ATTRIBUTE_STRING_VALUE | VARCHAR2 | 1000 | If the datatype is text, then this attribute stores the text. | ||
ATTRIBUTE_DATE_VALUE | DATE | If the datatype is date, then this attribute stores the date. | |||
PRIORITY | NUMBER | Priority to use when more than one row exists for the same attribute or entity. | |||
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. | ||
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
DOO_ORDER_PREFERENCE_DETAILS | doo_order_preferences_b | ORDER_PREFERENCE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
DOO_ORDER_PREF_DETAILS_N1 | Non Unique | Default | ATTRIBUTE_ENTITY, ATTRIBUTE_NUM_VALUE |
DOO_ORDER_PREF_DETAILS_N3 | Non Unique | Default | ATTRIBUTE_ENTITY, ATTRIBUTE_DATE_VALUE |
DOO_ORDER_PREF_DETAILS_U1 | Unique | Default | ORDER_PREFERENCE_DETAIL_ID |