Search Results zx_rates_b
The ZX_RATES_B
table is a critical component within Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2, specifically designed to store tax rate information as part of the Oracle E-Business Tax (EBTax) module. This table serves as the foundation for tax rate determination, enabling organizations to configure and manage tax rates for various jurisdictions, tax regimes, and tax types. Below is a detailed technical overview of its structure, functionality, and integration within Oracle EBS.
Table Structure and Key Columns
TheZX_RATES_B
table contains essential columns that define tax rates and their applicability. Key columns include:
- TAX_RATE_ID: Primary key identifier for each tax rate record.
- TAX_REGIME_CODE: Associates the rate with a specific tax regime (e.g., VAT, Sales Tax).
- TAX: The tax code linked to the rate (e.g., "VAT_STANDARD").
- TAX_JURISDICTION_CODE: Optional field for jurisdiction-specific rates (e.g., state or county).
- TAX_RATE_CODE: User-defined code for the rate (e.g., "STANDARD_RATE").
- RATE_TYPE_CODE: Classifies the rate (e.g., "PERCENTAGE" or "FLAT_AMOUNT").
- TAX_RATE: The actual rate value (e.g., 20.00 for a 20% VAT rate).
- START_DATE and END_DATE: Define the validity period of the rate.
- ACTIVE_FLAG: Indicates whether the rate is active ("Y" or "N").
Functionality and Business Use
TheZX_RATES_B
table is central to tax calculation logic in Oracle EBS. It enables:
- Multi-Jurisdictional Tax Management: Supports varying tax rates across regions, countries, or states.
- Time-Based Rate Adjustments: Allows historical and future-dated rate changes (e.g., VAT rate hikes).
- Rate Hierarchies: Rates can be defined at global, regime, or jurisdiction levels, with precedence rules.
- Integration with Tax Rules: Rates are referenced by
ZX_RULES_B
to determine applicability based on conditions (e.g., product category or customer location).
Integration with Other EBS Modules
The table interacts with several Oracle EBS components:- Accounts Receivable (AR): Invoices and transactions pull tax rates from
ZX_RATES_B
for real-time calculations. - Accounts Payable (AP): Supplier invoices and expense reports use rates for tax recovery.
- Order Management (OM): Sales orders reference tax rates during order entry.
- General Ledger (GL): Tax liabilities are posted based on rates stored here.
Technical Considerations
- Indexing: The table is indexed on
TAX_RATE_ID
,TAX_REGIME_CODE
, andTAX
for performance. - Audit Trails: Changes to rates are logged in
ZX_RATES_TL
(translations) andZX_RATES_F
(flexfield data). - Data Security: Access is controlled via Oracle's VPD (Virtual Private Database) policies in multi-org environments.
Customization and Extensions
Organizations can extend the table's functionality by:- Adding descriptive flexfields (
ZX_RATES_F
) for custom attributes. - Leveraging APIs like
ZX_API_PUB
to programmatically manage rates. - Integrating with third-party tax engines via Oracle's Tax Web Service.
Conclusion
TheZX_RATES_B
table is a cornerstone of Oracle EBS's tax engine, providing the flexibility to handle complex tax scenarios across global operations. Its design ensures accurate tax calculations, compliance with regulatory changes, and seamless integration with core financial modules. Proper configuration and maintenance of this table are critical to avoiding tax calculation errors and audit risks.
-
Table: ZX_RATES_B
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_RATES_B, object_name:ZX_RATES_B, status:VALID, product: ZX - E-Business Tax , description: This table stores rates for multiple configuration owners. Each row stores a rate that is effective for a specific period and is applicable to a specific tax status or tax jurisdiction. , implementation_dba_data: ZX.ZX_RATES_B ,
-
Table: ZX_RATES_B
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_RATES_B, object_name:ZX_RATES_B, status:VALID, product: ZX - E-Business Tax , description: This table stores rates for multiple configuration owners. Each row stores a rate that is effective for a specific period and is applicable to a specific tax status or tax jurisdiction. , implementation_dba_data: ZX.ZX_RATES_B ,
-
APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on ZX_RATES_B
12.1.1
-
APPS.ZX_TRL_ALLOCATIONS_PKG dependencies on ZX_RATES_B
12.1.1
-
APPS.JE_IT_LISTING_PKG dependencies on ZX_RATES_B
12.1.1
-
APPS.ZX_CORE_REP_EXTRACT_PKG dependencies on ZX_RATES_B
12.1.1
-
APPS.ZX_ON_FLY_TRX_UPGRADE_AP_PKG dependencies on ZX_RATES_B
12.1.1
-
APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on ZX_RATES_B
12.1.1
-
APPS.ZX_TDS_TAX_LINES_DETM_PKG dependencies on ZX_RATES_B
12.1.1
-
APPS.JL_ZZ_TAX dependencies on ZX_RATES_B
12.1.1
-
APPS.ZX_TDS_RATE_DETM_PKG dependencies on ZX_RATES_B
12.1.1
-
APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_RATES_B
12.1.1
-
APPS.OKL_TTD_PVT dependencies on ZX_RATES_B
12.1.1
-
APPS.IGI_RPI_UPDATE_VAT_RATE dependencies on ZX_RATES_B
12.2.2
-
APPS.ZX_EXTRACT_PKG dependencies on ZX_RATES_B
12.2.2
-
APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on ZX_RATES_B
12.2.2
-
APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_RATES_B
12.2.2
-
APPS.JL_ZZ_TAX_VALIDATE_PKG dependencies on ZX_RATES_B
12.2.2
-
APPS.ZX_FC_MIGRATE_PKG dependencies on ZX_RATES_B
12.2.2
-
APPS.ZX_GL_TAX_OPTIONS_PKG dependencies on ZX_RATES_B
12.2.2
-
APPS.IGIRRPI dependencies on ZX_RATES_B
12.2.2
-
APPS.JG_ZZ_VAT_ALLOC_PRC_PKG dependencies on ZX_RATES_B
12.2.2
-
APPS.ZX_TCM_TAX_RATE_PKG dependencies on ZX_RATES_B
12.2.2
-
APPS.JG_ZZ_JGZZALRL_PKG dependencies on ZX_RATES_B
12.2.2
-
APPS.ZX_MIGRATE_TAX_DEF dependencies on ZX_RATES_B
12.1.1
-
APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_RATES_B
12.1.1
-
APPS.ZX_TRD_INTERNAL_SERVICES_PVT dependencies on ZX_RATES_B
12.1.1
-
APPS.ARP_ACCT_MAIN dependencies on ZX_RATES_B
12.1.1
-
APPS.ARP_TRX_COMPLETE_CHK dependencies on ZX_RATES_B
12.1.1
-
APPS.ZX_ON_DEMAND_TRX_UPGRADE_PKG dependencies on ZX_RATES_B
12.1.1
-
APPS.ZX_TCM_EXT_SERVICES_PUB dependencies on ZX_RATES_B
12.1.1
-
APPS.ZX_MIGRATE_UTIL dependencies on ZX_RATES_B
12.1.1
-
APPS.AP_LINES_UPGRADE_SYNC_PKG dependencies on ZX_RATES_B
12.1.1
-
APPS.ZX_TDS_RATE_DETM_PKG dependencies on ZX_RATES_B
12.1.1
-
APPS.ZX_VALIDATE_API_PKG dependencies on ZX_RATES_B
12.1.1
-
APPS.JG_ZZ_SUMMARY_AR_PKG dependencies on ZX_RATES_B
12.1.1
-
APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on ZX_RATES_B
12.1.1
-
APPS.ZX_TRL_SUMMARY_OVERRIDE_PKG dependencies on ZX_RATES_B
12.1.1
-
APPS.ZX_ON_FLY_TRX_UPGRADE_AR_PKG dependencies on ZX_RATES_B
12.1.1
-
APPS.ZX_MIGRATE_AR_TAX_DEF dependencies on ZX_RATES_B
12.1.1
-
APPS.ZX_MIGRATE_UTIL dependencies on ZX_RATES_B
12.2.2
-
APPS.JL_ZZ_TAX dependencies on ZX_RATES_B
12.2.2
-
APPS.ZX_TRL_ALLOCATIONS_PKG dependencies on ZX_RATES_B
12.2.2
-
APPS.ZX_ON_FLY_TRX_UPGRADE_PO_PKG dependencies on ZX_RATES_B
12.2.2
-
APPS.ZX_TDS_UTILITIES_PKG dependencies on ZX_RATES_B
12.2.2
-
APPS.ZX_TDS_RATE_DETM_PKG dependencies on ZX_RATES_B
12.2.2
-
APPS.ZX_MIGRATE_TAX_DEF_COMMON dependencies on ZX_RATES_B
12.2.2
-
APPS.AP_LINES_UPGRADE_SYNC_PKG dependencies on ZX_RATES_B
12.2.2
-
APPS.ZX_TDS_IMPORT_DOCUMENT_PKG dependencies on ZX_RATES_B
12.2.2
-
APPS.ZX_PTP_IMPORT dependencies on ZX_RATES_B
12.2.2