DOO_FS_RESPONSE_HEADERS_INT
Message header level information in the fulfillment system response.
Details
-
Schema: FUSION
-
Object owner: DOO
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
DOO_FS_RESPONSE_HDRS_INT_PK |
RESPONSE_HEADER_IF_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| RESPONSE_HEADER_IF_ID | NUMBER | 18 | Yes | Unique internal identifier for a response header interface record, generated by sequence. | |
| FULFILLMENT_SYSTEM_RESPONSE_ID | VARCHAR2 | 50 | Unique identifier that fulfillment system may send and can be used to correlate the response relayed back to the fulfillment system. | ||
| FULFILLMENT_SYSTEM | VARCHAR2 | 50 | Reference to the fulfillment system code in Topology. | ||
| 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_UPDATE_DATE | TIMESTAMP | Who column: indicates the date and time of the last update of the row. | |||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Who column: indicates the user who last updated 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. | |
| INTERFACE_SOURCE_CODE | VARCHAR2 | 30 | Identifies the source used to insert data in this interface table. For example, FS_RESPONSE_FBDI and FS_RESPONSE_WEB_SERVICE for data imported using file and web service respectively. | ||
| INTERFACE_STATUS_CODE | VARCHAR2 | 30 | Status of the data in the interface table. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
| INTEGRATION_CONTEXT_CODE | VARCHAR2 | 50 | Type of fulfillment service. The value needs to match the relevant task type code. | ||
| TRADE_COMPLIANCE_RESULT_CODE | VARCHAR2 | 30 | Rollup of the result of trade compliance screening across all fulfillment lines in the response. | ||
| PURCHASING_CHG_ORD_ORIGINATOR | VARCHAR2 | 30 | In the case of changes to a drop ship Purchase Order, the purchasing system may specify the origin of the revision to the PO. The possible values are REQUESTER, and BUYER. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| DOO_FS_RESPONSE_HDRS_INT_N1 | Non Unique | Default | LOAD_REQUEST_ID |
| DOO_FS_RESPONSE_HDRS_INT_PK | Unique | Default | RESPONSE_HEADER_IF_ID |