Search Results invoices
The AP_INVOICE_RELATIONSHIPS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for tracking associations between invoices, particularly in scenarios involving prepayments, credit memos, and complex payment hierarchies. This table facilitates the linkage of related financial documents, ensuring accurate accounting, audit trails, and compliance with business rules. Below is a detailed breakdown of its structure, functionality, and significance within Oracle Payables.
Purpose and Functional Overview
TheAP_INVOICE_RELATIONSHIPS
table stores metadata defining relationships between invoices, such as:
- Prepayment Applications: Ties prepayment invoices to standard invoices where the prepayment is applied.
- Credit Memo Applications: Links credit memos to invoices they offset.
- Invoice Adjustments: Records adjustments or corrections made to original invoices.
- Recurring Invoices: Manages relationships between recurring invoice templates and generated invoices.
Key Columns and Data Structure
The table’s schema includes columns essential for relationship tracking:- INVOICE_RELATIONSHIP_ID: Primary key, uniquely identifying each relationship.
- INVOICE_ID and RELATED_INVOICE_ID: Foreign keys referencing
AP_INVOICES_ALL
, storing the linked invoice pair. - RELATIONSHIP_TYPE: Categorizes the relationship (e.g., 'PREPAYMENT', 'CREDIT_MEMO', 'ADJUSTMENT').
- AMOUNT: The monetary value tied to the relationship (e.g., prepayment amount applied).
- CREATION_DATE, CREATED_BY: Audit columns capturing relationship creation details.
- LAST_UPDATE_DATE, LAST_UPDATED_BY: Tracks modifications to the relationship.
Integration with Oracle Payables Processes
The table integrates with core AP workflows:- Prepayment Management: When a prepayment is applied to an invoice, a record is inserted into
AP_INVOICE_RELATIONSHIPS
withRELATIONSHIP_TYPE='PREPAYMENT'
. This triggers accounting entries to debit the prepayment account and credit the liability account. - Credit Memo Offsets: Credit memos linked to invoices reduce payable balances, with relationships ensuring proper GL impact.
- Recurring Invoice Generation: Recurring invoices reference their templates via this table, enabling consistent billing cycles.
Technical Considerations
- Indexing: The table is indexed on
INVOICE_ID
andRELATED_INVOICE_ID
for performance optimization in queries involving invoice hierarchies. - Data Integrity: Foreign key constraints enforce referential integrity with
AP_INVOICES_ALL
. - API Usage: Oracle’s Payables APIs (e.g.,
AP_INVOICES_PKG
) manage inserts/updates to this table during invoice workflows.
Reporting and Auditing
The table supports critical reporting needs:- Prepayment Aging: Queries joining
AP_INVOICE_RELATIONSHIPS
andAP_INVOICES_ALL
identify unapplied prepayments. - Dispute Resolution: Auditors trace credit memo applications or adjustments via relationship records.
Conclusion
TheAP_INVOICE_RELATIONSHIPS
table is a foundational component of Oracle Payables, enabling precise invoice linkage and financial control. Its design ensures transactional accuracy, supports compliance, and enhances visibility into payable liabilities. Understanding its structure and integration points is essential for customizations, troubleshooting, and optimizing AP processes in Oracle EBS 12.1.1/12.2.2.
-
Lookup Type: VIEW INVOICES SEARCH
12.2.2
product: AP - Payables , meaning: View Invoices Search , description: Search option for selection criteria zone of view invoices ,
-
Lookup Type: VIEW INVOICES SEARCH
12.1.1
product: AP - Payables , meaning: View Invoices Search , description: Search option for selection criteria zone of view invoices ,
-
Lookup Type: SOURCE
12.2.2
product: AP - Payables , meaning: Source , description: Source of invoice data to import from the Payables Open Interface ,
-
Lookup Type: SOURCE
12.1.1
product: AP - Payables , meaning: Source , description: Source of invoice data to import from the Payables Open Interface ,
-
Lookup Type: VOID ACTIONS
12.1.1
product: AP - Payables , meaning: Void Actions , description: Void Actions ,
-
Lookup Type: VOID ACTIONS
12.2.2
product: AP - Payables , meaning: Void Actions , description: Void Actions ,
-
Lookup Type: MODIFY STATUS
12.1.1
product: AP - Payables , meaning: Modify Status , description: Shows the status for a vendor site in modify paybatch form ,
-
Lookup Type: MODIFY STATUS
12.2.2
product: AP - Payables , meaning: Modify Status , description: Shows the status for a vendor site in modify paybatch form ,
-
Lookup Type: APPROVAL_STATUS_LOOKUP
12.1.1
product: AP - Payables , meaning: Invoice Approval Status Lookup Codes ,
-
Lookup Type: APPROVAL_STATUS_LOOKUP
12.2.2
product: AP - Payables , meaning: Invoice Approval Status Lookup Codes ,
-
Lookup Type: PURGE CATEGORY
12.2.2
product: AP - Payables , meaning: Purge Category , description: Categories determine the type of items that will be purged ,
-
Lookup Type: PURGE CATEGORY
12.1.1
product: AP - Payables , meaning: Purge Category , description: Categories determine the type of items that will be purged ,
-
Lookup Type: CHECK BATCH STATUS
12.1.1
product: AP - Payables , meaning: Check Batch Status , description: Payment Batch Status ,
-
Lookup Type: POSTING CATEGORY
12.1.1
product: AP - Payables , meaning: Posting Category , description: Selects category of posting for entries ,
-
Lookup Type: POSTING CATEGORY
12.2.2
product: AP - Payables , meaning: Posting Category , description: Selects category of posting for entries ,
-
Lookup Type: CHECK BATCH STATUS
12.2.2
product: AP - Payables , meaning: Check Batch Status , description: Payment Batch Status ,
-
Lookup Type: EDI 824 INVOICE TYPES
12.2.2
product: AP - Payables , meaning: Edi 824 Invoice Types , description: Types of confirmation to send with EDI 824 outbound advice for invoices ,
-
Lookup Type: INVOICE STATUS
12.1.1
product: AP - Payables , meaning: Invoice Status , description: Invoice Status ,
-
Lookup Type: INVOICE STATUS
12.2.2
product: AP - Payables , meaning: Invoice Status , description: Invoice Status ,
-
Lookup Type: EDI 824 INVOICE TYPES
12.1.1
product: AP - Payables , meaning: Edi 824 Invoice Types , description: Types of confirmation to send with EDI 824 outbound advice for invoices ,
-
Table: AP_INVOICE_RELATIONSHIPS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_RELATIONSHIPS, object_name:AP_INVOICE_RELATIONSHIPS, status:VALID, product: AP - Payables , description: Relationships between invoices and interest invoices automatically created for overdue invoices , implementation_dba_data: AP.AP_INVOICE_RELATIONSHIPS ,
-
Table: AP_INVOICE_RELATIONSHIPS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_RELATIONSHIPS, object_name:AP_INVOICE_RELATIONSHIPS, status:VALID, product: AP - Payables , description: Relationships between invoices and interest invoices automatically created for overdue invoices , implementation_dba_data: AP.AP_INVOICE_RELATIONSHIPS ,
-
Concurrent Program: APXRPRPR
12.2.2
execution_filename: APXRPRPR , product: AP - Payables , user_name: APXRPRPR , description: Recurring Invoices Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: APXRPRPR
12.1.1
execution_filename: APXRPRPR , product: AP - Payables , user_name: APXRPRPR , description: Recurring Invoices Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: APPROVAL INCLUDE OPTIONS
12.1.1
product: AP - Payables , meaning: Approval Include Options , description: Type for quick pick lookup codes on include_option field of Approval form ,
-
Lookup Type: APPROVAL INCLUDE OPTIONS
12.2.2
product: AP - Payables , meaning: Approval Include Options , description: Type for quick pick lookup codes on include_option field of Approval form ,
-
Concurrent Program: APXRPRPR_XML
12.1.1
product: AP - Payables , user_name: Recurring Invoices Report (XML) - Not Supported: Reserved For Future Use , description: Recurring Invoices Report , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
Lookup Type: APXINHIS
12.1.1
product: AP - Payables , meaning: Apxinhis , description: Select the group by condition ,
-
Lookup Type: INVOICE TYPE
12.2.2
product: AP - Payables , meaning: Invoice Type , description: Invoice Type ,
-
Lookup Type: INVOICE TYPE
12.1.1
product: AP - Payables , meaning: Invoice Type , description: Invoice Type ,
-
Lookup Type: APXINHIS
12.2.2
product: AP - Payables , meaning: Apxinhis , description: Select the group by condition ,
-
Concurrent Program: APXRPRPR_XML
12.2.2
product: AP - Payables , user_name: Recurring Invoices Report (XML) - Not Supported: Reserved For Future Use , description: Recurring Invoices Report , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
Lookup Type: VENDORMERGE OPTION
12.1.1
product: AP - Payables , meaning: Vendormerge Option , description: Vendor merge update options ,
-
Lookup Type: VENDORMERGE OPTION
12.2.2
product: AP - Payables , meaning: Vendormerge Option , description: Vendor merge update options ,
-
Lookup Type: MATCHING REPORT OPTION
12.2.2
product: AP - Payables , meaning: Matching Report Option , description: Matching report option (Hold, Release or All) ,
-
Lookup Type: MATCHING REPORT OPTION
12.1.1
product: AP - Payables , meaning: Matching Report Option , description: Matching report option (Hold, Release or All) ,
-
Lookup Type: HOLD_DETAIL_OPTIONS
12.2.2
product: AP - Payables , meaning: Hold Detail Options , description: Select status for hold detail report ,
-
Lookup Type: HOLD_DETAIL_OPTIONS
12.1.1
product: AP - Payables , meaning: Hold Detail Options , description: Select status for hold detail report ,
-
View: AP_AE_HEADERS_V
12.1.1
product: AP - Payables , implementation_dba_data: Not implemented in this database ,
-
View: AP_AE_HEADERS_V
12.2.2
product: AP - Payables , implementation_dba_data: Not implemented in this database ,
-
View: GL_JE_BATCHES_AP_V
12.2.2
product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: Not implemented in this database ,
-
View: GL_JE_BATCHES_AP_V
12.1.1
product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: DONT PAY REASON
12.2.2
product: AP - Payables , meaning: Dont Pay Reason , description: Reason for not paying an invoice selected for payment ,
-
View: AP_CHECKS_WWW_V
12.2.2
product: AP - Payables , description: (Release 10SC only) , implementation_dba_data: Not implemented in this database ,
-
View: AP_CHECKS_WWW_V
12.1.1
product: AP - Payables , description: (Release 10SC only) , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: DONT PAY REASON
12.1.1
product: AP - Payables , meaning: Dont Pay Reason , description: Reason for not paying an invoice selected for payment ,
-
Table: AP_INTERFACE_CONTROLS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INTERFACE_CONTROLS, object_name:AP_INTERFACE_CONTROLS, status:VALID, product: AP - Payables , description: Temporary table for importing invoices from the open interface tables , implementation_dba_data: AP.AP_INTERFACE_CONTROLS ,
-
Table: AP_INTERFACE_CONTROLS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INTERFACE_CONTROLS, object_name:AP_INTERFACE_CONTROLS, status:VALID, product: AP - Payables , description: Temporary table for importing invoices from the open interface tables , implementation_dba_data: AP.AP_INTERFACE_CONTROLS ,
-
Table: AP_INTEREST_PERIODS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INTEREST_PERIODS, object_name:AP_INTEREST_PERIODS, status:VALID, product: AP - Payables , description: Interest rates and period information used to create Interest invoices , implementation_dba_data: AP.AP_INTEREST_PERIODS ,
-
Table: AP_HISTORY_INV_PAYMENTS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_HISTORY_INV_PAYMENTS_ALL, object_name:AP_HISTORY_INV_PAYMENTS_ALL, status:VALID, product: AP - Payables , description: Relationships between purged invoices and invoice payments , implementation_dba_data: AP.AP_HISTORY_INV_PAYMENTS_ALL ,