Search Results tx_calc_mst
Overview
The TX_CALC_MST table is a master data repository within the Oracle E-Business Suite Process Manufacturing Logistics (GML) module. Its primary role is to store and manage tax calculation codes, which are essential reference data for determining applicable tax rules and formulas within the manufacturing and logistics processes. As a master table, it serves as the system of record for valid tax calculation identifiers, ensuring data integrity and consistency across transactional operations that require tax computation. Its existence within the GML schema underscores its specific importance in the tax handling for process manufacturing environments, where material and product taxation can be complex.
Key Information Stored
Based on the provided ETRM metadata, the table's structure centers on a primary key column that uniquely identifies each tax calculation code. The most critical column is TAXCALC_CODE, which serves as the primary key (TX_CALC_MST_PK). This column holds the unique identifier for a specific tax calculation rule or method. While the full column list is not detailed in the excerpt, the presence of a foreign key relationship with the TX_TEXT_HDR table via a TEXT_CODE column strongly suggests the table also stores a reference code for descriptive, translatable text associated with each tax calculation code. This is a common pattern in EBS for storing multilingual descriptions.
Common Use Cases and Queries
The primary use case for TX_CALC_MST is to provide a validated list of tax codes for assignment to business entities and for reference during transaction processing. A common operational query would retrieve the list of active tax calculation codes for setup in a customer master record. For example, when creating or updating a customer in the Order Management (OP_CUST_MST) or Process Manufacturing Order Management (OP_CUST_MST_OPM) tables, a validated list would be sourced from TX_CALC_MST. A typical reporting or validation SQL pattern would involve joining to the text table for descriptions:
SELECT tc.taxcalc_code, tl.description FROM gml.tx_calc_mst tc, gml.tx_text_hdr tl WHERE tc.text_code = tl.text_code;
Another critical use case is data integrity validation, ensuring that codes referenced in customer master tables exist in the TX_CALC_MST table via the defined foreign key constraints.
Related Objects
The ETRM documentation explicitly lists several key dependencies. TX_CALC_MST is referenced by foreign key constraints from customer master tables in both the core and OPM schemas, making it central to customer tax setup:
- OP_CUST_MST and OP_CUST_MST_OPM: These tables store customer information and reference TX_CALC_MST.TAXCALC_CODE to define the default tax calculation method for a customer.
- TX_TEXT_HDR: This table is referenced by TX_CALC_MST (via TEXT_CODE) to store the translatable descriptive text for the tax calculation codes, following Oracle's standard multilingual architecture.
These relationships position TX_CALC_MST as a foundational reference table that links tax calculation logic to customer data and internationalized descriptions.
-
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_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 ,
-
APPS.GMF_GLSYNCH dependencies on TX_CALC_MST
12.1.1
-
APPS.GMF_GLSYNCH dependencies on TX_CALC_MST
12.2.2
-
SYNONYM: APPS.TX_CALC_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:TX_CALC_MST, status:VALID,
-
SYNONYM: APPS.TX_CALC_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:TX_CALC_MST, status:VALID,
-
VIEW: GML.TX_CALC_MST#
12.2.2
owner:GML, object_type:VIEW, object_name:TX_CALC_MST#, status:VALID,
-
VIEW: GML.TX_CALC_MST#
12.2.2
-
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 ,
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GLSYNCH, status:VALID,
-
Table: OP_CUST_MST_OPM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: GML.OP_CUST_MST_OPM ,
-
TABLE: GML.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,
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GLSYNCH, status:VALID,
-
TABLE: GML.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,
-
Table: OP_CUST_MST_OPM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: GML.OP_CUST_MST_OPM ,
-
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: OP_CUST_MST
12.2.2
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
Table: OP_CUST_MST
12.1.1
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
12.2.2 DBA Data
12.2.2
-
APPS.GMF_GLSYNCH SQL Statements
12.1.1
-
APPS.GMF_GLSYNCH SQL Statements
12.2.2
-
VIEW: APPS.OP_CUST_MST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_CUST_MST_V, object_name:OP_CUST_MST_V, status:VALID,
-
VIEW: APPS.OP_CUST_MST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_CUST_MST_V, object_name:OP_CUST_MST_V, status:VALID,
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.1.1
-
TABLE: GML.OP_CUST_MST_OPM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID,
-
TABLE: GML.OP_CUST_MST_OPM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID,
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.2.2
-
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