Search Results op_cntr_dtl
Overview
The OP_CNTR_DTL table is a core transactional data object within the Oracle E-Business Suite Process Manufacturing Logistics (GML) module. It functions as the detail line repository for pricing information defined on a sales or purchase contract. The table's primary role is to store and manage the specific item prices, including any associated conditions such as quality grade or warehouse, that are stipulated under a master contract header. This enables the enforcement of negotiated pricing and terms for transactions generated from the contract throughout the supply chain.
Key Information Stored
The table stores the definitive price list for items under a contract. Its structure includes a system-generated unique identifier (PRICE_ID) and links to the master contract (CONTRACT_ID). Critical business columns define the pricing rule: the ITEM_ID, PRICE_CLASS, and QC_GRADE specify what is being priced. The PRICE_UM (Price Unit of Measure) and associated price value columns (not explicitly listed but implied by the table's purpose) define the cost. Additional columns like WHSE_CODE and FRTBILL_MTHD (Freight Billing Method) provide further transactional context. The LINE_NO suggests the ability to maintain multiple price lines for the same item under different conditions.
Common Use Cases and Queries
This table is central to pricing determination during order entry and invoice generation. A common operational query retrieves the valid price for a given item and contract, often joining to the unit of measure and grade tables for descriptions. For reporting, analysts frequently aggregate pricing data by item or contract to analyze profitability or contract utilization. A typical lookup pattern would be:
- SELECT price_value, price_um FROM gml.op_cntr_dtl WHERE contract_id = :p_contract_id AND item_id = :p_item_id AND qc_grade = :p_grade;
Data maintenance involves inserting or updating price lines when a contract is created or amended, ensuring the PRICE_CLASS and ITEM_ID combination is unique per the OP_CNTR_DTL_U1 key.
Related Objects
OP_CNTR_DTL maintains integral relationships with numerous master and transactional tables, as documented by its foreign keys:
- OP_CNTR_HDR: The parent contract header, joined via CONTRACT_ID.
- IC_ITEM_MST / IC_ITEM_MST_B: The item master, joined via ITEM_ID.
- IC_PRCE_CLS: The price class definition, joined via PRICE_CLASS.
- GMD_GRADES_B / QC_GRAD_MST: Quality grade definitions, joined via QC_GRADE.
- SY_UOMS_MST: Unit of measure definitions, joined via PRICE_UM.
- OP_FRGT_MTH: Freight method definitions, joined via FRTBILL_MTHD.
- OP_TEXT_HDR: For attached textual terms, joined via TEXT_CODE.
- OP_CNTR_BRK: A potential child table for price break details, referencing OP_CNTR_DTL.PRICE_ID.
-
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: 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 ,
-
APPS.GMLCOPPR dependencies on OP_CNTR_DTL
12.1.1
-
VIEW: APPS.OP_CNTR_DTL_DFV
12.1.1
-
VIEW: APPS.OP_CNTR_DTL_DFV
12.2.2
-
SYNONYM: APPS.OP_CNTR_DTL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_CNTR_DTL, status:VALID,
-
SYNONYM: APPS.OP_CNTR_DTL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_CNTR_DTL, status:VALID,
-
PACKAGE: APPS.GML_OP_CNTR_HDR_PKG
12.1.1
-
VIEW: APPS.OP_CNTR_DTL_VL
12.2.2
-
PACKAGE: APPS.GML_OP_CNTR_HDR_PKG
12.2.2
-
VIEW: GML.OP_CNTR_DTL#
12.2.2
owner:GML, object_type:VIEW, object_name:OP_CNTR_DTL#, status:VALID,
-
VIEW: APPS.OP_CNTR_DTL_VL
12.1.1
-
VIEW: GML.OP_CNTR_DTL#
12.2.2
-
Table: OP_CNTR_BRK
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CNTR_BRK, object_name:OP_CNTR_BRK, status:VALID, product: GML - Process Manufacturing Logistics , description: Price breaks for contracts. , implementation_dba_data: GML.OP_CNTR_BRK ,
-
Table: OP_CNTR_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CNTR_HDR, object_name:OP_CNTR_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Contract header. , implementation_dba_data: GML.OP_CNTR_HDR ,
-
Table: IC_PRCE_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains the price classes defined for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: OP_CNTR_BRK
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CNTR_BRK, object_name:OP_CNTR_BRK, status:VALID, product: GML - Process Manufacturing Logistics , description: Price breaks for contracts. , implementation_dba_data: GML.OP_CNTR_BRK ,
-
Table: GMD_GRADES_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_GRADES_B, object_name:GMD_GRADES_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC grade code master. , implementation_dba_data: GMD.GMD_GRADES_B ,
-
Table: OP_CNTR_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CNTR_HDR, object_name:OP_CNTR_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Contract header. , implementation_dba_data: GML.OP_CNTR_HDR ,
-
PACKAGE BODY: APPS.GMLCOPPR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMLCOPPR, status:VALID,
-
Table: IC_PRCE_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains the price classes defined for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OP_CNTR_DTL_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:OP_CNTR_DTL_DFV, status:VALID,
-
VIEW: APPS.OP_CNTR_DTL_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:OP_CNTR_DTL_DFV, status:VALID,
-
Table: QC_GRAD_MST
12.1.1
product: GMD - Process Manufacturing Product Development , description: QC grade code master. , implementation_dba_data: Not implemented in this database ,
-
Table: QC_GRAD_MST
12.2.2
product: GMD - Process Manufacturing Product Development , description: QC grade code master. , implementation_dba_data: Not implemented in this database ,
-
Table: GMD_GRADES_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_GRADES_B, object_name:GMD_GRADES_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC grade code master. , implementation_dba_data: GMD.GMD_GRADES_B ,
-
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 ,
-
View: OP_CNTR_DTL_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_CNTR_DTL_VL, object_name:OP_CNTR_DTL_VL, status:VALID, product: GML - Process Manufacturing Logistics , description: Control detail view , implementation_dba_data: APPS.OP_CNTR_DTL_VL ,
-
12.2.2 DBA Data
12.2.2
-
View: OP_CNTR_DTL_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_CNTR_DTL_VL, object_name:OP_CNTR_DTL_VL, status:VALID, product: GML - Process Manufacturing Logistics , description: Control detail view , implementation_dba_data: APPS.OP_CNTR_DTL_VL ,
-
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_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
-
PACKAGE BODY: APPS.GML_OP_CNTR_HDR_PKG
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.GMLCOPPR dependencies on OP_CNTR_BRK
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.GML_OP_CNTR_HDR_PKG
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
Table: SY_UOMS_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Unit of measure master for Oracle Process Manufacturing. Synchronized with MTL_UNITS_OF_MEASURE and associated tables when Oracle Financials is used. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_ITEM_MST_B
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_MST_B, object_name:IC_ITEM_MST_B, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: GMI.IC_ITEM_MST_B ,
-
TABLE: GML.OP_CNTR_BRK
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CNTR_BRK, object_name:OP_CNTR_BRK, status:VALID,
-
TABLE: GML.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,
-
VIEW: APPS.OP_CNTR_DTL_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_CNTR_DTL_VL, object_name:OP_CNTR_DTL_VL, status:VALID,
-
Table: IC_ITEM_MST
12.2.2
product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_UOMS_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Unit of measure master for Oracle Process Manufacturing. Synchronized with MTL_UNITS_OF_MEASURE and associated tables when Oracle Financials is used. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_ITEM_MST_B
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_MST_B, object_name:IC_ITEM_MST_B, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: GMI.IC_ITEM_MST_B ,
-
APPS.GMLCOPPR SQL Statements
12.1.1
-
Table: IC_ITEM_MST
12.1.1
product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: Not implemented in this database ,