Search Results op_frgt_mth_pk
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.
-
INDEX: GML.OP_FRGT_MTH_PK
12.1.1
owner:GML, object_type:INDEX, object_name:OP_FRGT_MTH_PK, status:VALID,
-
INDEX: GML.OP_FRGT_MTH_PK
12.2.2
owner:GML, object_type:INDEX, object_name:OP_FRGT_MTH_PK, status:VALID,
-
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_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 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
TABLE: GML.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,
-
TABLE: GML.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,
-
eTRM - GML Tables and Views
12.2.2
description: Tax reporting classes. ,
-
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.1.1
description: Tax reporting classes. ,