Search Results tx_text_hdr
Overview
The TX_TEXT_HDR table is a core data object within the Oracle E-Business Suite (EBS) Process Manufacturing Logistics (GML) module. Specifically, it serves as the header table for managing descriptive text associated with the Tax application in Oracle Process Manufacturing (OPM). Its primary role is to function as a master repository for text codes, which are then referenced by numerous transactional and master tables across the tax subsystem. This centralization ensures data integrity and consistency for textual descriptions used in tax calculations, definitions, and reporting.
Key Information Stored
Based on the provided ETRM metadata, the table's structure is defined by its primary key. The central column is TEXT_CODE, which uniquely identifies a specific text entry. While the full column list is not detailed in the excerpt, as a header table in this context, it typically stores the descriptive text itself (likely in a column such as TEXT_DESC or a similar field) alongside the code. The table's design implies it acts as a lookup or reference table, where the TEXT_CODE is a foreign key in many other tax-related tables, allowing them to share standardized textual information without redundancy.
Common Use Cases and Queries
The primary use case for TX_TEXT_HDR is to retrieve the descriptive text associated with a tax-related entity. For instance, a tax calculation rule, tax authority, or tax location record stores only a TEXT_CODE, and the full description must be joined from this table. A common reporting query would join TX_TEXT_HDR to one of its many referenced tables. A sample pattern for retrieving tax authority details with their associated text would be:
- SELECT mst.authority_code, hdr.text_description
- FROM gml.tx_taxa_mst mst, gml.tx_text_hdr hdr
- WHERE mst.text_code = hdr.text_code;
Data maintenance involves inserting new text entries into TX_TEXT_HDR before their codes can be used in child tables, and updating descriptions centrally here to propagate changes across the application.
Related Objects
As indicated by the extensive foreign key relationships, TX_TEXT_HDR is a critical reference point for the OPM Tax application. Key dependent tables include:
- TX_CALC_MST: Tax Calculation Master
- TX_TAXA_MST / TX_TAXA_DTL / TX_TAXA_STS: Tax Authority Master, Detail, and Status tables
- TX_TLOC_ASC / TX_TLOC_CDS: Tax Location Association and Codes tables
- TX_TOFR_ASC: Tax Override Association
- TX_TXRE_CDS / TX_TXRP_CLS: Tax Rate Codes and Tax Rate Period Class tables
This network of foreign keys underscores that TX_TEXT_HDR is a central hub for descriptive data within the GML tax architecture.
-
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 ,
-
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 ,
-
VIEW: GML.TX_TEXT_HDR#
12.2.2
owner:GML, object_type:VIEW, object_name:TX_TEXT_HDR#, status:VALID,
-
SYNONYM: APPS.TX_TEXT_HDR
12.2.2
owner:APPS, object_type:SYNONYM, object_name:TX_TEXT_HDR, status:VALID,
-
VIEW: GML.TX_TEXT_HDR#
12.2.2
-
SYNONYM: APPS.TX_TEXT_HDR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:TX_TEXT_HDR, status:VALID,
-
TABLE: GML.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,
-
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_CALC_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_CALC_MST, object_name:TX_CALC_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax calculation codes. , implementation_dba_data: GML.TX_CALC_MST ,
-
TABLE: GML.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,
-
Table: TX_TLOC_CDS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TLOC_CDS, object_name:TX_TLOC_CDS, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax Location Codes. , implementation_dba_data: GML.TX_TLOC_CDS ,
-
Table: TX_TLOC_CDS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TLOC_CDS, object_name:TX_TLOC_CDS, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax Location Codes. , implementation_dba_data: GML.TX_TLOC_CDS ,
-
Table: TX_TAXA_STS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TAXA_STS, object_name:TX_TAXA_STS, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax status codes. , implementation_dba_data: GML.TX_TAXA_STS ,
-
Table: TX_TLOC_ASC
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TLOC_ASC, object_name:TX_TLOC_ASC, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax Authorities that apply for a pair of tax locations. , implementation_dba_data: GML.TX_TLOC_ASC ,
-
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 ,
-
Table: TX_TOFR_ASC
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TOFR_ASC, object_name:TX_TOFR_ASC, status:VALID, product: GML - Process Manufacturing Logistics , description: Pairing of Tax Locations as Ship-From and Ship-To Locations. , implementation_dba_data: GML.TX_TOFR_ASC ,
-
Table: TX_CALC_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_CALC_MST, object_name:TX_CALC_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax calculation codes. , implementation_dba_data: GML.TX_CALC_MST ,
-
Table: TX_TXRE_CDS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TXRE_CDS, object_name:TX_TXRE_CDS, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax Exemption Reason Codes. , implementation_dba_data: GML.TX_TXRE_CDS ,
-
Table: TX_TXRE_CDS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TXRE_CDS, object_name:TX_TXRE_CDS, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax Exemption Reason Codes. , implementation_dba_data: GML.TX_TXRE_CDS ,
-
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_TOFR_ASC
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TOFR_ASC, object_name:TX_TOFR_ASC, status:VALID, product: GML - Process Manufacturing Logistics , description: Pairing of Tax Locations as Ship-From and Ship-To Locations. , implementation_dba_data: GML.TX_TOFR_ASC ,
-
Table: TX_TAXA_STS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TAXA_STS, object_name:TX_TAXA_STS, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax status codes. , implementation_dba_data: GML.TX_TAXA_STS ,
-
Table: TX_TLOC_ASC
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TLOC_ASC, object_name:TX_TLOC_ASC, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax Authorities that apply for a pair of tax locations. , implementation_dba_data: GML.TX_TLOC_ASC ,
-
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: 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_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 ,
-
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
-
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