Search Results op_cust_shp
Overview
The OP_CUST_SHP table is a core data object within the Oracle E-Business Suite (EBS) Process Manufacturing Logistics (GML) module. It serves as a master repository for defining and storing customer-specific shipping preferences. Its primary role is to establish the preferred relationship between a customer, a warehouse, and the associated shipping carrier (shipper) and method. This configuration is critical for automating and enforcing logistics rules during the order fulfillment and shipping processes in a manufacturing environment, ensuring shipments align with customer agreements and operational capabilities.
Key Information Stored
The table's structure centers on the unique combination of a customer, warehouse, shipping class, method, and carrier. Its primary key is the system-generated CUSTSHIP_ID. The defining business key columns, which form a unique constraint (OP_CUST_SHP_U1), are CUST_ID (customer), WHSE_CODE (warehouse/ship-from location), ICSHIP_CLASS (shipping class), SHIP_MTHD (shipping method), and SHIPPER_CODE (carrier). This structure allows for granular control, enabling different shipping preferences for the same customer across different warehouses or product classes. The table also includes a TEXT_CODE column, linked to OP_TEXT_HDR, for storing associated notes or instructions.
Common Use Cases and Queries
The primary use case is during sales order shipping transaction processing, where the system references OP_CUST_SHP to default and validate the shipper and method. Common reporting and query scenarios include auditing customer shipping agreements and troubleshooting fulfillment issues. A typical query to retrieve all preferred shipping rules for a specific customer would be:
- SELECT c.cust_name, w.whse_name, s.shipper_name, m.ship_mthd_desc, cs.* FROM gml.op_cust_shp cs, op_cust_mst c, ic_whse_mst w, op_ship_mst s, op_ship_mth m WHERE cs.cust_id = c.cust_id AND cs.whse_code = w.whse_code AND cs.shipper_code = s.shipper_code AND cs.ship_mthd = m.ship_mthd AND c.cust_id = :p_cust_id;
Another common pattern is to identify the default shipper for a customer-warehouse combination, which is essential for setting up automatic shipment documentation.
Related Objects
OP_CUST_SHP is a central table with numerous foreign key relationships to other master data entities, as documented in the ETRM. Key dependencies include:
- OP_CUST_MST: The master customer table; validates the CUST_ID.
- IC_WHSE_MST: The warehouse master; validates the WHSE_CODE.
- OP_SHIP_MST & OP_SHIP_MTH: Master tables for valid carriers and shipping methods.
- IC_SHIP_CLS: The shipping class master.
- OP_TEXT_HDR: Stores optional descriptive text associated with the shipping rule.
This network of relationships ensures data integrity and that shipping preferences are built upon valid, active master data records within the logistics and order management footprint.
-
Table: OP_CUST_SHP
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_SHP, object_name:OP_CUST_SHP, status:VALID, product: GML - Process Manufacturing Logistics , description: Preferred shippers (carriers) and ship methods for customers. , implementation_dba_data: GML.OP_CUST_SHP ,
-
Table: OP_CUST_SHP
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_SHP, object_name:OP_CUST_SHP, status:VALID, product: GML - Process Manufacturing Logistics , description: Preferred shippers (carriers) and ship methods for customers. , implementation_dba_data: GML.OP_CUST_SHP ,
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_CUST_SHP
12.1.1
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_CUST_SHP
12.2.2
-
VIEW: GML.OP_CUST_SHP#
12.2.2
owner:GML, object_type:VIEW, object_name:OP_CUST_SHP#, status:VALID,
-
SYNONYM: APPS.OP_CUST_SHP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_CUST_SHP, status:VALID,
-
SYNONYM: APPS.OP_CUST_SHP
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_CUST_SHP, status:VALID,
-
VIEW: GML.OP_CUST_SHP#
12.2.2
-
Table: OP_SHIP_MTH
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SHIP_MTH, object_name:OP_SHIP_MTH, status:VALID, product: GML - Process Manufacturing Logistics , description: Shipping method codes. , implementation_dba_data: GML.OP_SHIP_MTH ,
-
Table: IC_SHIP_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains the item shipping class definition for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_SHIP_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains the item shipping class definition for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: OP_SHIP_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SHIP_MST, object_name:OP_SHIP_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Carrier (shipper) codes . , implementation_dba_data: GML.OP_SHIP_MST ,
-
PACKAGE BODY: APPS.GML_UPDATE_CUST_DATA_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GML_UPDATE_CUST_DATA_PVT, status:VALID,
-
PACKAGE BODY: APPS.GML_UPDATE_CUST_DATA_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GML_UPDATE_CUST_DATA_PVT, status:VALID,
-
Table: OP_SHIP_MTH
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SHIP_MTH, object_name:OP_SHIP_MTH, status:VALID, product: GML - Process Manufacturing Logistics , description: Shipping method codes. , implementation_dba_data: GML.OP_SHIP_MTH ,
-
Table: OP_SHIP_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SHIP_MST, object_name:OP_SHIP_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Carrier (shipper) codes . , implementation_dba_data: GML.OP_SHIP_MST ,
-
TABLE: GML.OP_CUST_SHP
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_SHP, object_name:OP_CUST_SHP, status:VALID,
-
Table: OP_TEXT_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TEXT_HDR, object_name:OP_TEXT_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header text table for the Order Fulfillment application. , implementation_dba_data: GML.OP_TEXT_HDR ,
-
12.2.2 DBA Data
12.2.2
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_PRSL_DTL
12.2.2
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_PRSL_DTL
12.1.1
-
TABLE: GML.OP_CUST_SHP
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_SHP, object_name:OP_CUST_SHP, status:VALID,
-
Table: OP_TEXT_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TEXT_HDR, object_name:OP_TEXT_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header text table for the Order Fulfillment application. , implementation_dba_data: GML.OP_TEXT_HDR ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
Table: OP_CUST_MST
12.1.1
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
Table: OP_CUST_MST
12.2.2
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_WHSE_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_MST, object_name:IC_WHSE_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse master.This table contains warehouse definition information. , implementation_dba_data: GMI.IC_WHSE_MST ,
-
Table: IC_WHSE_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_MST, object_name:IC_WHSE_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse master.This table contains warehouse definition information. , implementation_dba_data: GMI.IC_WHSE_MST ,
-
APPS.GML_UPDATE_CUST_DATA_PVT SQL Statements
12.2.2
-
APPS.GML_UPDATE_CUST_DATA_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GML_UPDATE_CUST_DATA_PVT
12.1.1
-
PACKAGE BODY: APPS.GML_UPDATE_CUST_DATA_PVT
12.2.2
-
TABLE: GML.OP_CUST_MST_INT
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_INT, object_name:OP_CUST_MST_INT, status:VALID,
-
TABLE: GML.OP_CUST_MST_INT
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_INT, object_name:OP_CUST_MST_INT, status:VALID,
-
eTRM - GML Tables and Views
12.1.1
description: Tax reporting classes. ,
-
eTRM - GML Tables and Views
12.2.2
description: Tax reporting classes. ,
-
eTRM - GML Tables and Views
12.2.2
description: Tax reporting classes. ,
-
eTRM - GML Tables and Views
12.1.1
description: Tax reporting classes. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1