Search Results op_chrg_cls
Overview
The OP_CHRG_CLS table is a core reference table within the Process Manufacturing Logistics (GML) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as a master repository for ancillary charge tax classes. In the context of process manufacturing logistics, ancillary charges refer to additional costs—such as freight, handling, or insurance—applied to transactions. This table defines the distinct tax classifications for these charges, enabling the system to correctly calculate, apply, and report taxes on ancillary costs separately from the primary product or material value. Its role is integral to ensuring accurate financial and tax compliance within supply chain and logistics operations.
Key Information Stored
The primary data element stored in the OP_CHRG_CLS table is the ancillary charge tax class code. The table's structure, as indicated by its primary and foreign key relationships, is designed to support this master data. The primary key column, CHGTAX_CLASS, uniquely identifies each tax class. While the provided metadata does not list all columns explicitly, the foreign key relationships imply the existence of a TEXT_CODE column, which likely links to descriptive text for the tax class stored in the OP_TEXT_HDR table. This setup allows for maintainable, multilingual descriptions of each tax classification.
Common Use Cases and Queries
The primary use case for OP_CHRG_CLS is the setup and maintenance of tax rules for ancillary charges during logistics transaction entry, such as purchase order receipts or shipment creation. A common reporting need is to list all configured charge tax classes with their descriptions for audit or setup verification. A typical query would join to the text table to retrieve the translated description.
SELECT cls.chgtax_class,
txt.description
FROM gml.op_chrg_cls cls,
gml.op_text_hdr txt
WHERE cls.text_code = txt.text_code(+)
ORDER BY cls.chgtax_class;
Another critical scenario involves troubleshooting tax calculation errors on charges, where analysts would verify if a specific CHGTAX_CLASS used on a charge master record (OP_CHRG_MST) exists and is valid in this reference table.
Related Objects
The OP_CHRG_CLS table is centrally linked to several key transactional and master tables within the GML and tax modules. Its most direct relationships are:
- OP_CHRG_MST: The master table for ancillary charges. It references OP_CHRG_CLS via
OP_CHRG_MST.CHGTAX_CLASSto assign a tax class to each defined charge. - TX_TAXA_DTL: A table within the Oracle Tax engine (EBTax). The foreign key from
TX_TAXA_DTL.CHGTAX_CLASSindicates that tax determination rules and rates are configured based on the classes defined in OP_CHRG_CLS. - OP_TEXT_HDR: Provides descriptive, translatable text for the tax class codes via the
OP_CHRG_CLS.TEXT_CODEforeign key.
This network of relationships positions OP_CHRG_CLS as a vital link between logistics charge definitions and the complex tax engine, ensuring ancillary costs are taxed appropriately.
-
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_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 ,
-
VIEW: GML.OP_CHRG_CLS#
12.2.2
-
VIEW: GML.OP_CHRG_CLS#
12.2.2
owner:GML, object_type:VIEW, object_name:OP_CHRG_CLS#, status:VALID,
-
SYNONYM: APPS.OP_CHRG_CLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_CHRG_CLS, status:VALID,
-
SYNONYM: APPS.OP_CHRG_CLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_CHRG_CLS, status:VALID,
-
TABLE: GML.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,
-
TABLE: GML.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,
-
Table: TX_TAXA_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TAXA_DTL, object_name:TX_TAXA_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax rates by item and/or charge class for a tax authority. , implementation_dba_data: GML.TX_TAXA_DTL ,
-
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 ,
-
Table: TX_TAXA_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TAXA_DTL, object_name:TX_TAXA_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax rates by item and/or charge class for a tax authority. , implementation_dba_data: GML.TX_TAXA_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_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 ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
TABLE: GML.TX_TAXA_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TAXA_DTL, object_name:TX_TAXA_DTL, status:VALID,
-
TABLE: GML.TX_TAXA_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TAXA_DTL, object_name:TX_TAXA_DTL, status:VALID,
-
TABLE: GML.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,
-
TABLE: GML.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,
-
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.2.2
description: Tax reporting classes. ,
-
eTRM - GML Tables and Views
12.1.1
description: Tax reporting classes. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1