Search Results op_frgt_mth
Overview
The OP_FRGT_MTH table is a core reference data table within the Oracle E-Business Suite Process Manufacturing Logistics (GML) module. It functions as a master repository for freight bill method codes, which define the contractual terms and conditions for how freight charges are calculated and billed by carriers. These codes are critical for logistics and financial operations, as they determine the cost structure applied to shipments for both inbound and outbound logistics. The table's primary role is to provide a standardized, validated list of methods that can be consistently applied across purchase orders, sales orders, contracts, and other transactional documents within the integrated EBS environment, ensuring accurate freight cost allocation and accounting.
Key Information Stored
While the provided ETRM excerpt does not list all columns, the structure indicates the essential data elements. The table's primary key is the column `FRTBILL_MTHD`, which stores the unique alphanumeric identifier for each freight billing method (e.g., PREPAID, COLLECT, THIRD_PARTY). The primary key constraint is named `OP_FRGT_MTH_PK`. Another significant column is `TEXT_CODE`, which is referenced by the `OP_TEXT_HDR` table, suggesting a link to descriptive, long-text explanations for each method code. The table likely contains additional descriptive columns such as a name or description field (`FRTBILL_MTHD_DESC`) and standard Who columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY) for audit purposes.
Common Use Cases and Queries
This table is central to any process involving freight cost management. A common use case is the configuration and maintenance of freight terms for trading partners, where codes from OP_FRGT_MTH are assigned to customer and vendor master records. During order entry, the system defaults the freight method from the master record to the order header and line, which subsequently flows to shipment and invoicing documents. For reporting, analysts often join this table to transactional data to analyze freight costs by billing method. A typical query would retrieve all active methods or list the freight method used on specific transactions:
SELECT frtbill_mthd FROM gml.op_frgt_mth ORDER BY frtbill_mthd;SELECT o.ordr_no, o.frtbill_mthd, m.description FROM op_ordr_hdr o, op_frgt_mth m WHERE o.frtbill_mthd = m.frtbill_mthd;
Related Objects
The OP_FRGT_MTH table is extensively referenced as a foreign key constraint across the Process Manufacturing (OP) and Purchasing (PO) modules, highlighting its integration significance. Key relationships include:
- OP_ORDR_HDR and OP_ORDR_DTL: Sales order headers and details store the freight method via
FRTBILL_MTHD. - OP_CUST_MST and OP_CUST_MST_OPM: Customer master records default a freight billing method.
- PO_VEND_MST: Vendor master records default a freight billing method.
- PO_ORDR_HDR and PO_ORDR_DTL: Purchase order headers and details.
- OP_PRSL_HDR and OP_PRSL_DTL: Sales quotation headers and details.
- OP_CNTR_DTL: Contract detail lines.
- OP_PRCE_ITM: Pricing items.
- PO_BPOS_HDR, PO_BPOS_DTL, and PO_RECV_DTL: Blanket purchase agreements and receiving details.
- OP_TEXT_HDR: Provides descriptive text for the method code, joined on
OP_FRGT_MTH.TEXT_CODE.
-
Table: OP_FRGT_MTH
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_FRGT_MTH, object_name:OP_FRGT_MTH, status:VALID, product: GML - Process Manufacturing Logistics , description: Freight bill method codes . , implementation_dba_data: GML.OP_FRGT_MTH ,
-
Table: OP_FRGT_MTH
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_FRGT_MTH, object_name:OP_FRGT_MTH, status:VALID, product: GML - Process Manufacturing Logistics , description: Freight bill method codes . , implementation_dba_data: GML.OP_FRGT_MTH ,
-
Table: OP_CNTR_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CNTR_DTL, object_name:OP_CNTR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Item prices on a contract. , implementation_dba_data: GML.OP_CNTR_DTL ,
-
Table: OP_CNTR_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CNTR_DTL, object_name:OP_CNTR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Item prices on a contract. , implementation_dba_data: GML.OP_CNTR_DTL ,
-
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_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_CUST_MST_OPM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: GML.OP_CUST_MST_OPM ,
-
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: OP_PRCE_ITM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRCE_ITM, object_name:OP_PRCE_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Item prices on a pricelist. , implementation_dba_data: GML.OP_PRCE_ITM ,
-
Table: OP_PRCE_ITM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRCE_ITM, object_name:OP_PRCE_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Item prices on a pricelist. , implementation_dba_data: GML.OP_PRCE_ITM ,
-
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_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_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: OP_CUST_MST_OPM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: GML.OP_CUST_MST_OPM ,
-
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_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: 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_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.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_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: PO_VEND_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_VEND_MST, object_name:PO_VEND_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor master. , implementation_dba_data: GML.PO_VEND_MST ,
-
Table: PO_VEND_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_VEND_MST, object_name:PO_VEND_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor master. , implementation_dba_data: GML.PO_VEND_MST ,
-
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 ,
-
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 ,
-
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 ,
-
View: GML_GASNO_SHIPMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GASNO_SHIPMENTS_V, object_name:GML_GASNO_SHIPMENTS_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Shipment view , implementation_dba_data: APPS.GML_GASNO_SHIPMENTS_V ,
-
View: GML_GASNO_SHIPMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GASNO_SHIPMENTS_V, object_name:GML_GASNO_SHIPMENTS_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Shipment view , implementation_dba_data: APPS.GML_GASNO_SHIPMENTS_V ,
-
View: GML_GPOAO_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GPOAO_ORDERS_V, object_name:GML_GPOAO_ORDERS_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header view , implementation_dba_data: APPS.GML_GPOAO_ORDERS_V ,
-
View: GML_GPOAO_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GPOAO_ORDERS_V, object_name:GML_GPOAO_ORDERS_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales Order Header view , implementation_dba_data: APPS.GML_GPOAO_ORDERS_V ,