Search Results po_vendors'123
The AP_TAX_DERIVATIONS
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical repository for tax-related calculations and derivations within the Accounts Payable (AP) module. This table stores intermediate tax computations, enabling the system to dynamically determine tax amounts, rates, and applicability based on predefined tax rules, supplier details, invoice lines, and jurisdictional requirements. Below is a detailed breakdown of its structure, functionality, and significance in Oracle EBS.
Purpose and Context
The AP_TAX_DERIVATIONS
table acts as a temporary or intermediary storage for tax calculations during invoice validation and payment processing. It supports Oracle's Tax Engine by capturing derived tax attributes such as tax rates, tax jurisdictions, tax authorities, and taxable amounts before finalizing tax distributions in the AP_INVOICE_DISTRIBUTIONS
table. This ensures compliance with regional tax regulations and accurate tax reporting.
Key Columns and Data Structure
The table includes columns that map to tax derivation logic, such as:
- DERIVATION_ID: Primary key uniquely identifying each tax derivation record.
- INVOICE_ID: Foreign key linking to
AP_INVOICES_ALL
, associating derivations with specific invoices. - LINE_NUMBER: References the invoice line from
AP_INVOICE_LINES
for line-level tax calculations. - TAX_CODE: The tax code applied, derived from
ZX_RATES_B
orZX_TAXES_B
. - TAX_RATE: The calculated tax rate percentage.
- TAX_AMOUNT: The computed tax amount based on the taxable base amount.
- JURISDICTION_CODE: Identifies the tax jurisdiction (e.g., state, county) from
ZX_JURISDICTIONS_B
. - STATUS_FLAG: Indicates whether the derivation is provisional or finalized.
Integration with Tax Engine
The table integrates with Oracle's Tax Engine (ZX
schema) to:
- Leverage tax rules defined in
ZX_RULES_B
andZX_TAXES_B
. - Validate tax applicability based on supplier locations (
AP_SUPPLIERS
), invoice dates, and item categories. - Support multi-jurisdictional tax scenarios (e.g., VAT, GST, Sales Tax).
Process Flow
During invoice entry or validation:
- The system retrieves tax rules based on invoice line details (e.g., item category, ship-to location).
- Interim calculations (rates, amounts) are stored in
AP_TAX_DERIVATIONS
. - Final tax distributions are created in
AP_INVOICE_DISTRIBUTIONS
after validation. - Data may be purged post-processing or retained for audit purposes.
Customization and Extensions
The table can be extended for custom tax logic via:
- PL/SQL triggers or APIs to override default tax derivations.
- Custom seeding of jurisdiction codes or tax rates for niche requirements.
- Integration with third-party tax engines through middleware.
Performance and Maintenance
To optimize performance:
- Indexes on
INVOICE_ID
,LINE_NUMBER
, andDERIVATION_ID
are recommended. - Regular archiving of historical data prevents table bloating.
- Concurrent programs like "Purge Tax Derivation Data" manage cleanup.
Conclusion
The AP_TAX_DERIVATIONS
table is a cornerstone of Oracle EBS's tax processing architecture, ensuring accurate, auditable, and compliant tax calculations. Its design supports complex tax regimes while allowing flexibility for customization, making it indispensable for global implementations.
-
View: PO_VENDORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDORS ,
-
View: PO_VENDORS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDORS ,
-
View: AP_DUPLICATE_VENDORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_DUPLICATE_VENDORS_V, object_name:AP_DUPLICATE_VENDORS_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.AP_DUPLICATE_VENDORS_V ,
-
View: AP_DUPLICATE_VENDORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_DUPLICATE_VENDORS_V, object_name:AP_DUPLICATE_VENDORS_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.AP_DUPLICATE_VENDORS_V ,
-
Table: AP_TAX_DERIVATIONS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TAX_DERIVATIONS, object_name:AP_TAX_DERIVATIONS, status:VALID, product: AP - Payables , description: No longer used. , implementation_dba_data: AP.AP_TAX_DERIVATIONS ,
-
View: PO_VENDORS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS_ALL_V, object_name:PO_VENDORS_ALL_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.PO_VENDORS_ALL_V ,
-
View: PO_VENDORS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS_ALL_V, object_name:PO_VENDORS_ALL_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.PO_VENDORS_ALL_V ,
-
Table: AP_TAX_DERIVATIONS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TAX_DERIVATIONS, object_name:AP_TAX_DERIVATIONS, status:VALID, product: AP - Payables , description: No longer used. , implementation_dba_data: AP.AP_TAX_DERIVATIONS ,
-
Table: AP_1099_TAPE_DATA_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_1099_TAPE_DATA_ALL, object_name:AP_1099_TAPE_DATA_ALL, status:VALID, product: AP - Payables , description: Supplier payment amounts by MISC type for 1099 reports on magnetic media , implementation_dba_data: AP.AP_1099_TAPE_DATA_ALL ,
-
Table: AP_TRIAL_BAL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TRIAL_BAL, object_name:AP_TRIAL_BAL, status:VALID, product: AP - Payables , description: No longer used , implementation_dba_data: AP.AP_TRIAL_BAL ,
-
Table: AP_1099_TAPE_DATA_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_1099_TAPE_DATA_ALL, object_name:AP_1099_TAPE_DATA_ALL, status:VALID, product: AP - Payables , description: Supplier payment amounts by MISC type for 1099 reports on magnetic media , implementation_dba_data: AP.AP_1099_TAPE_DATA_ALL ,
-
Table: AP_TRIAL_BAL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TRIAL_BAL, object_name:AP_TRIAL_BAL, status:VALID, product: AP - Payables , description: No longer used , implementation_dba_data: AP.AP_TRIAL_BAL ,
-
Table: AP_BANK_ACCOUNT_USES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_BANK_ACCOUNT_USES_ALL, object_name:AP_BANK_ACCOUNT_USES_ALL, status:VALID, product: AP - Payables , implementation_dba_data: AP.AP_BANK_ACCOUNT_USES_ALL ,
-
Table: AP_BANK_ACCOUNT_USES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_BANK_ACCOUNT_USES_ALL, object_name:AP_BANK_ACCOUNT_USES_ALL, status:VALID, product: AP - Payables , implementation_dba_data: AP.AP_BANK_ACCOUNT_USES_ALL ,
-
Table: AP_AWT_BUCKETS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AWT_BUCKETS_ALL, object_name:AP_AWT_BUCKETS_ALL, status:VALID, product: AP - Payables , description: Summary amount of tax withheld to date for a particular supplier site , implementation_dba_data: AP.AP_AWT_BUCKETS_ALL ,
-
Table: AP_AWT_BUCKETS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AWT_BUCKETS_ALL, object_name:AP_AWT_BUCKETS_ALL, status:VALID, product: AP - Payables , description: Summary amount of tax withheld to date for a particular supplier site , implementation_dba_data: AP.AP_AWT_BUCKETS_ALL ,
-
View: PO_VENDOR_SITES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL_V, object_name:PO_VENDOR_SITES_ALL_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.PO_VENDOR_SITES_ALL_V ,
-
View: PO_VENDOR_SITES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL_V, object_name:PO_VENDOR_SITES_ALL_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.PO_VENDOR_SITES_ALL_V ,
-
View: AP_INVOICE_PREPAYS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_PREPAYS_V, object_name:AP_INVOICE_PREPAYS_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.AP_INVOICE_PREPAYS_V ,
-
Table: AP_AWT_TAX_RATES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AWT_TAX_RATES_ALL, object_name:AP_AWT_TAX_RATES_ALL, status:VALID, product: AP - Payables , description: Withholding tax rates , implementation_dba_data: AP.AP_AWT_TAX_RATES_ALL ,
-
Table: AP_AWT_TAX_RATES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AWT_TAX_RATES_ALL, object_name:AP_AWT_TAX_RATES_ALL, status:VALID, product: AP - Payables , description: Withholding tax rates , implementation_dba_data: AP.AP_AWT_TAX_RATES_ALL ,
-
View: AP_INVOICE_PREPAYS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_PREPAYS_V, object_name:AP_INVOICE_PREPAYS_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.AP_INVOICE_PREPAYS_V ,
-
Table: AP_DISTRIBUTION_SETS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_DISTRIBUTION_SETS_ALL, object_name:AP_DISTRIBUTION_SETS_ALL, status:VALID, product: AP - Payables , description: Invoice Distribution Set definitions , implementation_dba_data: AP.AP_DISTRIBUTION_SETS_ALL ,
-
Table: AP_AE_LINES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AE_LINES_ALL, object_name:AP_AE_LINES_ALL, status:VALID, product: AP - Payables , description: Accounting entry lines table , implementation_dba_data: AP.AP_AE_LINES_ALL ,
-
Table: AP_DISTRIBUTION_SETS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_DISTRIBUTION_SETS_ALL, object_name:AP_DISTRIBUTION_SETS_ALL, status:VALID, product: AP - Payables , description: Invoice Distribution Set definitions , implementation_dba_data: AP.AP_DISTRIBUTION_SETS_ALL ,
-
Table: AP_AE_LINES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AE_LINES_ALL, object_name:AP_AE_LINES_ALL, status:VALID, product: AP - Payables , description: Accounting entry lines table , implementation_dba_data: AP.AP_AE_LINES_ALL ,
-
Table: AP_CARD_SUPPLIERS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_SUPPLIERS_ALL, object_name:AP_CARD_SUPPLIERS_ALL, status:VALID, product: AP - Payables , description: This table contains all of the information relating to the supplier, supplier site, and credit card. , implementation_dba_data: AP.AP_CARD_SUPPLIERS_ALL ,
-
Table: AP_SELECTED_INVOICE_CHECKS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SELECTED_INVOICE_CHECKS_ALL, object_name:AP_SELECTED_INVOICE_CHECKS_ALL, status:VALID, product: AP - Payables , description: No Longer Used , implementation_dba_data: AP.AP_SELECTED_INVOICE_CHECKS_ALL ,
-
Table: AP_SELECTED_INVOICE_CHECKS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SELECTED_INVOICE_CHECKS_ALL, object_name:AP_SELECTED_INVOICE_CHECKS_ALL, status:VALID, product: AP - Payables , description: No Longer Used , implementation_dba_data: AP.AP_SELECTED_INVOICE_CHECKS_ALL ,
-
Table: AP_CARD_SUPPLIERS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_SUPPLIERS_ALL, object_name:AP_CARD_SUPPLIERS_ALL, status:VALID, product: AP - Payables , description: This table contains all of the information relating to the supplier, supplier site, and credit card. , implementation_dba_data: AP.AP_CARD_SUPPLIERS_ALL ,
-
Table: AP_SUPPLIERS_INT
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIERS_INT, object_name:AP_SUPPLIERS_INT, status:VALID, product: AP - Payables , description: AP_SUPPLIERS_INT holds Supplier information which is loaded by the user for import. The columns in the table map to corresponding columns in the PO_VENDORS table. The Oracle Payables application uses this information to create a new Supp , implementation_dba_data: AP.AP_SUPPLIERS_INT ,
-
Table: AP_SUPPLIERS_INT
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIERS_INT, object_name:AP_SUPPLIERS_INT, status:VALID, product: AP - Payables , description: AP_SUPPLIERS_INT holds Supplier information which is loaded by the user for import. The columns in the table map to corresponding columns in the PO_VENDORS table. The Oracle Payables application uses this information to create a new Supp , implementation_dba_data: AP.AP_SUPPLIERS_INT ,
-
View: FINANCIALS_PURGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.FINANCIALS_PURGES_V, object_name:FINANCIALS_PURGES_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.FINANCIALS_PURGES_V ,
-
View: FINANCIALS_PURGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.FINANCIALS_PURGES_V, object_name:FINANCIALS_PURGES_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.FINANCIALS_PURGES_V ,
-
Table: AP_SELECTED_INVOICES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SELECTED_INVOICES_ALL, object_name:AP_SELECTED_INVOICES_ALL, status:VALID, product: AP - Payables , description: Temporary storage of invoices selected for payment in a payment batch , implementation_dba_data: AP.AP_SELECTED_INVOICES_ALL ,
-
Table: AP_SELECTED_INVOICES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SELECTED_INVOICES_ALL, object_name:AP_SELECTED_INVOICES_ALL, status:VALID, product: AP - Payables , description: Temporary storage of invoices selected for payment in a payment batch , implementation_dba_data: AP.AP_SELECTED_INVOICES_ALL ,
-
Table: AP_CARD_PROGRAMS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_PROGRAMS_ALL, object_name:AP_CARD_PROGRAMS_ALL, status:VALID, product: AP - Payables , description: Information about credit card programs you have defined , implementation_dba_data: AP.AP_CARD_PROGRAMS_ALL ,
-
Table: AP_RECURRING_PAYMENTS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_RECURRING_PAYMENTS_ALL, object_name:AP_RECURRING_PAYMENTS_ALL, status:VALID, product: AP - Payables , description: Recurring invoice parameters , implementation_dba_data: AP.AP_RECURRING_PAYMENTS_ALL ,
-
Table: AP_CARD_PROGRAMS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CARD_PROGRAMS_ALL, object_name:AP_CARD_PROGRAMS_ALL, status:VALID, product: AP - Payables , description: Information about credit card programs you have defined , implementation_dba_data: AP.AP_CARD_PROGRAMS_ALL ,
-
Table: AP_RECURRING_PAYMENTS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_RECURRING_PAYMENTS_ALL, object_name:AP_RECURRING_PAYMENTS_ALL, status:VALID, product: AP - Payables , description: Recurring invoice parameters , implementation_dba_data: AP.AP_RECURRING_PAYMENTS_ALL ,
-
View: PO_VENDORS_ACTIVE_AP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS_ACTIVE_AP_V, object_name:PO_VENDORS_ACTIVE_AP_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDORS_ACTIVE_AP_V ,
-
View: PO_VENDORS_ACTIVE_AP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS_ACTIVE_AP_V, object_name:PO_VENDORS_ACTIVE_AP_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDORS_ACTIVE_AP_V ,
-
View: AP_VIEW_PREPAYS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_VIEW_PREPAYS_V, object_name:AP_VIEW_PREPAYS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_VIEW_PREPAYS_V ,
-
View: AP_AWT_BUCKETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_AWT_BUCKETS_V, object_name:AP_AWT_BUCKETS_V, status:VALID, product: AP - Payables , description: (Release 10SC only) , implementation_dba_data: APPS.AP_AWT_BUCKETS_V ,
-
View: AP_AWT_BUCKETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_AWT_BUCKETS_V, object_name:AP_AWT_BUCKETS_V, status:VALID, product: AP - Payables , description: (Release 10SC only) , implementation_dba_data: APPS.AP_AWT_BUCKETS_V ,
-
Table: AP_TAX_CODES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TAX_CODES_ALL, object_name:AP_TAX_CODES_ALL, status:VALID, product: AP - Payables , description: Tax code information , implementation_dba_data: AP.AP_TAX_CODES_ALL ,
-
View: AP_VIEW_PREPAYS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_VIEW_PREPAYS_V, object_name:AP_VIEW_PREPAYS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_VIEW_PREPAYS_V ,
-
Table: AP_TAX_CODES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TAX_CODES_ALL, object_name:AP_TAX_CODES_ALL, status:VALID, product: AP - Payables , description: Tax code information , implementation_dba_data: AP.AP_TAX_CODES_ALL ,
-
Table: AP_EXPENSE_REPORT_HEADERS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_HEADERS_ALL, object_name:AP_EXPENSE_REPORT_HEADERS_ALL, status:VALID, product: AP - Payables , description: Header information about employee expense reports , implementation_dba_data: AP.AP_EXPENSE_REPORT_HEADERS_ALL ,
-
Table: AP_EXPENSE_REPORT_HEADERS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_HEADERS_ALL, object_name:AP_EXPENSE_REPORT_HEADERS_ALL, status:VALID, product: AP - Payables , description: Header information about employee expense reports , implementation_dba_data: AP.AP_EXPENSE_REPORT_HEADERS_ALL ,