Search Results ap_invoice_distributions_all
The AP_INVOICE_DISTRIBUTIONS_ALL table is a critical component of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically within the Accounts Payable (AP) module. This table stores detailed distribution line information for invoices, ensuring accurate accounting entries, tax calculations, and financial reporting. It serves as a bridge between invoice headers (AP_INVOICES_ALL) and the General Ledger (GL_JE_LINES), enabling multi-org and multi-currency functionalities.
Key Attributes and Structure
The table contains over 100 columns, but the most significant include:- INVOICE_ID: Foreign key linking to AP_INVOICES_ALL.
- DISTRIBUTION_LINE_NUMBER: Unique identifier for each distribution line.
- LINE_TYPE_LOOKUP_CODE: Classifies distributions (e.g., 'ITEM', 'TAX', 'FREIGHT').
- AMOUNT: The monetary value of the distribution.
- ACCOUNTING_DATE: Determines the GL period for posting.
- DIST_CODE_COMBINATION_ID: Links to GL_CODE_COMBINATIONS for chart of accounts mapping.
- ORG_ID: Supports multi-org architecture.
Functional Role
- Accounting Integration: Distributes invoice amounts across GL accounts (e.g., expense, liability, tax).
- Tax Processing: Stores tax-specific distributions with references to AP_TAX_CODES_ALL.
- Multi-Currency Support: Tracks exchange rates (EXCHANGE_RATE) and converted amounts.
- Project Costing: Integrates with Oracle Projects via PROJECT_ID, TASK_ID.
Technical Considerations
- Indexing: Key indexes include AP_INVOICE_DISTRIBUTIONS_N1 (INVOICE_ID) and AP_INVOICE_DISTRIBUTIONS_U1 (primary key).
- Partitioning: In 12.2.2, table partitioning by ORG_ID improves performance.
- Audit Columns: CREATION_DATE, LAST_UPDATE_DATE track changes.
Integration Points
The table interacts with:- AP_INVOICE_LINES_ALL: Parent-child relationship via INVOICE_ID.
- GL_JE_LINES: Accounting entries are transferred via Subledger Accounting (SLA).
- PO_DISTRIBUTIONS_ALL: For matched purchase orders.
Customization and Extensions
Common extensions include:- Adding descriptive flexfields (DFFs) for industry-specific attributes.
- Creating triggers to enforce custom validation rules.
- Developing APIs for mass distribution updates.
Data Flow Example
When an invoice is entered:- System creates header in AP_INVOICES_ALL.
- Distribution lines populate AP_INVOICE_DISTRIBUTIONS_ALL with accounting details.
- SLA generates journal entries in XLA_AE_LINES before GL posting.
Performance Optimization
Best practices include:- Purging archived data via AP_INVOICE_PURGE program.
- Analyzing distribution growth with AP_DISTRIBUTIONS_REPORT.
- Leveraging Oracle's Cost Management for inventory-related distributions.
-
Table: AP_INVOICE_DISTRIBUTIONS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_DISTRIBUTIONS_ALL, object_name:AP_INVOICE_DISTRIBUTIONS_ALL, status:VALID, product: AP - Payables , description: Invoice distribution line information , implementation_dba_data: AP.AP_INVOICE_DISTRIBUTIONS_ALL ,
-
Table: AP_INVOICE_DISTRIBUTIONS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_DISTRIBUTIONS_ALL, object_name:AP_INVOICE_DISTRIBUTIONS_ALL, status:VALID, product: AP - Payables , description: Invoice distribution line information , implementation_dba_data: AP.AP_INVOICE_DISTRIBUTIONS_ALL ,
-
Table: AP_INVOICE_LINES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_LINES_ALL, object_name:AP_INVOICE_LINES_ALL, status:VALID, product: AP - Payables , description: AP_INVOICE_LINES_ALL contains records for invoice lines entered manually, generated automatically or imported from the Open Interface. , implementation_dba_data: AP.AP_INVOICE_LINES_ALL ,
-
Table: AP_INVOICE_LINES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_LINES_ALL, object_name:AP_INVOICE_LINES_ALL, status:VALID, product: AP - Payables , description: AP_INVOICE_LINES_ALL contains records for invoice lines entered manually, generated automatically or imported from the Open Interface. , implementation_dba_data: AP.AP_INVOICE_LINES_ALL ,
-
Table: AP_INVOICES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICES_ALL, object_name:AP_INVOICES_ALL, status:VALID, product: AP - Payables , description: Detailed invoice records , implementation_dba_data: AP.AP_INVOICES_ALL ,
-
Table: AP_INVOICES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICES_ALL, object_name:AP_INVOICES_ALL, status:VALID, product: AP - Payables , description: Detailed invoice records , implementation_dba_data: AP.AP_INVOICES_ALL ,
-
Table: AP_AWT_GROUPS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AWT_GROUPS, object_name:AP_AWT_GROUPS, status:VALID, product: AP - Payables , description: Withholding tax groups , implementation_dba_data: AP.AP_AWT_GROUPS ,
-
Table: AP_AWT_GROUPS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_AWT_GROUPS, object_name:AP_AWT_GROUPS, status:VALID, product: AP - Payables , description: Withholding tax groups , implementation_dba_data: AP.AP_AWT_GROUPS ,
-
Table: AP_INCOME_TAX_REGIONS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INCOME_TAX_REGIONS, object_name:AP_INCOME_TAX_REGIONS, status:VALID, product: AP - Payables , description: Income tax region information for supplier tax reporting purposes , implementation_dba_data: AP.AP_INCOME_TAX_REGIONS ,
-
Table: AP_ACCOUNTING_EVENTS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_ACCOUNTING_EVENTS_ALL, object_name:AP_ACCOUNTING_EVENTS_ALL, status:VALID, product: AP - Payables , description: Accounting events table , implementation_dba_data: AP.AP_ACCOUNTING_EVENTS_ALL ,
-
Table: AP_ACCOUNTING_EVENTS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_ACCOUNTING_EVENTS_ALL, object_name:AP_ACCOUNTING_EVENTS_ALL, status:VALID, product: AP - Payables , description: Accounting events table , implementation_dba_data: AP.AP_ACCOUNTING_EVENTS_ALL ,
-
Table: AP_TRIAL_BALANCE
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TRIAL_BALANCE, object_name:AP_TRIAL_BALANCE, status:VALID, product: AP - Payables , description: Denormalized information about posted invoices for your accrual set of books , implementation_dba_data: AP.AP_TRIAL_BALANCE ,
-
Table: AP_TRIAL_BALANCE
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TRIAL_BALANCE, object_name:AP_TRIAL_BALANCE, status:VALID, product: AP - Payables , description: Denormalized information about posted invoices for your accrual set of books , implementation_dba_data: AP.AP_TRIAL_BALANCE ,
-
Table: AP_INCOME_TAX_REGIONS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INCOME_TAX_REGIONS, object_name:AP_INCOME_TAX_REGIONS, status:VALID, product: AP - Payables , description: Income tax region information for supplier tax reporting purposes , implementation_dba_data: AP.AP_INCOME_TAX_REGIONS ,
-
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 ,
-
Table: AP_BATCHES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_BATCHES_ALL, object_name:AP_BATCHES_ALL, status:VALID, product: AP - Payables , description: Summary invoice batch information , implementation_dba_data: AP.AP_BATCHES_ALL ,
-
Table: AP_BATCHES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_BATCHES_ALL, object_name:AP_BATCHES_ALL, status:VALID, product: AP - Payables , description: Summary invoice batch information , implementation_dba_data: AP.AP_BATCHES_ALL ,
-
View: AP_APPLY_PREPAYS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_APPLY_PREPAYS_V, object_name:AP_APPLY_PREPAYS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_APPLY_PREPAYS_V ,
-
View: AP_APPLY_PREPAYS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_APPLY_PREPAYS_V, object_name:AP_APPLY_PREPAYS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_APPLY_PREPAYS_V ,
-
Table: AP_CREDIT_CARD_TRXNS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CREDIT_CARD_TRXNS_ALL, object_name:AP_CREDIT_CARD_TRXNS_ALL, status:VALID, product: AP - Payables , description: Detailed information about the credit card transactions of your employees , implementation_dba_data: AP.AP_CREDIT_CARD_TRXNS_ALL ,
-
Table: AP_CREDIT_CARD_TRXNS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CREDIT_CARD_TRXNS_ALL, object_name:AP_CREDIT_CARD_TRXNS_ALL, status:VALID, product: AP - Payables , description: Detailed information about the credit card transactions of your employees , implementation_dba_data: AP.AP_CREDIT_CARD_TRXNS_ALL ,
-
View: AP_PREPAYAPP_EXTRACT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DETAILS_V SQLAP.AP_PREPAYAPP_EXTRACT_DETAILS_V, object_name:AP_PREPAYAPP_EXTRACT_DETAILS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PREPAYAPP_EXTRACT_DETAILS_V ,
-
View: AP_PAYMENT_EXTRACT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PAYMENT_EXTRACT_DETAILS_V SQLAP.AP_PAYMENT_EXTRACT_DETAILS_V, object_name:AP_PAYMENT_EXTRACT_DETAILS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PAYMENT_EXTRACT_DETAILS_V ,
-
Table: AP_INVOICE_PAYMENTS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_PAYMENTS_ALL, object_name:AP_INVOICE_PAYMENTS_ALL, status:VALID, product: AP - Payables , description: Invoice payment records , implementation_dba_data: AP.AP_INVOICE_PAYMENTS_ALL ,
-
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_INVOICE_PAYMENTS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_PAYMENTS_ALL, object_name:AP_INVOICE_PAYMENTS_ALL, status:VALID, product: AP - Payables , description: Invoice payment records , implementation_dba_data: AP.AP_INVOICE_PAYMENTS_ALL ,
-
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_PREPAYAPP_EXTRACT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DETAILS_V SQLAP.AP_PREPAYAPP_EXTRACT_DETAILS_V, object_name:AP_PREPAYAPP_EXTRACT_DETAILS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PREPAYAPP_EXTRACT_DETAILS_V ,
-
View: AP_INVOICE_EXTRACT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_EXTRACT_DETAILS_V, object_name:AP_INVOICE_EXTRACT_DETAILS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_INVOICE_EXTRACT_DETAILS_V ,
-
View: AP_INVOICE_EXTRACT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_EXTRACT_DETAILS_V, object_name:AP_INVOICE_EXTRACT_DETAILS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_INVOICE_EXTRACT_DETAILS_V ,
-
View: AP_PAYMENT_EXTRACT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PAYMENT_EXTRACT_DETAILS_V SQLAP.AP_PAYMENT_EXTRACT_DETAILS_V, object_name:AP_PAYMENT_EXTRACT_DETAILS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PAYMENT_EXTRACT_DETAILS_V ,
-
View: AP_PREPAYAPP_EXTRACT_DTLS_BC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DTLS_BC_V SQLAP.AP_PREPAYAPP_EXTRACT_DTLS_BC_V, object_name:AP_PREPAYAPP_EXTRACT_DTLS_BC_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PREPAYAPP_EXTRACT_DTLS_BC_V ,
-
View: AP_INVOICES_READY_TO_PAY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICES_READY_TO_PAY_V, object_name:AP_INVOICES_READY_TO_PAY_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_INVOICES_READY_TO_PAY_V ,
-
View: AP_PREPAYAPP_EXTRACT_DTLS_BC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DTLS_BC_V SQLAP.AP_PREPAYAPP_EXTRACT_DTLS_BC_V, object_name:AP_PREPAYAPP_EXTRACT_DTLS_BC_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PREPAYAPP_EXTRACT_DTLS_BC_V ,
-
View: AP_INVOICES_READY_TO_PAY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICES_READY_TO_PAY_V, object_name:AP_INVOICES_READY_TO_PAY_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_INVOICES_READY_TO_PAY_V ,
-
View: APFV_EXPENSE_REPORTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_EXPENSE_REPORTS, object_name:APFV_EXPENSE_REPORTS, status:VALID, product: AP - Payables , description: Business view , implementation_dba_data: APPS.APFV_EXPENSE_REPORTS ,
-
View: APFV_EXPENSE_REPORTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_EXPENSE_REPORTS, object_name:APFV_EXPENSE_REPORTS, status:VALID, product: AP - Payables , description: Business view , implementation_dba_data: APPS.APFV_EXPENSE_REPORTS ,
-
View: AP_ENC_GL_INV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_ENC_GL_INV_V, object_name:AP_ENC_GL_INV_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_ENC_GL_INV_V ,
-
View: AP_ENC_GL_INV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_ENC_GL_INV_V SQLAP.AP_ENC_GL_INV_V, object_name:AP_ENC_GL_INV_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_ENC_GL_INV_V ,
-
View: AP_EXTRACT_INVOICE_DTLS_BC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_EXTRACT_INVOICE_DTLS_BC_V, object_name:AP_EXTRACT_INVOICE_DTLS_BC_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_EXTRACT_INVOICE_DTLS_BC_V ,
-
View: AP_ENC_GL_PAY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_ENC_GL_PAY_V, object_name:AP_ENC_GL_PAY_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_ENC_GL_PAY_V ,
-
View: AP_MATCH_CORRECTION_DISTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_MATCH_CORRECTION_DISTS_V, object_name:AP_MATCH_CORRECTION_DISTS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_MATCH_CORRECTION_DISTS_V ,
-
View: AP_MATCH_CORRECTION_DISTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_MATCH_CORRECTION_DISTS_V, object_name:AP_MATCH_CORRECTION_DISTS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_MATCH_CORRECTION_DISTS_V ,
-
View: AP_EXTRACT_INVOICE_DTLS_BC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_EXTRACT_INVOICE_DTLS_BC_V, object_name:AP_EXTRACT_INVOICE_DTLS_BC_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_EXTRACT_INVOICE_DTLS_BC_V ,
-
View: AP_INVOICE_DISTS_ALL_MRC_V
12.2.2
product: AP - Payables , description: MULTI-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
View: AP_INVOICE_DISTS_ALL_MRC_V
12.1.1
product: AP - Payables , description: MULTI-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
View: AP_INVOICE_DISTS_MRC_V
12.1.1
product: AP - Payables , description: SINGLE-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
View: AP_INVOICE_DISTS_MRC_V
12.2.2
product: AP - Payables , description: SINGLE-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
View: AP_AEL_GL_INV_V
12.1.1
product: AP - Payables , implementation_dba_data: Not implemented in this database ,