Search Results op_prce_eff
Overview
The OP_PRCE_EFF table is a core data object within the Process Manufacturing Logistics (GML) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the central repository for pricing effectivity rules, which are critical for establishing and managing the active status of various pricing components within the system. Its primary role is to define the conditions—such as date ranges, customer assignments, and organizational context—under which a specific price list, sales contract, or charge becomes applicable for a transaction. This table enables complex, time-based pricing strategies and ensures the correct price is automatically determined during order entry and other logistics processes.
Key Information Stored
The table stores the criteria that link pricing entities to business contexts. Its structure includes two primary keys: a composite key (OP_PRCE_EFFI1) for business rule uniqueness and a surrogate key (OP_PRCE_EFF_PK) for system relationships. Key columns define the scope and validity of a pricing rule. The ORGN_CODE specifies the operating unit. Customer targeting is managed through CUST_ID, CUSTPRICE_CLASS, and TERRITORY. The temporal validity is controlled by START_DATE and END_DATE. The rule's priority among conflicting rules is set by PREFERENCE. The EFFECTIVITY_TYPE column determines the rule's nature. Finally, the table points to the specific pricing entity via PRICELIST_ID, CONTRACT_ID, or CHARGE_ID, establishing the link between the rule and the actual price, terms, or charge.
Common Use Cases and Queries
A primary use case is troubleshooting order pricing during sales order entry. When a price does not appear as expected, consultants often query this table to verify an active, effective rule exists for the customer, organization, and date. Another common scenario is generating reports on active pricing agreements for a customer or analyzing pricing rule coverage across territories. Sample queries include finding all effective price lists for a specific customer on a given date, or identifying rules that will become active in the future.
- Finding active price lists for a customer:
SELECT PRICELIST_ID FROM GML.OP_PRCE_EFF WHERE ORGN_CODE = :org AND CUST_ID = :cust AND :order_date BETWEEN START_DATE AND NVL(END_DATE, :order_date) AND PRICELIST_ID IS NOT NULL ORDER BY PREFERENCE; - Auditing all effectivity rules for a contract:
SELECT * FROM GML.OP_PRCE_EFF WHERE CONTRACT_ID = :contract_id ORDER BY START_DATE;
Related Objects
OP_PRCE_EFF is a central hub connected to numerous master and transactional tables via foreign key relationships. It directly references master data tables: OP_PRCE_MST (Price Lists), OP_CNTR_HDR (Contracts), OP_CHRG_MST (Charges), OP_CUST_MST (Customers), OP_CPRC_CLS (Customer Price Classes), and SY_ORGN_MST (Organizations). Crucially, it is referenced by the transactional table OP_ORDR_DTL (Order Details), where the selected PRICEFF_ID is stored to document which pricing effectivity rule was applied to each order line. This creates a complete audit trail from the master pricing rule to the final transaction.
-
Table: OP_PRCE_EFF
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRCE_EFF, object_name:OP_PRCE_EFF, status:VALID, product: GML - Process Manufacturing Logistics , description: Pricing effectivities to establish active price lists, contracts or charges. , implementation_dba_data: GML.OP_PRCE_EFF ,
-
Table: OP_PRCE_EFF
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRCE_EFF, object_name:OP_PRCE_EFF, status:VALID, product: GML - Process Manufacturing Logistics , description: Pricing effectivities to establish active price lists, contracts or charges. , implementation_dba_data: GML.OP_PRCE_EFF ,
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_PRCE_EFF
12.1.1
-
APPS.GMLCOPPR dependencies on OP_PRCE_EFF
12.1.1
-
APPS.GMLCOPPR dependencies on OP_PRCE_EFF
12.2.2
-
APPS.GMLCOPPR dependencies on OP_PRCE_EFF
12.1.1
-
APPS.GMLCOPPR dependencies on OP_PRCE_EFF
12.2.2
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_PRCE_EFF
12.2.2
-
SYNONYM: APPS.OP_PRCE_EFF
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_PRCE_EFF, status:VALID,
-
VIEW: GML.OP_PRCE_EFF#
12.2.2
owner:GML, object_type:VIEW, object_name:OP_PRCE_EFF#, status:VALID,
-
SYNONYM: APPS.OP_PRCE_EFF
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_PRCE_EFF, status:VALID,
-
VIEW: GML.OP_PRCE_EFF#
12.2.2
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_CUST_ITM
12.1.1
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_CUST_ITM
12.2.2
-
PACKAGE: APPS.GML_OP_CNTR_HDR_PKG
12.1.1
-
PACKAGE: APPS.GML_OP_CNTR_HDR_PKG
12.2.2
-
PACKAGE BODY: APPS.GML_UPDATE_CUST_DATA_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GML_UPDATE_CUST_DATA_PVT, status:VALID,
-
Table: OP_CPRC_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CPRC_CLS, object_name:OP_CPRC_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer Price Classes. , implementation_dba_data: GML.OP_CPRC_CLS ,
-
Table: OP_CPRC_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CPRC_CLS, object_name:OP_CPRC_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer Price Classes. , implementation_dba_data: GML.OP_CPRC_CLS ,
-
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 ,
-
PACKAGE BODY: APPS.GMLCOPPR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMLCOPPR, status:VALID,
-
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: 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 ,
-
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 ,
-
PACKAGE: APPS.GMLCOPPR
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GMLCOPPR, status:VALID,
-
Table: OP_CHRG_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CHRG_MST, object_name:OP_CHRG_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Charge master. , implementation_dba_data: GML.OP_CHRG_MST ,
-
Table: OP_CHRG_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CHRG_MST, object_name:OP_CHRG_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Charge master. , implementation_dba_data: GML.OP_CHRG_MST ,
-
PACKAGE BODY: APPS.GMLCOPPR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMLCOPPR, status:VALID,
-
PACKAGE: APPS.GMLCOPPR
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GMLCOPPR, status:VALID,
-
PACKAGE BODY: APPS.GML_UPDATE_CUST_DATA_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GML_UPDATE_CUST_DATA_PVT, status:VALID,
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_ORDR_HDR
12.1.1
-
APPS.GML_UPDATE_CUST_DATA_PVT dependencies on OP_ORDR_HDR
12.2.2
-
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_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_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_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_CUST_MST
12.2.2
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
12.2.2 DBA Data
12.2.2
-
TABLE: GML.OP_PRCE_EFF
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRCE_EFF, object_name:OP_PRCE_EFF, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.GML_OP_CNTR_HDR_PKG
12.1.1
-
PACKAGE BODY: APPS.GML_OP_CNTR_HDR_PKG
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
TABLE: GML.OP_PRCE_EFF
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRCE_EFF, object_name:OP_PRCE_EFF, status:VALID,
-
Table: OP_CUST_MST
12.1.1
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_ORGN_MST_B
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
Table: SY_ORGN_MST_B
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
Table: SY_ORGN_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,