Search Results zx_det_factor_templ_b
Overview
The ZX_DET_FACTOR_TEMPL_B table is a core repository within the Oracle E-Business Tax (ZX) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the master definition table for determining factor templates. These templates are critical configuration components that define the logic and sequence of conditions, or "determining factors," used by the E-Business Tax engine to calculate the applicable tax regime, tax, tax status, and tax rate for a given transaction. Each record in this table represents a unique, reusable template that can be associated with various tax setup entities, providing a centralized and consistent method for controlling complex tax determination logic across the application.
Key Information Stored
The primary data stored in ZX_DET_FACTOR_TEMPL_B is the template definition itself. The central column is the DET_FACTOR_TEMPL_CODE, which serves as the unique identifier (Primary Key) for each template. This code is referenced throughout the tax setup. While the provided metadata does not list all columns, standard practice for such definition tables in the ZX schema includes columns for controlling the template's lifecycle and context, such as LEDGER_ID (a foreign key to GL_LEDGERS), which ties the template to a specific legal entity or ledger. Other typical columns would include CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and START_DATE/END_DATE for enabling and disabling the template.
Common Use Cases and Queries
The primary use case for this table is during the implementation and maintenance of tax determination rules. A tax consultant would create determining factor templates via the E-Business Tax Manager UI, which writes records to this table. Common queries involve auditing and reporting on the setup. For instance, to list all active determining factor templates for a specific ledger, a query might be: SELECT DET_FACTOR_TEMPL_CODE FROM ZX.ZX_DET_FACTOR_TEMPL_B WHERE LEDGER_ID = :p_ledger_id AND (END_DATE IS NULL OR END_DATE > SYSDATE);. Another critical scenario is troubleshooting tax determination errors, where a developer might trace a specific template code used in a rule back to its master definition. Data fixes or mass updates, though rare, would also target this table directly, often requiring coordination with the referenced foreign key tables.
Related Objects
As indicated by the foreign key relationships, ZX_DET_FACTOR_TEMPL_B is a foundational object referenced by numerous other key tax setup tables. Its primary key (DET_FACTOR_TEMPL_CODE) is referenced by:
- ZX_RULES_B: The main tax rules table, linking rules to their determination logic.
- ZX_EVNT_CLS_MAPPINGS & ZX_EVNT_CLS_OPTIONS: Tables governing event class mappings and options.
- ZX_EXCEPTIONS & ZX_EXEMPTIONS: Tables defining tax exceptions and exemptions.
- ZX_REGIMES_B & ZX_TAXES_B: Referenced via the THRSHLD_CHK_TMPLT_CODE column for threshold checking logic within tax regimes and taxes.
-
Table: ZX_DET_FACTOR_TEMPL_B
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_DET_FACTOR_TEMPL_B, object_name:ZX_DET_FACTOR_TEMPL_B, status:VALID, product: ZX - E-Business Tax , description: This table stores templates for usage of determining factors. Each record represents one determining factor template. , implementation_dba_data: ZX.ZX_DET_FACTOR_TEMPL_B ,
-
Table: ZX_DET_FACTOR_TEMPL_B
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_DET_FACTOR_TEMPL_B, object_name:ZX_DET_FACTOR_TEMPL_B, status:VALID, product: ZX - E-Business Tax , description: This table stores templates for usage of determining factors. Each record represents one determining factor template. , implementation_dba_data: ZX.ZX_DET_FACTOR_TEMPL_B ,
-
APPS.ZX_SIM_CONDITIONS_PKG dependencies on ZX_DET_FACTOR_TEMPL_B
12.1.1
-
APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on ZX_DET_FACTOR_TEMPL_B
12.1.1
-
APPS.ZX_SIM_CONDITIONS_PKG dependencies on ZX_DET_FACTOR_TEMPL_B
12.2.2
-
APPS.ZX_MIGRATE_TAX_DEFAULT_HIER dependencies on ZX_DET_FACTOR_TEMPL_B
12.2.2
-
APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on ZX_DET_FACTOR_TEMPL_B
12.2.2
-
APPS.ZX_MIGRATE_TAX_DEFAULT_HIER dependencies on ZX_DET_FACTOR_TEMPL_B
12.1.1
-
APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_DET_FACTOR_TEMPL_B
12.2.2
-
APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on ZX_DET_FACTOR_TEMPL_B
12.2.2
-
APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on ZX_DET_FACTOR_TEMPL_B
12.1.1
-
APPS.ZX_TDS_CALC_SERVICES_PUB_PKG dependencies on ZX_DET_FACTOR_TEMPL_B
12.1.1
-
APPS.ZX_TDS_CALC_SERVICES_PUB_PKG dependencies on ZX_DET_FACTOR_TEMPL_B
12.2.2
-
APPS.ZX_TDS_APPLICABILITY_DETM_PKG dependencies on ZX_DET_FACTOR_TEMPL_B
12.1.1
-
APPS.ZX_DET_FACTOR_TEMPL_PKG dependencies on ZX_DET_FACTOR_TEMPL_B
12.1.1
-
APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on ZX_DET_FACTOR_TEMPL_B
12.1.1
-
APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on ZX_DET_FACTOR_TEMPL_B
12.2.2
-
APPS.ZX_MIGRATE_TAX_DEF dependencies on ZX_DET_FACTOR_TEMPL_B
12.2.2
-
APPS.ZX_TDS_APPLICABILITY_DETM_PKG dependencies on ZX_DET_FACTOR_TEMPL_B
12.2.2
-
APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_DET_FACTOR_TEMPL_B
12.1.1
-
APPS.ZX_DET_FACTOR_TEMPL_PKG dependencies on ZX_DET_FACTOR_TEMPL_B
12.1.1
-
APPS.ZX_MIGRATE_TAX_DEF dependencies on ZX_DET_FACTOR_TEMPL_B
12.1.1
-
APPS.ZX_TDS_CALC_SERVICES_PUB_PKG dependencies on ZX_DET_FACTOR_TEMPL_B
12.1.1
-
APPS.ZX_TDS_CALC_SERVICES_PUB_PKG dependencies on ZX_DET_FACTOR_TEMPL_B
12.2.2
-
APPS.ZX_DET_FACTOR_TEMPL_PKG dependencies on ZX_DET_FACTOR_TEMPL_B
12.2.2
-
APPS.ZX_DET_FACTOR_TEMPL_PKG dependencies on ZX_DET_FACTOR_TEMPL_B
12.2.2
-
VIEW: ZX.ZX_DET_FACTOR_TEMPL_B#
12.2.2
owner:ZX, object_type:VIEW, object_name:ZX_DET_FACTOR_TEMPL_B#, status:VALID,
-
VIEW: APPS.ZX_DET_FACTOR_TEMPL_VL
12.2.2
-
VIEW: APPS.ZX_DET_FACTOR_TEMPL_VL
12.1.1
-
TRIGGER: APPS.ZX_DET_FACTOR_TEMPL_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:ZX_DET_FACTOR_TEMPL_B+, status:VALID,
-
TRIGGER: APPS.ZX_DET_FACTOR_TEMPL_B+
12.2.2
-
VIEW: ZX.ZX_DET_FACTOR_TEMPL_B#
12.2.2
-
APPS.ZX_DET_FACTOR_TEMPL_PKG SQL Statements
12.1.1
-
APPS.ZX_DET_FACTOR_TEMPL_PKG SQL Statements
12.2.2
-
APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on ZX_DET_FACTOR_TEMPL_DTL
12.1.1
-
APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on ZX_DET_FACTOR_TEMPL_DTL
12.2.2
-
SYNONYM: APPS.ZX_DET_FACTOR_TEMPL_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ZX_DET_FACTOR_TEMPL_B, status:VALID,
-
SYNONYM: APPS.ZX_DET_FACTOR_TEMPL_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ZX_DET_FACTOR_TEMPL_B, status:VALID,
-
APPS.ZX_MIGRATE_TAX_DEF dependencies on ZX_DET_FACTOR_TEMPL_DTL
12.2.2
-
APPS.ZX_MIGRATE_TAX_DEF dependencies on ZX_DET_FACTOR_TEMPL_DTL
12.1.1
-
FUNCTION: APPS.ZX_DET_FACTOR_TEMPL_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:ZX_DET_FACTOR_TEMPL_B=, status:VALID,
-
APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on ZX_SCO_RULES_B_V
12.2.2
-
PACKAGE: APPS.ZX_DET_FACTOR_TEMPL_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ZX_DET_FACTOR_TEMPL_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on ZX_EVNT_CLS_MAPPINGS
12.2.2
-
APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on ZX_SCO_RULES_B_V
12.1.1
-
FUNCTION: APPS.ZX_DET_FACTOR_TEMPL_B=
12.2.2
-
APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on ZX_EVENT_CLASS_PARAMS
12.2.2
-
Table: ZX_DET_FACTOR_TEMPL_DTL
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_DET_FACTOR_TEMPL_DTL, object_name:ZX_DET_FACTOR_TEMPL_DTL, status:VALID, product: ZX - E-Business Tax , description: This table stores a set of determining factors for each determining factor template defined in ZX_DET_FACTOR_TEMPL_B. Each record represents one determining factor in the determining factor template. , implementation_dba_data: ZX.ZX_DET_FACTOR_TEMPL_DTL ,