Search Results ap_invoice_lines_interface
The AP_INVOICE_LINES_INTERFACE
table is a critical interface table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2, primarily used for the Accounts Payable (AP) module. It serves as a staging area for importing invoice line data from external systems or legacy applications into Oracle Payables before validation and processing. This table works in conjunction with AP_INVOICES_INTERFACE
(which stores invoice header information) to facilitate the seamless integration of supplier invoices into Oracle EBS.
Key Columns and Structure
TheAP_INVOICE_LINES_INTERFACE
table contains columns that map to essential invoice line attributes, including:
- INVOICE_ID: Links to the
AP_INVOICES_INTERFACE
table to associate lines with their header. - INVOICE_LINE_ID: A unique identifier for each line (auto-populated via sequence).
- LINE_NUMBER: The sequential number of the invoice line.
- LINE_TYPE_LOOKUP_CODE: Specifies the line type (e.g., "ITEM," "TAX," "FREIGHT").
- AMOUNT: The line amount in the invoice currency.
- ACCOUNTING_DATE: The GL accounting date for the line.
- DIST_CODE_CONCATENATED: Flexfield combination for the accounting segment.
- PO_HEADER_ID and PO_LINE_ID: References to Purchase Orders for matched invoices.
- TAX_CODE: VAT or tax code for the line.
- DESCRIPTION: Free-text description of the line item.
Integration Process
The typical workflow for using this table involves:- Data Population: External systems or data conversion programs insert records into
AP_INVOICE_LINES_INTERFACE
with mandatory fields populated. - Validation: The Oracle Payables Open Interface program (
APXIIMPT
) validates data against business rules (e.g., GL accounts, tax codes). - Import: Validated records are transferred to the base tables (
AP_INVOICE_DISTRIBUTIONS_ALL
,AP_INVOICE_LINES_ALL
). - Error Handling: Records with errors remain in the interface tables with error messages in
AP_INTERFACE_REJECTIONS
.
Technical Considerations
- Indexes: Key indexes include
AP_INVOICE_LINES_INTERFACE_N1
(onINVOICE_ID
) andAP_INVOICE_LINES_INTERFACE_U1
(unique onINVOICE_LINE_ID
). - Dependencies: Requires corresponding header records in
AP_INVOICES_INTERFACE
with matchingINVOICE_ID
. - Performance: Bulk data loads should use batch commits and parallel processing for large volumes.
Common Use Cases
- Migrating legacy AP data during implementations.
- Integrating third-party procurement systems with Oracle Payables.
- Automating invoice processing via EDI or custom interfaces.
Best Practices
- Populate required columns like
INVOICE_ID
,LINE_TYPE_LOOKUP_CODE
, andAMOUNT
. - Set
PROCESS_FLAG
to "Y" for records ready for import. - Leverage
ORG_ID
for multi-org implementations. - Purge processed records regularly to maintain performance.
AP_INVOICE_LINES_INTERFACE
table is a foundational component of Oracle Payables' open interface architecture, enabling efficient and scalable invoice data integration while ensuring data integrity through rigorous validation.
-
Table: AP_INVOICE_LINES_INTERFACE
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_LINES_INTERFACE, object_name:AP_INVOICE_LINES_INTERFACE, status:VALID, product: AP - Payables , description: Information used to create one or more invoice distributions , implementation_dba_data: AP.AP_INVOICE_LINES_INTERFACE ,
-
Table: AP_INVOICE_LINES_INTERFACE
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_LINES_INTERFACE, object_name:AP_INVOICE_LINES_INTERFACE, status:VALID, product: AP - Payables , description: Information used to create one or more invoice distributions , implementation_dba_data: AP.AP_INVOICE_LINES_INTERFACE ,
-
APPS.AP_RETRO_PRICING_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.JAI_FBT_SETTLEMENT_P dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.PO_INVOICES_SV2 dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.CN_PAYRUN_PVT dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.AP_IMPORT_INVOICES_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.JL_ZZ_AP_WITHHOLDING_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.IGIRSTPT dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.AP_WEB_DB_AP_INT_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.PA_CC_AR_AP_TRANSFER dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.PA_DEDUCTIONS dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2
-
APPS.JAI_AP_UTILS_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2
-
APPS.JAI_AP_UTILS_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2
-
APPS.JAI_AP_TDS_GENERATION_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2
-
APPS.AP_WEB_DB_AP_INT_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2
-
APPS.JAI_FBT_SETTLEMENT_P dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2
-
APPS.PO_CREATE_ASBN_INVOICE dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.AP_IMPORT_VALIDATION_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.AP_WEB_DB_AP_INT_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.AP_CARD_INVOICE_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.OKL_PAY_INVOICES_TRANS_PVT dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.JAI_FBT_SETTLEMENT_P dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.AP_RETRO_PRICING_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.AP_WEB_EXPORT_ER dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.CLN_NTFYINVC_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.AP_IMPORT_INVOICES_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.JAI_FBT_PAYMENT_P dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2
-
APPS.JAI_AP_DTC_GENERATION_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2
-
APPS.AP_CREDIT_CARD_INVOICE_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2
-
APPS.AP_ETAX_SERVICES_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2
-
APPS.JAI_CMN_RGM_SETTLEMENT_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2
-
APPS.PA_CC_AR_AP_TRANSFER dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2
-
APPS.PO_INVOICES_SV1 dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2
-
APPS.OZF_AP_INTERFACE_PVT dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2
-
APPS.OZF_AP_INTERFACE_PVT dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.AP_IMPORT_UTILITIES_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.FUN_AP_TRANSFER dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.JAI_FBT_PAYMENT_P dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.FA_LPITEMS_EXPT_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.AP_INVOICE_LINES_INTERFACE_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.AP_WEB_EXPORT_ER dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.AP_CREDIT_CARD_INVOICE_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.JAI_AP_TDS_OLD_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.FV_IPAC_DISBURSEMENT_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.1.1
-
APPS.AP_RETRO_PRICING_UTIL_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2
-
APPS.PO_INVOICES_SV2 dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2
-
APPS.AP_WEB_DB_AP_INT_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2
-
APPS.FUN_AP_TRANSFER dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2
-
APPS.CLN_NTFYINVC_PKG dependencies on AP_INVOICE_LINES_INTERFACE
12.2.2