DOS_CHANGE_SUPPLY_ORDER

Change supply order stores information related to the change order.

Details

  • Schema: FUSION

  • Object owner: DOS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

DOS_CHANGE_SUPPLY_ORDER_PK

CHANGE_ORDER_ENTITY_ID

Columns

Name Datatype Length Precision Not-null Comments
CHANGE_ORDER_ENTITY_ID NUMBER 18 Yes Unique Identifier of the Change Order Row Data
SUPPLY_ORDER_ENTITY_TYPE VARCHAR2 30 Yes Supply Order Entity Type such as SUPPLY_HEADERS, SUPPLY_LINES, SUPPLY_TRACKING_LINES, BUY/MAKE/XFER DETAILS. Validate with lookup (FND_LOOKUPS)
SUPPLY_ORDER_ENTITY_ID NUMBER 18 Yes Supply Order Entity ID to reference such as SUPPLY_LINE_ID, TRACKING_LINE_ID
SUPPLY_ORDER_ENTITY_CONTENTS XMLTYPE Yes Supply Order Entity Contents to persist the change order along with the existing supply order as XMLType
CHANGE_DATE TIMESTAMP Change Date to specify when the change request is processed
ACTIVE_FLAG VARCHAR2 1 Yes Change Pending Flag to indicate the associated supply order row is in change processing
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.

Indexes

Index Uniqueness Tablespace Columns
DOS_CHANGE_SUPPLY_ORDER_N1 Non Unique FUSION_TS_TX_DATA SUPPLY_ORDER_ENTITY_ID, SUPPLY_ORDER_ENTITY_TYPE
DOS_CHANGE_SUPPLY_ORDER_U1 Unique FUSION_TS_TX_DATA CHANGE_ORDER_ENTITY_ID