Search Results zx_fc_types_reg_assoc
Overview
The ZX_FC_TYPES_REG_ASSOC table is a core data object within the ZX (E-Business Tax) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It functions as a critical association table, defining the relationship between fiscal classification types and the tax regimes where they are applicable. Fiscal classifications are used to categorize parties, products, or transactions for tax determination purposes. This table enables a single fiscal classification type, such as a product category or industry code, to be associated with multiple tax jurisdictions (regimes), thereby supporting global tax compliance by mapping classification schemes to specific regional tax laws.
Key Information Stored
Each row in the table represents a unique link between a fiscal classification type and a tax regime. The structure is defined by a composite primary key, ensuring that each combination is stored only once. The key columns are:
- CLASSIFICATION_TYPE_CODE: A foreign key that identifies the specific type of fiscal classification (e.g., 'PRODUCT_CATEGORY', 'INDUSTRY_TYPE'). This code references the master list of classification types defined in the ZX_FC_TYPES_B table.
- TAX_REGIME_CODE: A code identifying the tax regime (e.g., 'US_SALES_TAX', 'EU_VAT') to which the classification type is linked. This column completes the primary key, allowing the same classification type to be associated with different regimes.
Common Use Cases and Queries
This table is primarily accessed during tax setup and tax determination engine processes. A common use case is validating which fiscal classification codes are applicable for a given transaction based on its tax regime. For instance, when determining tax for an invoice line in Germany, the system will reference this table to identify the valid product classification types for the 'DE_VAT' regime. A typical query would retrieve all classification types for a specific regime to populate a list of values in an application setup form:
- Sample Query: SELECT classification_type_code FROM zx_fc_types_reg_assoc WHERE tax_regime_code = '®IME_CODE';
Conversely, administrators may query which regimes utilize a particular classification type for impact analysis during a global tax configuration change. Reporting use cases often involve joining this table to ZX_FC_TYPES_B and ZX_REGIMES_B to produce a comprehensive mapping report for audit or configuration review purposes.
Related Objects
The table maintains defined foreign key relationships with other core E-Business Tax tables, ensuring referential integrity. The documented relationships are:
- Primary Key: ZX_FC_TYPES_REG_ASSOC_PK on (CLASSIFICATION_TYPE_CODE, TAX_REGIME_CODE).
- Foreign Key (References): The CLASSIFICATION_TYPE_CODE column is a foreign key referencing the ZX_FC_TYPES_B table. This enforces that only valid, pre-defined fiscal classification types can be associated with a tax regime.
While not explicitly listed in the provided metadata, this table is logically related to the ZX_REGIMES_B table (for regime details) and the ZX_FC_CODES_REG_ASSOC table, which stores the actual fiscal classification code values (e.g., 'BOOKS', 'ELECTRONICS') for the associated type-regime pairs.
-
Table: ZX_FC_TYPES_REG_ASSOC
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_FC_TYPES_REG_ASSOC, object_name:ZX_FC_TYPES_REG_ASSOC, status:VALID, product: ZX - E-Business Tax , description: This table stores association of fiscal classification types to multiple tax regimes. Each row stores an association of a specific fiscal classificaiton type to a tax regime. , implementation_dba_data: ZX.ZX_FC_TYPES_REG_ASSOC ,
-
Table: ZX_FC_TYPES_REG_ASSOC
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_FC_TYPES_REG_ASSOC, object_name:ZX_FC_TYPES_REG_ASSOC, status:VALID, product: ZX - E-Business Tax , description: This table stores association of fiscal classification types to multiple tax regimes. Each row stores an association of a specific fiscal classificaiton type to a tax regime. , implementation_dba_data: ZX.ZX_FC_TYPES_REG_ASSOC ,
-
APPS.ZX_FC_MIGRATE_PKG dependencies on ZX_FC_TYPES_REG_ASSOC
12.2.2
-
APPS.ZX_FC_MIGRATE_PKG dependencies on ZX_FC_TYPES_REG_ASSOC
12.1.1
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on ZX_FC_TYPES_REG_ASSOC
12.1.1
-
APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_FC_TYPES_REG_ASSOC
12.2.2
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on ZX_FC_TYPES_REG_ASSOC
12.2.2
-
APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_FC_TYPES_REG_ASSOC
12.1.1
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on ZX_FC_TYPES_B
12.2.2
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on ZX_FC_TYPES_B
12.1.1
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on ZX_SCO_EXCEPTIONS
12.1.1
-
SYNONYM: APPS.ZX_FC_TYPES_REG_ASSOC
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ZX_FC_TYPES_REG_ASSOC, status:VALID,
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on ZX_FC_CODES_B
12.2.2
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on ZX_FC_CODES_B
12.1.1
-
VIEW: ZX.ZX_FC_TYPES_REG_ASSOC#
12.2.2
owner:ZX, object_type:VIEW, object_name:ZX_FC_TYPES_REG_ASSOC#, status:VALID,
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on MTL_CATEGORIES_B_KFV
12.2.2
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on FND_ID_FLEX_STRUCTURES_VL
12.2.2
-
SYNONYM: APPS.ZX_FC_TYPES_REG_ASSOC
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ZX_FC_TYPES_REG_ASSOC, status:VALID,
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on ZX_SCO_EXCEPTIONS
12.2.2
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_REGIME_RELATIONS
12.1.1
-
VIEW: ZX.ZX_FC_TYPES_REG_ASSOC#
12.2.2
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on FND_ID_FLEX_STRUCTURES_VL
12.1.1
-
APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_REGIME_RELATIONS
12.2.2
-
APPS.ZX_FC_MIGRATE_PKG dependencies on AR_SYSTEM_PARAMETERS_ALL
12.2.2
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on MTL_ITEM_CATEGORIES
12.1.1
-
APPS.ZX_TCM_GET_EXCEPT_PKG SQL Statements
12.2.2
-
Table: ZX_FC_TYPES_B
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_FC_TYPES_B, object_name:ZX_FC_TYPES_B, status:VALID, product: ZX - E-Business Tax , description: This table stores the fiscal classification types defined for all classification categories. Each row records a fiscal classification type for a specific classification category. , implementation_dba_data: ZX.ZX_FC_TYPES_B ,
-
APPS.ZX_FC_MIGRATE_PKG dependencies on AR_SYSTEM_PARAMETERS_ALL
12.1.1
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on MTL_CATEGORIES_B_KFV
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on MTL_ITEM_CATEGORIES
12.2.2
-
Table: ZX_FC_TYPES_B
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_FC_TYPES_B, object_name:ZX_FC_TYPES_B, status:VALID, product: ZX - E-Business Tax , description: This table stores the fiscal classification types defined for all classification categories. Each row records a fiscal classification type for a specific classification category. , implementation_dba_data: ZX.ZX_FC_TYPES_B ,
-
PACKAGE BODY: APPS.ZX_TCM_GET_EXCEPT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_TCM_GET_EXCEPT_PKG, status:VALID,
-
PACKAGE BODY: APPS.ZX_TCM_GET_EXCEPT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_TCM_GET_EXCEPT_PKG, status:VALID,
-
APPS.ZX_TCM_GET_EXCEPT_PKG SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
TABLE: ZX.ZX_FC_TYPES_REG_ASSOC
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_FC_TYPES_REG_ASSOC, object_name:ZX_FC_TYPES_REG_ASSOC, status:VALID,
-
PACKAGE BODY: APPS.ZX_TCM_CONTROL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_TCM_CONTROL_PKG, status:VALID,
-
PACKAGE BODY: APPS.ZX_TCM_CONTROL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_TCM_CONTROL_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
TABLE: ZX.ZX_FC_TYPES_REG_ASSOC
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_FC_TYPES_REG_ASSOC, object_name:ZX_FC_TYPES_REG_ASSOC, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.ZX_FC_MIGRATE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_FC_MIGRATE_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.ZX_FC_MIGRATE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_FC_MIGRATE_PKG, status:VALID,