Search Results op_chrg_mst
Overview
The OP_CHRG_MST table is a master data table within the Oracle E-Business Suite (EBS) Process Manufacturing Logistics (GML) module. It functions as the central repository for defining and managing charges. A charge, in this context, represents a specific type of fee, cost, or levy that can be applied within logistics and order management processes, such as freight, handling, duties, or taxes. The table serves as the foundational reference for charge-related data, ensuring consistency and control across transactional systems like sales orders, purchase orders, invoices, and pricing agreements. Its role is critical for accurate financial calculations and cost tracking in supply chain operations.
Key Information Stored
The table stores the core attributes that define a charge. Based on the provided metadata, the primary identifiers are CHARGE_ID (the system-generated primary key) and CHARGE_CODE (a unique user-defined identifier, also a primary key). Other significant columns establish the charge's operational and financial context: CURRENCY_CODE links to GL_CURR_MST to define the monetary unit, CHARGE_UOM links to SY_UOMS_MST to define the unit of measure for calculation, and CHGTAX_CLASS links to OP_CHRG_CLS for tax classification. The TEXT_CODE column links to OP_TEXT_HDR, allowing for descriptive notes or terms to be associated with the charge definition.
Common Use Cases and Queries
This table is primarily referenced for charge validation, reporting, and transactional integration. Common operational scenarios include validating a charge code entered on a sales order line or retrieving the default currency and UOM for a freight charge during invoice creation. A typical query might involve joining OP_CHRG_MST with related transactional tables to analyze charge application. For example, to list all charges applied on recent sales orders, one might use:
- SELECT oc.CHARGE_CODE, oc.DESCRIPTION, ooc.CHARGE_AMOUNT, ooh.ORDER_NUMBER
- FROM OP_CHRG_MST oc, OP_ORDR_CHG ooc, OE_ORDER_HEADERS_ALL ooh
- WHERE oc.CHARGE_ID = ooc.CHARGE_ID AND ooc.HEADER_ID = ooh.HEADER_ID;
Reporting use cases often involve summarizing total charges by type or analyzing charge effectiveness within pricing strategies.
Related Objects
OP_CHRG_MST has extensive relationships with other EBS objects, as shown by its foreign keys. It is a parent table to numerous transactional and setup tables. Key child tables include OP_ORDR_CHG (charges on sales orders), OP_INVC_CHG (charges on invoices), OP_PRSL_CHG (charges on price lists), and OP_PRCE_EFF (pricing effectiveness). The GL_ACCT_MAP table references it for accounting rule assignment, and OP_CHRG_BRK and OP_CHRG_ITM likely store charge breakdowns and item-specific charge details. Its foreign key dependencies link to master tables for currency (GL_CURR_MST), units of measure (SY_UOMS_MST), text (OP_TEXT_HDR), and charge class (OP_CHRG_CLS).
-
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 ,
-
APPS.PMI_SALES_PKG dependencies on OP_CHRG_MST
12.2.2
-
APPS.GMLCOPPR dependencies on OP_CHRG_MST
12.1.1
-
APPS.GMLCOPPR dependencies on OP_CHRG_MST
12.2.2
-
APPS.GML_ORAKRP_XMLP_PKG dependencies on OP_CHRG_MST
12.1.1
-
APPS.PMI_SALES_PKG dependencies on OP_CHRG_MST
12.1.1
-
APPS.GML_ORAKRP_XMLP_PKG dependencies on OP_CHRG_MST
12.2.2
-
APPS.GMLCOPPR dependencies on OP_CHRG_MST
12.1.1
-
APPS.GMF_MIGRATION dependencies on OP_CHRG_MST
12.1.1
-
APPS.GMF_MIGRATION dependencies on OP_CHRG_MST
12.2.2
-
APPS.GMLCOPPR dependencies on OP_CHRG_MST
12.2.2
-
APPS.PMI_SALES_PKG dependencies on OP_ORDR_CHG
12.2.2
-
APPS.PMI_SALES_PKG dependencies on OP_ORDR_CHG
12.1.1
-
VIEW: APPS.OP_CHRG_MST_DFV
12.1.1
-
VIEW: APPS.OP_CHRG_MST_DFV
12.2.2
-
SYNONYM: APPS.OP_CHRG_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_CHRG_MST, status:VALID,
-
VIEW: APPS.GML_GPOAO_ORDER_CHARGES_V
12.2.2
-
VIEW: APPS.GML_GASNO_DETAIL_CHARGES_V
12.2.2
-
TABLE: GML.OP_PRSL_CHG
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_CHG, object_name:OP_PRSL_CHG, status:VALID,
-
VIEW: APPS.GML_GPOAO_DETAIL_CHARGES_V
12.2.2
-
VIEW: APPS.GML_GPOAO_ORDER_CHARGES_V
12.1.1
-
VIEW: APPS.GML_GASNO_DETAIL_CHARGES_V
12.1.1
-
SYNONYM: APPS.OP_CHRG_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_CHRG_MST, status:VALID,
-
VIEW: APPS.GML_GASNO_ORDER_CHARGES_V
12.1.1
-
VIEW: APPS.GML_GASNO_ORDER_CHARGES_V
12.2.2
-
TABLE: GML.OP_PRSL_CHG
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_CHG, object_name:OP_PRSL_CHG, status:VALID,
-
VIEW: GML.OP_CHRG_MST#
12.2.2
owner:GML, object_type:VIEW, object_name:OP_CHRG_MST#, status:VALID,
-
VIEW: APPS.GML_GPOAO_DETAIL_CHARGES_V
12.1.1
-
VIEW: APPS.GML_GASNO_DETAIL_CHARGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GASNO_DETAIL_CHARGES_V, object_name:GML_GASNO_DETAIL_CHARGES_V, status:VALID,
-
VIEW: APPS.GML_GASNO_ORDER_CHARGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GASNO_ORDER_CHARGES_V, object_name:GML_GASNO_ORDER_CHARGES_V, status:VALID,
-
VIEW: APPS.GML_GPOAO_DETAIL_CHARGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GPOAO_DETAIL_CHARGES_V, object_name:GML_GPOAO_DETAIL_CHARGES_V, status:VALID,
-
Table: OP_CHRG_BRK
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CHRG_BRK, object_name:OP_CHRG_BRK, status:VALID, product: GML - Process Manufacturing Logistics , description: Charge breaks. , implementation_dba_data: GML.OP_CHRG_BRK ,
-
APPS.GML_ORAKRP_XMLP_PKG dependencies on OP_ORDR_CHG
12.2.2
-
APPS.GML_ORAKRP_XMLP_PKG dependencies on OP_ORDR_CHG
12.1.1
-
VIEW: APPS.GML_GPOAO_ORDER_CHARGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_GPOAO_ORDER_CHARGES_V, object_name:GML_GPOAO_ORDER_CHARGES_V, status:VALID,
-
Table: OP_CHRG_BRK
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CHRG_BRK, object_name:OP_CHRG_BRK, status:VALID, product: GML - Process Manufacturing Logistics , description: Charge breaks. , implementation_dba_data: GML.OP_CHRG_BRK ,
-
Table: OP_PRSL_CHG
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_CHG, object_name:OP_PRSL_CHG, status:VALID, product: GML - Process Manufacturing Logistics , description: Charges for an entire order profile and/or order profile lines. , implementation_dba_data: GML.OP_PRSL_CHG ,
-
Table: OP_CHRG_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CHRG_CLS, object_name:OP_CHRG_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Ancillary charge tax classes , implementation_dba_data: GML.OP_CHRG_CLS ,
-
Table: OP_ORDR_CHG
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_CHG, object_name:OP_ORDR_CHG, status:VALID, product: GML - Process Manufacturing Logistics , description: Order and order line charges. , implementation_dba_data: GML.OP_ORDR_CHG ,
-
Table: OP_ORDR_CHG
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_CHG, object_name:OP_ORDR_CHG, status:VALID, product: GML - Process Manufacturing Logistics , description: Order and order line charges. , implementation_dba_data: GML.OP_ORDR_CHG ,
-
VIEW: GML.OP_CHRG_MST#
12.2.2
-
Table: OP_CHRG_ITM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CHRG_ITM, object_name:OP_CHRG_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Charges for items or item classes and customers. , implementation_dba_data: GML.OP_CHRG_ITM ,
-
Table: OP_CHRG_ITM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CHRG_ITM, object_name:OP_CHRG_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Charges for items or item classes and customers. , implementation_dba_data: GML.OP_CHRG_ITM ,
-
Table: OP_INVC_CHG
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_INVC_CHG, object_name:OP_INVC_CHG, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax details for an order line. , implementation_dba_data: GML.OP_INVC_CHG ,
-
Table: OP_PRSL_CHG
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_CHG, object_name:OP_PRSL_CHG, status:VALID, product: GML - Process Manufacturing Logistics , description: Charges for an entire order profile and/or order profile lines. , implementation_dba_data: GML.OP_PRSL_CHG ,
-
PACKAGE: APPS.GMLCOPPR
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GMLCOPPR, status:VALID,
-
APPS.GML_ORAKRP_XMLP_PKG SQL Statements
12.1.1
-
APPS.GML_ORAKRP_XMLP_PKG SQL Statements
12.2.2
-
Table: OP_CHRG_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CHRG_CLS, object_name:OP_CHRG_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Ancillary charge tax classes , implementation_dba_data: GML.OP_CHRG_CLS ,