Search Results tx_txrp_cls
Overview
The TX_TXRP_CLS table is a core data object within the Oracle E-Business Suite (EBS) Process Manufacturing Logistics (GML) module. It serves as a master repository for defining and storing tax reporting classes. These classes are critical for categorizing transactions for tax reporting and compliance purposes, particularly in environments with complex tax regulations, such as those common in process manufacturing. The table's primary role is to provide a validated list of tax reporting codes that can be associated with various transactional entities, such as tax authorities, to ensure accurate tax calculation and reporting.
Key Information Stored
The central column in this table is the TAXRPT_CLASS, which is the primary key (TX_TXRP_CLS_PK). This column holds the unique identifier for a tax reporting class. While the provided metadata does not list all columns, the structure implies the table likely contains descriptive fields, potentially linked via the TEXT_CODE foreign key. This foreign key relationship to the TX_TEXT_HDR table suggests that descriptive, translatable text (like the name or description of the reporting class) is stored separately in a multi-language enabled table, a common design pattern in EBS for supporting global deployments.
Common Use Cases and Queries
The primary use case for TX_TXRP_CLS is the setup and maintenance of tax reporting structures. Administrators define valid classes in this table, which are then assigned to tax authorities in the TX_TAXA_MST table. This setup drives how taxes are reported for transactions associated with those authorities. A common reporting query would involve joining these tables to list all configured tax authorities with their assigned reporting classes.
- Sample Query to List Reporting Classes with Descriptions:
SELECT cls.taxrpt_class, tl.meaning
FROM gml.tx_txrp_cls cls,
fnd_lookup_values tl
WHERE tl.lookup_type = 'TAX_REPORTING_CLASS' -- Example lookup type
AND tl.lookup_code = cls.taxrpt_class
AND tl.language = USERENV('LANG'); - Integration Validation: Queries often join TX_TXRP_CLS to TX_TAXA_MST to verify that all active tax authorities have a valid reporting class assigned, which is crucial for data integrity.
Related Objects
TX_TXRP_CLS has defined relationships with several other key EBS tables, primarily within the GML tax structure.
- TX_TEXT_HDR: This table is referenced via the TEXT_CODE foreign key. It is the standard EBS table for storing translatable descriptive text, indicating that the descriptions for tax reporting classes are maintained in a multilingual format.
- TX_TAXA_MST (Tax Authority Master): This is the most significant related table. A foreign key constraint exists where TX_TAXA_MST.TAXRPT_CLASS references TX_TXRP_CLS.TAXRPT_CLASS. This enforces that a tax authority can only be assigned a reporting class that is predefined in the TX_TXRP_CLS master table.
-
Table: TX_TXRP_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TXRP_CLS, object_name:TX_TXRP_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax reporting classes. , implementation_dba_data: GML.TX_TXRP_CLS ,
-
Table: TX_TXRP_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TXRP_CLS, object_name:TX_TXRP_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax reporting classes. , implementation_dba_data: GML.TX_TXRP_CLS ,
-
VIEW: GML.TX_TXRP_CLS#
12.2.2
owner:GML, object_type:VIEW, object_name:TX_TXRP_CLS#, status:VALID,
-
SYNONYM: APPS.TX_TXRP_CLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:TX_TXRP_CLS, status:VALID,
-
SYNONYM: APPS.TX_TXRP_CLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:TX_TXRP_CLS, status:VALID,
-
VIEW: GML.TX_TXRP_CLS#
12.2.2
-
TABLE: GML.TX_TXRP_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TXRP_CLS, object_name:TX_TXRP_CLS, status:VALID,
-
TABLE: GML.TX_TXRP_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TXRP_CLS, object_name:TX_TXRP_CLS, status:VALID,
-
Table: TX_TAXA_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TAXA_MST, object_name:TX_TAXA_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax Authorities. , implementation_dba_data: GML.TX_TAXA_MST ,
-
Table: TX_TAXA_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TAXA_MST, object_name:TX_TAXA_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax Authorities. , implementation_dba_data: GML.TX_TAXA_MST ,
-
Table: TX_TEXT_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TEXT_HDR, object_name:TX_TEXT_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header table for text for the Tax application in OPM. , implementation_dba_data: GML.TX_TEXT_HDR ,
-
Table: TX_TEXT_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TEXT_HDR, object_name:TX_TEXT_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header table for text for the Tax application in OPM. , implementation_dba_data: GML.TX_TEXT_HDR ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
TABLE: GML.TX_TAXA_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TAXA_MST, object_name:TX_TAXA_MST, status:VALID,
-
TABLE: GML.TX_TAXA_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TAXA_MST, object_name:TX_TAXA_MST, status:VALID,
-
eTRM - GML Tables and Views
12.2.2
description: Tax reporting classes. ,
-
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.1.1
description: Tax reporting classes. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1