QP_SHIPPING_COST_DETAILS

This table stores the Shipping Cost List details

Details

  • Schema: FUSION

  • Object owner: QP

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

QP_SHIPPING_COST_DETAILS_PK

SHIPPING_COST_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
SHIPPING_COST_DETAIL_ID NUMBER 18 Yes Primary Key of the table and it???s a system generated unique number.
SHIPPING_COST_LIST_ID NUMBER 18 Yes Foreign Key of the parent table and it???s a system generated unique number.
RULE_TYPE_CODE VARCHAR2 30 Yes Indicates whether Shipping Costs defined as children of this record are qualified by Shipment attributes, both Item and Shipment attributes. It is based on a lookup type.
ORG_CARRIER_SERVICE_ID NUMBER 18 Yes FK to the WSH Org Carrier Services entity, which is a named entity used to specify shipment attributes such as Shipping Carrier, Shipping Method (Shipping Service Level) and Shipping Mode. Only those Shipping Method Definitions with Active Flag = ???Y??? and Setup Enabled Flag = ???Y??? will be displayed in the choice list.
LINE_TYPE_CODE VARCHAR2 30 Yes Based on lookup type QOC_LINE_TYPE_ROOT. It is always required.
ITEM_LEVEL_CODE VARCHAR2 30 Based on lookup type QP_ITEM_LEVELS. Values include Item, Item Category, and All Items. It is conditionally required when Rule Type requires Item.
ITEM_ID NUMBER 18 Conditionally required when Shipping Detail Rule Type = ???Item??? and Item Level = ???Item??? or ???Item Category???. Stores the unique id of the Item or Item Category depending on which Item Level is chosen. Item Id is not populated when Item Level = ???All???.
PRICING_UOM_CODE VARCHAR2 3 Conditionally required when Rule Type contains Item. UOM for the Item. UOM LOV comes from Oracle Inventory. If item level = Item Category, then the list of UOMs will come from all items for the Item Category and its children.
PRIMARY_PRICING_UOM_FLAG VARCHAR2 30 Conditionally required when Rule Type contains Item. Flag indicating if this is the primary pricing UOM for a given item. Values can be Y or N and is based on the lookup type YES_NO.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes 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.

Foreign Keys

Table Foreign Table Foreign Key Column
QP_SHIPPING_COST_DETAILS qp_shipping_cost_lists_all_b SHIPPING_COST_LIST_ID
qp_shipping_cost_charges qp_shipping_cost_details SHIPPING_COST_DETAIL_ID

Indexes

Index Uniqueness Tablespace Columns
QP_SHIPPING_COST_DETAILS_FK1 Non Unique FUSION_TS_TX_IDX SHIPPING_COST_LIST_ID
QP_SHIPPING_COST_DETAILS_N1 Non Unique FUSION_TS_TX_IDX ORG_CARRIER_SERVICE_ID
QP_SHIPPING_COST_DETAILS_N2 Non Unique FUSION_TS_TX_IDX ITEM_ID, LINE_TYPE_CODE, PRICING_UOM_CODE, SHIPPING_COST_LIST_ID
QP_SHIPPING_COST_DETAILS_PK Unique FUSION_TS_TX_IDX SHIPPING_COST_DETAIL_ID