Search Results zx_lines
The ZX_LINES
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical component of the Oracle Tax Engine (eTax), which handles tax calculation, validation, and reporting. This table stores transactional tax line details, serving as a foundation for tax determination, accrual, and reconciliation processes. Below is a detailed analysis of its structure, purpose, and integration within Oracle EBS.
Overview of ZX_LINES
The ZX_LINES
table is part of the ZX (Tax Module) schema in Oracle EBS. It captures tax line-level data generated during transactions (e.g., invoices, receipts, journal entries). Each record represents a tax line associated with a transaction, including calculated tax amounts, tax rates, jurisdictions, and tax registration details. Key attributes include:
- TAX_LINE_ID: Primary key, uniquely identifying each tax line.
- APPLICATION_ID: Module generating the tax line (e.g., 200 for Payables, 222 for Receivables).
- ENTITY_CODE: Transaction type (e.g., 'AP_INVOICES' for Payables).
- EVENT_CLASS_CODE: Tax event category (e.g., 'INVOICE', 'PAYMENT').
- TAX_AMT: Calculated tax amount.
- TAX_RATE: Applied tax rate.
- TAX_JURISDICTION_CODE: Jurisdiction imposing the tax.
- TAX_REGISTRATION_NUMBER: Tax ID of the legal entity.
- TAX_DATE: Date triggering tax calculation.
Functional Role in Oracle EBS
The ZX_LINES
table supports:
- Tax Calculation: Stores real-time tax determinations based on rules defined in
ZX_RATES_B
,ZX_JURISDICTIONS_B
, andZX_REGISTRATIONS
. - Tax Reporting: Provides data for statutory reports (e.g., VAT, GST) via Oracle E-Business Tax Reporting.
- Audit & Compliance: Maintains a granular audit trail for tax authorities.
- Integration: Links to transactional tables (e.g.,
AP_INVOICE_LINES
,AR_ADJUSTMENTS
) viaTRX_LINE_ID
andTRX_ID
.
Key Relationships
The table integrates with other ZX tables:
- ZX_LINES_SUMMARY: Aggregates tax lines for reporting.
- ZX_REC_NREC_DIST: Tracks recoverable/non-recoverable tax splits.
- ZX_TRANSACTION_LINES: Parent table for transactional context.
Technical Considerations
In EBS 12.2.2, ZX_LINES
leverages Oracle's Online Patching (ADOP) for maintenance. Indexes like ZX_LINES_N1
(on TRX_ID
, TRX_LINE_ID
) optimize query performance. Partitioning may be applied for high-volume environments.
Customization & Extensions
While Oracle discourages direct DML on ZX_LINES
, extensions can be achieved via:
- API: Use
ZX_API_PUB
for programmatic tax line creation. - Event Hooks: Customize tax logic using
ZX_CONDITIONS
andZX_EXCEPTIONS
.
Conclusion
The ZX_LINES
table is central to Oracle EBS's tax functionality, ensuring accurate tax processing across financial modules. Its design reflects compliance with global tax regulations, while its integration with transactional and tax master data enables end-to-end tax lifecycle management. Proper understanding of this table is essential for troubleshooting tax issues or extending tax logic in implementations.
-
Table: ZX_LINES
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_LINES, object_name:ZX_LINES, status:VALID, product: ZX - E-Business Tax , description: This table stores detail tax lines for transactions of multiple event classes. , implementation_dba_data: ZX.ZX_LINES ,
-
Table: ZX_LINES
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_LINES, object_name:ZX_LINES, status:VALID, product: ZX - E-Business Tax , description: This table stores detail tax lines for transactions of multiple event classes. , implementation_dba_data: ZX.ZX_LINES ,
-
APPS.ZX_TRX_DETAIL dependencies on ZX_LINES
12.1.1
-
APPS.JG_ZZ_SUMMARY_AP_PKG dependencies on ZX_LINES
12.1.1
-
APPS.OKL_CS_LC_CONTRACT_PVT dependencies on ZX_LINES
12.1.1
-
APPS.OKL_BILL_UPFRONT_TAX_PVT dependencies on ZX_LINES
12.1.1
-
APPS.ZX_TRL_ALLOCATIONS_PKG dependencies on ZX_LINES
12.1.1
-
APPS.ZX_AR_POPULATE_PKG dependencies on ZX_LINES
12.1.1
-
APPS.ZX_TDS_CALC_PKG dependencies on ZX_LINES
12.1.1
-
APPS.ZX_TRL_PUB_PKG dependencies on ZX_LINES
12.1.1
-
APPS.JMF_GTA_ARTRX_PROC dependencies on ZX_LINES
12.1.1
-
APPS.ZX_TRL_DISTRIBUTIONS_PKG dependencies on ZX_LINES
12.1.1
-
APPS.JG_ZZ_VAT_REP_FINAL_REPORTING dependencies on ZX_LINES
12.1.1
-
APPS.JE_ZZ_AUDIT_AP_PKG dependencies on ZX_LINES
12.1.1
-
APPS.JG_ZZ_VAT_PRE_REP_PROC_PKG dependencies on ZX_LINES
12.1.1
-
APPS.OKL_LA_SALES_TAX_PVT dependencies on ZX_LINES
12.1.1
-
APPS.ARP_ETAX_AUTOINV_UTIL dependencies on ZX_LINES
12.1.1
-
APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on ZX_LINES
12.1.1
-
APPS.ARP_ETAX_SERVICES_PKG dependencies on ZX_LINES
12.1.1
-
APPS.ZX_ON_FLY_TRX_UPGRADE_AR_PKG dependencies on ZX_LINES
12.1.1
-
APPS.ZX_TDS_REVERSE_DOCUMENT_PKG dependencies on ZX_LINES
12.1.1
-
APPS.ZX_ON_FLY_TRX_UPGRADE_PO_PKG dependencies on ZX_LINES
12.1.1
-
APPS.AP_ETAX_UTILITY_PKG dependencies on ZX_LINES
12.1.1
-
APPS.JG_ZZ_VAT_SELECTION_PKG dependencies on ZX_LINES
12.2.2
-
APPS.JE_REVERSE_SALES_LIST_PKG dependencies on ZX_LINES
12.2.2
-
APPS.OKL_TCL_PVT dependencies on ZX_LINES
12.2.2
-
APPS.ZX_TAXWARE_TAX_SERVICE_PKG dependencies on ZX_LINES
12.2.2
-
APPS.ZX_TRX_DETAIL dependencies on ZX_LINES
12.2.2
-
APPS.ZX_TDS_TAX_ROUNDING_PKG dependencies on ZX_LINES
12.2.2
-
APPS.ZX_TRD_INTERNAL_SERVICES_PVT dependencies on ZX_LINES
12.2.2
-
APPS.ZX_TRL_ALLOCATIONS_PKG dependencies on ZX_LINES
12.2.2
-
APPS.ARP_ETAX_INVAPI_UTIL dependencies on ZX_LINES
12.2.2
-
APPS.ARP_ETAX_AUTOINV_UTIL dependencies on ZX_LINES
12.2.2
-
APPS.ZX_TDS_IMPORT_DOCUMENT_PKG dependencies on ZX_LINES
12.1.1
-
APPS.ZX_AP_POPULATE_PKG dependencies on ZX_LINES
12.1.1
-
APPS.ZX_EXTRACT_PKG dependencies on ZX_LINES
12.1.1
-
APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_LINES
12.1.1
-
APPS.ZX_VERTEX_TAX_SERVICE_PKG dependencies on ZX_LINES
12.1.1
-
APPS.ZX_SRVC_TYP_PKG dependencies on ZX_LINES
12.1.1
-
APPS.ZX_TAXWARE_USER_PKG dependencies on ZX_LINES
12.1.1
-
APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on ZX_LINES
12.1.1
-
APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on ZX_LINES
12.1.1
-
APPS.ZX_TDS_CALC_SERVICES_PUB_PKG dependencies on ZX_LINES
12.1.1
-
APPS.JE_REVERSE_SALES_LIST_PKG dependencies on ZX_LINES
12.1.1
-
APPS.ZX_TRD_INTERNAL_SERVICES_PVT dependencies on ZX_LINES
12.1.1
-
APPS.ZX_CORE_REP_EXTRACT_PKG dependencies on ZX_LINES
12.1.1
-
APPS.IGC_ETAX_UTIL_PKG dependencies on ZX_LINES
12.1.1
-
APPS.ZX_ON_DEMAND_TRX_UPGRADE_PKG dependencies on ZX_LINES
12.1.1
-
APPS.ZX_TDS_TAX_LINES_POPU_PKG dependencies on ZX_LINES
12.1.1
-
APPS.ZX_TDS_UTILITIES_PKG dependencies on ZX_LINES
12.1.1