DOO_FS_SHIPPING_COSTS_INT
Shipping Cost Information in Fulfillment System Response
Details
-
Schema: FUSION
-
Object owner: DOO
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
DOO_FS_SHIPPING_COSTS_INT_PK |
SHIPPING_COST_IF_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SHIPPING_COST_IF_ID | NUMBER | 18 | Yes | Unique internal identifier for a shipping cost 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. | ||
| FULFILL_LINE_INTERFACE_KEY | VARCHAR2 | 120 | An identifier that distinguishes a fulfillment line record from another one for a given fulfillment system response identifier. | ||
| SHIPPING_COST_INTERFACE_KEY | VARCHAR2 | 50 | Reference to the shipping cost in the system where it originated. | ||
| 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. | |
| NAME | VARCHAR2 | 1000 | The name assigned to the shipping cost. | ||
| AMOUNT | NUMBER | The applied shipping cost amount. | |||
| TRANSACTIONAL_CURRENCY_CODE | VARCHAR2 | 1000 | Currency in which the amounts and prices are expressed. | ||
| 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. | ||
| FULFILL_LINE_ID | NUMBER | 18 | Unique Identifier for a fulfillment line |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| DOO_FS_SHIPINGCOSTS_INT_N1 | Non Unique | Default | INTERFACE_SOURCE_CODE, LOAD_REQUEST_ID, FULFILL_LINE_INTERFACE_KEY, SHIPPING_COST_INTERFACE_KEY | Obsolete |
| DOO_FS_SHIPINGCOSTS_INT_N2 | Non Unique | Default | FULFILL_LINE_ID, FULFILL_LINE_INTERFACE_KEY | |
| DOO_FS_SHIPPING_COSTS_INT_PK | Unique | Default | SHIPPING_COST_IF_ID |