DOS_SUPPLY_HEADERS_INT
Interface table to capture all Supply Order Header and batch processing interface attributes
Details
-
Schema: FUSION
-
Object owner: DOS
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
DOS_SUPPLY_HEADERS_ITF_PK |
HEADER_INTERFACE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| HEADER_INTERFACE_ID | NUMBER | 18 | Yes | Unique Identifier System Generated value. | |
| INTERFACE_SOURCE_CODE | VARCHAR2 | 30 | Name of the source from where this record was interfaced DOO,YPS | ||
| INTERFACE_BATCH_NUMBER | VARCHAR2 | 50 | Yes | Batch Number for planning, GOP and inventory. "Supply Request Batch Number" | |
| PROCESS_STATUS | VARCHAR2 | 30 | Yes | Interface header status,(FND Lookup) 1. NEW - Interface record is created. 2.COMPLETED - Processing is completed sucssesfully. 3.ERROR - Loading/Processing failed. | |
| SUPPLY_REQUEST_DATE | TIMESTAMP | Yes | Date on which the supply was requested or Date when the supply request was made or Date on which the supply request was received by SCO. | ||
| SUPPLY_ORDER_SOURCE | VARCHAR2 | 30 | Yes | System that had requested the supply. | |
| SUPPLY_ORDER_REFERENCE_NUMBER | VARCHAR2 | 200 | Batch Number for planning, GOP and inventory. | ||
| TRUSTED_SOURCE | NUMBER | 1 | Yes | Identifies the systme that has submitted the supply request. 1-Trusted 0-Non Trusted. For V2.0 the value will be Defaulted Trusted-1 only. | |
| SUPPLY_ORDER_REFERENCE_ID | NUMBER | 18 | Requisition Header Id for SSP requests NULL for planning,GOP and inventory. | ||
| SOURCE_REF_DOC_DESCRIPTION | VARCHAR2 | 1000 | Reference document description. For requests originating from SSP, this column would capture the requisition description. | ||
| 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. | ||
| 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_SUPPLY_HEADERS_INT_N1 | Non Unique | Default | SUPPLY_REQUEST_DATE |
| DOS_SUPPLY_HEADERS_INT_U1 | Unique | FUSION_TS_ARCHIVE | HEADER_INTERFACE_ID |