DOO_FS_MESSAGES_INT

This table captures the messages from a fulfillment system against a fulfillment request sent by Order Management.

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

DOO_FS_MESSAGES_INT_PK

FS_MESSAGE_IF_ID

Columns

Name Datatype Length Precision Not-null Comments
FS_MESSAGE_IF_ID NUMBER 18 Yes Unique internal identifier for the message record, generated by sequence.
FULFILL_LINE_INTERFACE_KEY VARCHAR2 120 An identifier that distinguishes a fulfillment line record from another one.
LOAD_REQUEST_ID NUMBER 18 Unique identifier of a data set pertaining to fulfillment system responses to one or more fulfillment system requests.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP 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.
MESSAGE_NAME VARCHAR2 30 The name of the message in the fulfillment system associated with the fulfillment request.
MESSAGE_TEXT VARCHAR2 1000 The text of the message explaining the reason why the message was logged.
INTERFACE_SOURCE_CODE VARCHAR2 30 Identifies the source used to insert data in this interface table. For example, ORA_FS_RESPONSE_FBDI and ORA_FS_RESPONSE_API for data imported using file and API respectively.

Indexes

Index Uniqueness Tablespace Columns
DOO_FS_MESSAGES_INT_N1 Non Unique Default INTERFACE_SOURCE_CODE, LOAD_REQUEST_ID, FULFILL_LINE_INTERFACE_KEY
DOO_FS_MESSAGES_INT_PK Unique Default FS_MESSAGE_IF_ID