Search Results op_prce_itm
Overview
The OP_PRCE_ITM table is a core data object within the Oracle E-Business Suite (EBS) Process Manufacturing Logistics (GML) module. It serves as the central repository for storing detailed item pricing information associated with specific price lists. This table is fundamental to the pricing engine in manufacturing and distribution operations, enabling the system to determine the correct selling price for an item based on a combination of factors such as the price list, item, warehouse, quality grade, and unit of measure. Its role is critical for sales order processing, invoicing, and any business process requiring accurate and context-sensitive item pricing.
Key Information Stored
The table's structure is designed to support multi-dimensional pricing. Its primary key (OP_PRCE_ITMI1) is a composite key, highlighting that a unique price record is defined by the intersection of several attributes. Key columns include PRICELIST_ID, which links to the master price list (OP_PRCE_MST); ITEM_ID, referencing the item master (IC_ITEM_MST_B); and WHSE_CODE, linking to the warehouse master (IC_WHSE_MST). Additional critical dimensions are PRICE_CLASS, QC_GRADE, PRICE_UM (the pricing unit of measure), and FRTBILL_MTHD (the freight billing method). The table also contains a surrogate primary key, PRICE_ID (via OP_PRCE_ITM_PK), which is used as a unique identifier and foreign key by dependent tables like OP_PRCE_BRK for storing price break quantities.
Common Use Cases and Queries
A primary use case is retrieving the applicable price for an item during sales order entry. This involves querying OP_PRCE_ITM with known parameters from the order line. For example, a report to list all active prices on a specific price list would join to related master tables for descriptive information. Common SQL patterns include filtering by PRICELIST_ID and ITEM_ID, often with additional conditions for warehouse or grade. Price break analysis is another critical scenario, requiring a join from OP_PRCE_ITM to OP_PRCE_BRK on PRICE_ID to report volume-based pricing tiers. Technical consultants often query this table to troubleshoot pricing discrepancies by verifying the existence and values of price records for a given set of criteria.
Related Objects
OP_PRCE_ITM has extensive relationships within the GML and Inventory (INV) modules. It is a child table of the price list master (OP_PRCE_MST). Its foreign keys, as documented, reveal dependencies on fundamental master data: items (IC_ITEM_MST_B, IC_ITEM_MST), warehouses (IC_WHSE_MST), price classes (IC_PRCE_CLS), units of measure (SY_UOMS_MST), quality grades (GMD_GRADES_B, QC_GRAD_MST), freight methods (OP_FRGT_MTH), and text headers (OP_TEXT_HDR). Crucially, it is a parent table to OP_PRCE_BRK, which stores quantity break pricing. Any integration, data migration, or customization involving item pricing must account for these relationships to maintain data integrity.
-
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 ,
-
APPS.GMLCOPPR dependencies on OP_PRCE_ITM
12.1.1
-
SYNONYM: APPS.OP_PRCE_ITM
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_PRCE_ITM, status:VALID,
-
SYNONYM: APPS.OP_PRCE_ITM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_PRCE_ITM, status:VALID,
-
VIEW: APPS.OP_PRCE_ITM_DFV
12.1.1
-
VIEW: APPS.PMIBV_ITEM_PRICE_V
12.1.1
-
VIEW: APPS.OP_PRCE_ITM_DFV
12.2.2
-
VIEW: APPS.PMIFV_ITEM_PRICE_V
12.1.1
-
VIEW: APPS.OP_PRCE_ITM_VL
12.1.1
-
VIEW: GML.OP_PRCE_ITM#
12.2.2
owner:GML, object_type:VIEW, object_name:OP_PRCE_ITM#, status:VALID,
-
VIEW: APPS.PMIBV_ITEM_PRICE_V
12.2.2
-
VIEW: APPS.PMIFV_ITEM_PRICE_V
12.2.2
-
Table: OP_PRCE_BRK
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRCE_BRK, object_name:OP_PRCE_BRK, status:VALID, product: GML - Process Manufacturing Logistics , description: Price breaks for items on a pricelist. , implementation_dba_data: GML.OP_PRCE_BRK ,
-
VIEW: APPS.OP_PRCE_ITM_VL
12.2.2
-
VIEW: GML.OP_PRCE_ITM#
12.2.2
-
Table: OP_PRCE_BRK
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRCE_BRK, object_name:OP_PRCE_BRK, status:VALID, product: GML - Process Manufacturing Logistics , description: Price breaks for items on a pricelist. , implementation_dba_data: GML.OP_PRCE_BRK ,
-
Table: OP_PRCE_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRCE_MST, object_name:OP_PRCE_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Price list header. , implementation_dba_data: GML.OP_PRCE_MST ,
-
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: 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 ,
-
VIEW: APPS.OP_PRCE_ITM_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:OP_PRCE_ITM_DFV, status:VALID,
-
View: PMIBV_ITEM_PRICE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_ITEM_PRICE_V, object_name:PMIBV_ITEM_PRICE_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Pricing information for an item broken down by quantity, warehouse, grade, customer, pricelist. , implementation_dba_data: APPS.PMIBV_ITEM_PRICE_V ,
-
PACKAGE BODY: APPS.GMLCOPPR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMLCOPPR, status:VALID,
-
Table: OP_PRCE_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRCE_MST, object_name:OP_PRCE_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Price list header. , implementation_dba_data: GML.OP_PRCE_MST ,
-
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 ,
-
View: PMIBV_ITEM_PRICE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_ITEM_PRICE_V, object_name:PMIBV_ITEM_PRICE_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Pricing information for an item broken down by quantity, warehouse, grade, customer, pricelist. , implementation_dba_data: APPS.PMIBV_ITEM_PRICE_V ,
-
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_PRCE_ITM_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:OP_PRCE_ITM_DFV, status:VALID,
-
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 ,
-
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 ,
-
View: PMIFV_ITEM_PRICE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_ITEM_PRICE_V, object_name:PMIFV_ITEM_PRICE_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Pricing information for an item broken down by quantity, warehouse, grade, customer, pricelist. , implementation_dba_data: APPS.PMIFV_ITEM_PRICE_V ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
View: OP_PRCE_ITM_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_PRCE_ITM_VL, object_name:OP_PRCE_ITM_VL, status:VALID, product: GML - Process Manufacturing Logistics , description: Price item view , implementation_dba_data: APPS.OP_PRCE_ITM_VL ,
-
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 ,
-
View: OP_PRCE_ITM_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_PRCE_ITM_VL, object_name:OP_PRCE_ITM_VL, status:VALID, product: GML - Process Manufacturing Logistics , description: Price item view , implementation_dba_data: APPS.OP_PRCE_ITM_VL ,
-
View: PMIFV_ITEM_PRICE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_ITEM_PRICE_V, object_name:PMIFV_ITEM_PRICE_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Pricing information for an item broken down by quantity, warehouse, grade, customer, pricelist. , implementation_dba_data: APPS.PMIFV_ITEM_PRICE_V ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.GMLCOPPR dependencies on OP_PRCE_BRK
12.1.1
-
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: 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 ,
-
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: GML.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,
-
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 ,