Search Results op_ship_mth
Overview
The OP_SHIP_MTH table is a core reference data object within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It is owned by the GML (Process Manufacturing Logistics) product family and serves as the master repository for shipping method codes. Its primary role is to standardize and centralize the definition of all available shipping modes—such as air freight, ground, or ocean—across the logistics and procurement modules. By maintaining a single source of truth for shipping methods, this table ensures data integrity and consistency in order processing, shipment planning, and procurement activities throughout the application.
Key Information Stored
While the provided metadata does not list all columns, the structure indicates the table's critical components. The primary key column is SHIP_MTHD, which stores the unique identifier for each shipping method code. The table also includes a foreign key column, PREFERRED_SHIPPER, which references the OP_SHIP_MST table to link a shipping method with a default carrier or service provider. Another foreign key, TEXT_CODE, links to the OP_TEXT_HDR table, allowing for descriptive text or notes to be associated with each shipping method. This setup facilitates the management of essential shipping attributes and their relationships.
Common Use Cases and Queries
This table is fundamental for transactional and reporting functions. Common use cases include populating list of values (LOVs) for shipping method selection during sales order entry, purchase order creation, and shipment scheduling. For reporting, analysts query this table to categorize and analyze logistics performance by shipping method. A typical query might join OP_SHIP_MTH with order tables to summarize freight costs or delivery times. For instance, to list all active shipping methods and their associated default shipper, a query would be: SELECT s.SHIP_MTHD, m.SHIPPER_NAME FROM GML.OP_SHIP_MTH s, GML.OP_SHIP_MST m WHERE s.PREFERRED_SHIPPER = m.SHIPPER_ID(+); Data maintenance tasks, such as adding a new expedited shipping code, are performed directly against this table, often via the application's front-end interface to maintain referential integrity.
Related Objects
As evidenced by the extensive foreign key relationships, OP_SHIP_MTH is a pivotal reference table integrated across multiple EBS modules. Key related objects include:
- Sales & Distribution (OP_): OP_ORDR_HDR, OP_ORDR_DTL, OP_PRSL_HDR, OP_PRSL_DTL, OP_RELS_SCH, and OP_CUST_SHP all reference SHIP_MTHD to define the shipping method for customer orders, proposals, schedules, and customer-specific shipping instructions.
- Procurement (PO_): PO_ORDR_HDR, PO_ORDR_DTL, PO_BPOS_HDR, PO_BPOS_DTL, PO_RECV_HDR, PO_RECV_DTL, and PO_RELS_SCH reference SHIP_MTHD to specify shipping methods for purchase orders, blanket agreements, receipts, and release schedules.
- Master Data: OP_SHIP_MST (for the preferred shipper) and OP_TEXT_HDR (for descriptive text) are directly linked via foreign keys.
-
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: 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 ,
-
SYNONYM: APPS.OP_SHIP_MTH
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_SHIP_MTH, status:VALID,
-
SYNONYM: APPS.OP_SHIP_MTH
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_SHIP_MTH, status:VALID,
-
VIEW: GML.OP_SHIP_MTH#
12.2.2
owner:GML, object_type:VIEW, object_name:OP_SHIP_MTH#, status:VALID,
-
VIEW: GML.OP_SHIP_MTH#
12.2.2
-
TABLE: GML.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,
-
Table: OP_RELS_SCH
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_RELS_SCH, object_name:OP_RELS_SCH, status:VALID, product: GML - Process Manufacturing Logistics , description: Blanket Sales Order Release Schedules. , implementation_dba_data: GML.OP_RELS_SCH ,
-
TABLE: GML.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,
-
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_RELS_SCH
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_RELS_SCH, object_name:OP_RELS_SCH, status:VALID, product: GML - Process Manufacturing Logistics , description: Blanket Sales Order Release Schedules. , implementation_dba_data: GML.OP_RELS_SCH ,
-
Table: PO_RECV_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RECV_DTL, object_name:PO_RECV_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Receipt lines. , implementation_dba_data: GML.PO_RECV_DTL ,
-
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: PO_RELS_SCH
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RELS_SCH, object_name:PO_RELS_SCH, status:VALID, product: GML - Process Manufacturing Logistics , description: Release schedules for a blanket purchase order. , implementation_dba_data: GML.PO_RELS_SCH ,
-
Table: PO_RELS_SCH
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RELS_SCH, object_name:PO_RELS_SCH, status:VALID, product: GML - Process Manufacturing Logistics , description: Release schedules for a blanket purchase order. , implementation_dba_data: GML.PO_RELS_SCH ,
-
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 ,
-
Table: PO_ORDR_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_ORDR_HDR, object_name:PO_ORDR_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Purchase order header. , implementation_dba_data: GML.PO_ORDR_HDR ,
-
Table: PO_RECV_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RECV_HDR, object_name:PO_RECV_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Receipt header. , implementation_dba_data: GML.PO_RECV_HDR ,
-
Table: PO_RECV_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RECV_DTL, object_name:PO_RECV_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Receipt lines. , implementation_dba_data: GML.PO_RECV_DTL ,
-
Table: PO_RECV_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RECV_HDR, object_name:PO_RECV_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Receipt header. , implementation_dba_data: GML.PO_RECV_HDR ,
-
Table: PO_BPOS_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_BPOS_DTL, object_name:PO_BPOS_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Blanket purchase order lines. , implementation_dba_data: GML.PO_BPOS_DTL ,
-
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 ,
-
Table: PO_ORDR_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_ORDR_DTL, object_name:PO_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Purchase order lines. , implementation_dba_data: GML.PO_ORDR_DTL ,
-
Table: PO_BPOS_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_BPOS_HDR, object_name:PO_BPOS_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header information for blanket purchase orders. , implementation_dba_data: GML.PO_BPOS_HDR ,
-
Table: PO_BPOS_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_BPOS_HDR, object_name:PO_BPOS_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header information for blanket purchase orders. , implementation_dba_data: GML.PO_BPOS_HDR ,
-
Table: PO_ORDR_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_ORDR_HDR, object_name:PO_ORDR_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Purchase order header. , implementation_dba_data: GML.PO_ORDR_HDR ,
-
Table: PO_BPOS_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_BPOS_DTL, object_name:PO_BPOS_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Blanket purchase order lines. , implementation_dba_data: GML.PO_BPOS_DTL ,
-
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 ,
-
Table: OP_PRSL_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_DTL, object_name:OP_PRSL_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order profile lines and blanket sales order lines. , implementation_dba_data: GML.OP_PRSL_DTL ,
-
Table: OP_PRSL_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_HDR, object_name:OP_PRSL_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Order Profile Header and Blanket Sales Order Header. , implementation_dba_data: GML.OP_PRSL_HDR ,
-
Table: PO_ORDR_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_ORDR_DTL, object_name:PO_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Purchase order lines. , implementation_dba_data: GML.PO_ORDR_DTL ,
-
Table: OP_PRSL_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_HDR, object_name:OP_PRSL_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Order Profile Header and Blanket Sales Order Header. , implementation_dba_data: GML.OP_PRSL_HDR ,
-
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 ,
-
Table: OP_ORDR_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_HDR, object_name:OP_ORDR_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header table. , implementation_dba_data: GML.OP_ORDR_HDR ,
-
Table: OP_ORDR_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_HDR, object_name:OP_ORDR_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header table. , implementation_dba_data: GML.OP_ORDR_HDR ,
-
Table: OP_PRSL_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_DTL, object_name:OP_PRSL_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order profile lines and blanket sales order lines. , implementation_dba_data: GML.OP_PRSL_DTL ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: OP_ORDR_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_DTL, object_name:OP_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order detail (order lines). , implementation_dba_data: GML.OP_ORDR_DTL ,
-
Table: OP_ORDR_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_DTL, object_name:OP_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order detail (order lines). , implementation_dba_data: GML.OP_ORDR_DTL ,
-
12.1.1 FND Design Data
12.1.1
-
eTRM - GML Tables and Views
12.2.2
description: Tax reporting classes. ,
-
eTRM - GML Tables and Views
12.1.1
description: Tax reporting classes. ,
-
VIEW: APPS.GML_GASNO_SHIPMENTS_V
12.2.2
-
VIEW: APPS.GML_GASNO_SHIPMENTS_V
12.1.1
-
VIEW: APPS.GML_GPOAO_ORDERS_V
12.1.1
-
VIEW: APPS.GML_GPOAO_ORDERS_V
12.2.2
-
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,