Search Results zx_regimes_b
The ZX_REGIMES_B
table is a fundamental component of Oracle E-Business Suite (EBS) Tax Engine, specifically within Release 12.1.1 or 12.2.2. It serves as the primary repository for tax regime definitions, which are critical for configuring and managing tax rules across different jurisdictions. This table stores metadata about tax regimes, including their applicability, effective dates, and relationships with other tax components. Below is a detailed analysis of its structure, purpose, and integration within Oracle EBS.
1. Table Purpose and Functional Role
TheZX_REGIMES_B
table is part of the Oracle E-Business Tax (EBTax) module, which centralizes tax calculation and compliance. It defines tax regimes—logical groupings of tax jurisdictions (e.g., country, state, or local tax authorities). Each regime represents a distinct tax authority with its own rules, rates, and reporting requirements. Key functionalities include:
- Tax Regime Definition: Stores attributes like regime code, name, effective dates, and geographical scope.
- Hierarchy Management: Links regimes to higher-level jurisdictions (e.g., a state regime under a country).
- Integration: Serves as a reference for other EBTax tables (
ZX_RATES_B
,ZX_RULES_B
) to enforce tax calculations.
2. Key Columns and Structure
The table's columns are categorized into:- Identifier Columns:
REGIME_ID
: Primary key, uniquely identifying each regime.REGIME_CODE
: Unique abbreviation (e.g., "US_SALES" for U.S. sales tax).
- Descriptive Columns:
REGIME_NAME
: Human-readable name (e.g., "United States Sales Tax").DESCRIPTION
: Detailed notes about the regime.
- Control Columns:
EFFECTIVE_FROM
andEFFECTIVE_TO
: Date ranges for regime validity.ENABLED_FLAG
: "Y" or "N" to activate/deactivate the regime.
- Geographical Columns:
COUNTRY_CODE
: ISO country code (e.g., "US" for United States).STATE_CODE
: Applicable for sub-national regimes.
3. Integration with Oracle EBS Modules
TheZX_REGIMES_B
table interacts with:
- EBTax Engine: Provides the foundation for tax rule processing in
ZX_RULES_B
and rate determination inZX_RATES_B
. - Financials (AP/AR): Tax regimes are referenced during invoice validation and payment processing.
- Reporting: Used in tax reports (e.g., VAT returns) to filter data by jurisdiction.
4. Technical Considerations
- Indexes: Typically indexed on
REGIME_ID
,REGIME_CODE
, andCOUNTRY_CODE
for performance. - Audit Columns: Includes
CREATED_BY
,CREATION_DATE
,LAST_UPDATED_BY
, andLAST_UPDATE_DATE
for compliance. - API Dependencies: Managed via Oracle's Tax APIs (e.g.,
ZX_API_PUB
) to ensure data integrity.
5. Customization and Extensions
While Oracle provides seeded regimes, customers can:- Add custom regimes for unique tax jurisdictions.
- Extend the table via descriptive flexfields (DFFs) for additional attributes.
Conclusion
TheZX_REGIMES_B
table is a cornerstone of Oracle EBS's tax functionality, enabling precise tax configuration and compliance. Its design supports multi-jurisdictional tax management, ensuring accurate calculations and reporting. Understanding its structure and relationships is essential for implementing or customizing tax solutions in Oracle EBS 12.1.1 or 12.2.2.
-
Table: ZX_REGIMES_B
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_REGIMES_B, object_name:ZX_REGIMES_B, status:VALID, product: ZX - E-Business Tax , description: This table defines and describes Tax Regime and related attributes. There will be one row per distinct tax regime. There are default entry columns to facilitate data entry process. , implementation_dba_data: ZX.ZX_REGIMES_B ,
-
Table: ZX_REGIMES_B
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_REGIMES_B, object_name:ZX_REGIMES_B, status:VALID, product: ZX - E-Business Tax , description: This table defines and describes Tax Regime and related attributes. There will be one row per distinct tax regime. There are default entry columns to facilitate data entry process. , implementation_dba_data: ZX.ZX_REGIMES_B ,
-
APPS.ZX_MIGRATE_TAX_DEF dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_TAXWARE_TAX_SERVICE_PKG dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_REGIMES_B
12.1.1
-
APPS.JL_ZZ_TAX_VALIDATE_PKG dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_TRL_ALLOCATIONS_PKG dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_TCM_GET_DEF_EXEMPTION dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_AR_POPULATE_PKG dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_TDS_TAX_STATUS_DETM_PKG dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_PARTY_MERGE_PKG dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_TDS_APPLICABILITY_DETM_PKG dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_REGIMES_PKG dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_SRVC_TYP_PKG dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_TDS_UTILITIES_PKG dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_TDS_APPLICABILITY_DETM_PKG dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_ON_FLY_TRX_UPGRADE_AP_PKG dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on ZX_REGIMES_B
12.1.1
-
APPS.OKL_TTD_PVT dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_TAX_CONTENT_UPLOAD dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_TRL_ALLOCATIONS_PKG dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_API_PRVDR_PUB dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_REGIMES_PKG dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_AR_POPULATE_PKG dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_SBSCR_OPTIONS_MIGRATE_PKG dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_REGISTRATIONS_PKG dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_REGISTRATIONS_PKG dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_TAXWARE_TAX_SERVICE_PKG dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_TDS_RATE_DETM_PKG dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_TCM_EXT_SERVICES_PUB dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_SBSCR_OPTIONS_MIGRATE_PKG dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_TDS_CALC_SERVICES_PUB_PKG dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_TDS_APPLICABILITY_DETM_PKG dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_TCM_EXT_SERVICES_PUB dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_ON_FLY_TRX_UPGRADE_AR_PKG dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_TDS_TAX_STATUS_DETM_PKG dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_TDS_RATE_DETM_PKG dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_UPGRADE_CONTROL_PKG dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_API_PUB dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_TDS_CALC_SERVICES_PUB_PKG dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_REGIMES_B
12.1.1
-
APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_API_PRVDR_PUB dependencies on ZX_REGIMES_B
12.2.2
-
APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_REGIMES_B
12.2.2