Search Results tx_tloc_cds
Overview
The TX_TLOC_CDS table is a master data table within the Oracle E-Business Suite (EBS) Process Manufacturing Logistics (GML) module. Its primary function is to serve as the central repository for Tax Location Codes. These codes are critical identifiers used to define specific geographic or jurisdictional locations for tax calculation and reporting purposes. The table's role is foundational to the tax engine in EBS, particularly within the manufacturing and logistics context, as it provides the reference data that links various transactional and master entities—such as organizations, warehouses, and customers—to their appropriate tax jurisdictions. Its status is VALID, indicating it is an active and supported object within the schemas for both EBS 12.1.1 and 12.2.2.
Key Information Stored
The core data element stored in this table is the Tax Location Code itself. Based on the provided metadata, the primary key for the table is the column TAXLOC_CODE, which is enforced by the primary key constraint TX_TLOC_CDS_PK. This indicates that TAXLOC_CODE is the unique identifier for each record. While the full column list is not detailed in the excerpt, the foreign key relationships imply the presence of at least one other column: TEXT_CODE. This column links to the TX_TEXT_HDR table, suggesting that descriptive text or notes associated with a tax location code can be maintained. The table's purpose is to store these code definitions, which are then referenced across the application.
Common Use Cases and Queries
The primary use case for the TX_TLOC_CDS table is tax determination setup and validation. Common operational and reporting scenarios include validating tax codes assigned to business entities and generating master lists for tax configuration. A fundamental query is to retrieve all defined tax location codes: SELECT TAXLOC_CODE FROM GML.TX_TLOC_CDS ORDER BY TAXLOC_CODE;. For implementation or support tasks, a frequent requirement is to identify which business entities (e.g., warehouses) are using a specific tax location, which involves joining to the foreign key tables: SELECT wh.WAREHOUSE_CODE, tl.TAXLOC_CODE FROM GML.IC_WHSE_MST wh, GML.TX_TLOC_CDS tl WHERE wh.TAXLOC_CODE = tl.TAXLOC_CODE;. This table is also central to troubleshooting tax calculation errors by verifying the existence and assignment of location codes.
Related Objects
The TX_TLOC_CDS table has extensive relationships with other key EBS tables, as evidenced by its foreign keys. It is referenced by master data tables to assign a tax jurisdiction to an entity. Key referencing tables include:
SY_ORGN_MSTandSY_ORGN_MST_B(Organization Master)IC_WHSE_MST(Warehouse Master)OP_CUST_MSTandOP_CUST_MST_OPM(Customer Master)
TX_TOFR_ASC (Tax Override Freight Association) table, where codes from TX_TLOC_CDS serve as both the origin (TAXLOC_FROM) and destination (TAXLOC_TO) in tax override rules. The descriptive text link is established via the TX_TEXT_HDR table using the TEXT_CODE column.
-
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 ,
-
APPS.GMF_GLSYNCH dependencies on TX_TLOC_CDS
12.2.2
-
APPS.GMF_GLSYNCH dependencies on TX_TLOC_CDS
12.1.1
-
VIEW: GML.TX_TLOC_CDS#
12.2.2
owner:GML, object_type:VIEW, object_name:TX_TLOC_CDS#, status:VALID,
-
SYNONYM: APPS.TX_TLOC_CDS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:TX_TLOC_CDS, status:VALID,
-
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_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 ,
-
SYNONYM: APPS.TX_TLOC_CDS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:TX_TLOC_CDS, status:VALID,
-
VIEW: GML.TX_TLOC_CDS#
12.2.2
-
TABLE: GML.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,
-
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: GML.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,
-
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 ,
-
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 ,
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GLSYNCH, 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.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
Table: OP_CUST_MST
12.1.1
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PMIBV_ORGANIZATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_ORGANIZATION_V, object_name:PMIBV_ORGANIZATION_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Table: OP_CUST_MST
12.2.2
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PMIFV_ORGANIZATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_ORGANIZATION_V, object_name:PMIFV_ORGANIZATION_V, status:VALID,
-
VIEW: APPS.PMIFV_ORGANIZATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_ORGANIZATION_V, object_name:PMIFV_ORGANIZATION_V, status:VALID,
-
VIEW: APPS.PMIBV_ORGANIZATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_ORGANIZATION_V, object_name:PMIBV_ORGANIZATION_V, status:VALID,
-
Table: IC_WHSE_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_MST, object_name:IC_WHSE_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse master.This table contains warehouse definition information. , implementation_dba_data: GMI.IC_WHSE_MST ,
-
Table: SY_ORGN_MST_B
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
Table: IC_WHSE_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_MST, object_name:IC_WHSE_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse master.This table contains warehouse definition information. , implementation_dba_data: GMI.IC_WHSE_MST ,
-
Table: SY_ORGN_MST_B
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
Table: SY_ORGN_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_ORGN_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
APPS.GMF_GLSYNCH SQL Statements
12.1.1
-
APPS.GMF_GLSYNCH SQL Statements
12.2.2
-
TABLE: GMA.SY_ORGN_MST_B
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, 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. ,
-
TABLE: GMA.SY_ORGN_MST_B
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID,
-
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 - GMA Tables and Views
12.1.1
description: Table for associating Units of Measure and UOM Types. Not yet used. ,
-
eTRM - GMA Tables and Views
12.2.2
description: Table for associating Units of Measure and UOM Types. Not yet used. ,
-
eTRM - GMA Tables and Views
12.2.2
description: Table for associating Units of Measure and UOM Types. Not yet used. ,