Search Results invoices
The IGI_CBR_AP_RECONCILE
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 plays a critical role in the Cash Basis Reconciliation (CBR) process, particularly within the Accounts Payable (AP) module. This table is part of the IGI (Integrity Global Incorporated) customizations or extensions, which enhance Oracle's standard functionality to meet specific business requirements, such as reconciling cash basis accounting entries with accrual-based transactions. Below is a detailed analysis of its purpose, structure, and integration within Oracle EBS.
### **Purpose of IGI_CBR_AP_RECONCILE**
The primary function of the IGI_CBR_AP_RECONCILE
table is to store reconciliation data between cash disbursements and their corresponding invoice payments. This is essential for organizations that operate on a cash basis accounting method but need to align their records with Oracle’s default accrual-based accounting. The table facilitates:
- **Tracking payment reconciliations** between cash disbursements and AP invoices.
- **Supporting audit and compliance** by maintaining a log of reconciled transactions.
- **Enabling reporting** for cash-to-accrual adjustments and financial statement reconciliations.
### **Key Columns and Structure**
While the exact schema may vary based on custom implementations, the table typically includes the following columns:
- **RECONCILE_ID
**: A unique identifier for each reconciliation entry.
- **INVOICE_ID
**: References the AP invoice being reconciled (links to AP_INVOICES_ALL
).
- **PAYMENT_ID
**: Ties to the payment record (links to AP_PAYMENTS_ALL
).
- **CASH_ACCOUNT_ID
**: The GL cash account used for the disbursement.
- **RECONCILE_DATE
**: The date when the reconciliation was performed.
- **RECONCILE_AMOUNT
**: The amount reconciled between the invoice and payment.
- **STATUS
**: Indicates whether the reconciliation is pending, completed, or errored.
- **CREATED_BY
**, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
: Audit columns tracking record changes.
### **Integration with Oracle EBS Modules**
The IGI_CBR_AP_RECONCILE
table interacts with core Oracle EBS modules:
1. **Accounts Payable (AP)**
- Links to AP_INVOICES_ALL
and AP_PAYMENTS_ALL
to validate invoice and payment data.
- Supports the Cash Basis Reconciliation process by storing matched transactions.
2. **General Ledger (GL)**
- References GL_CODE_COMBINATIONS
for cash account validations.
- May feed reconciled entries into GL journals for cash-to-accrual adjustments.
3. **Custom Reports and Interfaces**
- Used by IGI-specific reports to provide reconciliation summaries.
- May integrate with third-party tools via APIs or database views.
### **Business Process Flow**
1. **Payment Processing**: When an AP payment is made, the system records it in AP_PAYMENTS_ALL
.
2. **Reconciliation Initiation**: A user or automated process identifies payments needing reconciliation.
3. **Data Insertion**: The IGI_CBR_AP_RECONCILE
table stores the invoice-payment match details.
4. **Validation**: Checks ensure amounts align and accounts are valid.
5. **GL Posting**: Reconciled entries may generate adjusting journal entries in GL.
### **Technical Considerations**
- **Indexing**: Performance can be optimized with indexes on INVOICE_ID
, PAYMENT_ID
, and STATUS
.
- **Custom Logic**: Triggers or PL/SQL may enforce reconciliation rules.
- **Data Retention**: Archive policies should be defined for audit compliance.
### **Conclusion**
The IGI_CBR_AP_RECONCILE
table is a vital component for organizations using cash basis accounting within Oracle EBS. It bridges the gap between Oracle’s accrual-based design and cash accounting needs, ensuring accurate financial reporting and compliance. Understanding its structure and integration points is essential for AP accountants, system administrators, and implementation consultants.
-
Lookup Type: MPP_EXPENSE_MODES
12.1.1
product: IGI - Public Sector Financials International , meaning: Multi Period Posting - Expense Modes , description: Multi Period Posting - Expense Modes ,
-
Lookup Type: MPP_EXPENSE_MODES
12.2.2
product: IGI - Public Sector Financials International , meaning: Multi Period Posting - Expense Modes , description: Multi Period Posting - Expense Modes ,
-
Concurrent Program: IGIRSTPT
12.1.1
execution_filename: IGIRSTPT.SUBMIT_BATCH , product: IGI - Public Sector Financials International , user_name: IGI: Receivables (Single Third Party) - Create Netting Invoices , description: IGI: Receivables (Single Third Party) - Create Netting Invoices , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: IGIRSTPT
12.2.2
execution_filename: IGIRSTPT.SUBMIT_BATCH , product: IGI - Public Sector Financials International , user_name: IGI: Receivables (Single Third Party) - Create Netting Invoices , description: IGI: Receivables (Single Third Party) - Create Netting Invoices , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: IGISTPN
12.2.2
execution_filename: IGISTPN.submit_batch , product: IGI - Public Sector Financials International , user_name: IGISTPN , description: STP- Create Netting Invoices , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: IGISTPN
12.1.1
execution_filename: IGISTPN.submit_batch , product: IGI - Public Sector Financials International , user_name: IGISTPN , description: STP- Create Netting Invoices , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: IGIPSAPR
12.1.1
execution_filename: IGIPSAPR , product: IGI - Public Sector Financials International , user_name: IGIPSAPR , description: Secondary Invoice Approval : Secondary Approval of Invoices , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: IGIPSAPR
12.2.2
execution_filename: IGIPSAPR , product: IGI - Public Sector Financials International , user_name: IGIPSAPR , description: Secondary Invoice Approval : Secondary Approval of Invoices , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: IGIPSAPR_XML
12.1.1
product: IGI - Public Sector Financials International , user_name: Secondary Invoice Approval : Secondary Approval of Invoices (XML) , description: Secondary Invoice Approval : Secondary Approval of Invoices , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: IGIPSAPR_XML
12.2.2
product: IGI - Public Sector Financials International , user_name: Secondary Invoice Approval : Secondary Approval of Invoices (XML) - Not Supported: Reserved For Future Use , description: Secondary Invoice Approval : Secondary Approval of Invoices , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
Table: IGI_CBR_AP_RECONCILE
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_CBR_AP_RECONCILE, object_name:IGI_CBR_AP_RECONCILE, status:VALID, product: IGI - Public Sector Financials International , description: Contains records of unpaid invoices , implementation_dba_data: IGI.IGI_CBR_AP_RECONCILE ,
-
Table: IGI_CBR_AP_INV_RECONCILE
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_CBR_AP_INV_RECONCILE, object_name:IGI_CBR_AP_INV_RECONCILE, status:VALID, product: IGI - Public Sector Financials International , description: Contains remaining unpaid amount for invoices , implementation_dba_data: IGI.IGI_CBR_AP_INV_RECONCILE ,
-
Table: IGI_CBR_AP_RECONCILE
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_CBR_AP_RECONCILE, object_name:IGI_CBR_AP_RECONCILE, status:VALID, product: IGI - Public Sector Financials International , description: Contains records of unpaid invoices , implementation_dba_data: IGI.IGI_CBR_AP_RECONCILE ,
-
Table: IGI_CBR_AP_INV_RECONCILE
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_CBR_AP_INV_RECONCILE, object_name:IGI_CBR_AP_INV_RECONCILE, status:VALID, product: IGI - Public Sector Financials International , description: Contains remaining unpaid amount for invoices , implementation_dba_data: IGI.IGI_CBR_AP_INV_RECONCILE ,
-
Table: IGI_DUN_TEMP
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_DUN_TEMP, object_name:IGI_DUN_TEMP, status:VALID, product: IGI - Public Sector Financials International , description: Temporary table that stores transaction processing information for overdue invoices requiring dunning charges , implementation_dba_data: IGI.IGI_DUN_TEMP ,
-
Table: IGI_CBR_ARC_INTERFACE
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_CBR_ARC_INTERFACE, object_name:IGI_CBR_ARC_INTERFACE, status:VALID, product: IGI - Public Sector Financials International , description: Contains reconciled records for invoices between cash and accrual set of books , implementation_dba_data: IGI.IGI_CBR_ARC_INTERFACE ,
-
Table: IGI_CBR_ARC_INTERFACE
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_CBR_ARC_INTERFACE, object_name:IGI_CBR_ARC_INTERFACE, status:VALID, product: IGI - Public Sector Financials International , description: Contains reconciled records for invoices between cash and accrual set of books , implementation_dba_data: IGI.IGI_CBR_ARC_INTERFACE ,
-
Table: IGI_AR_CORR_PAY_SCHED_ALL
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_AR_CORR_PAY_SCHED_ALL, object_name:IGI_AR_CORR_PAY_SCHED_ALL, status:VALID, product: IGI - Public Sector Financials International , description: Invoice and correspondence information for invoices selected for dunning , implementation_dba_data: IGI.IGI_AR_CORR_PAY_SCHED_ALL ,
-
Table: IGI_AR_CORR_PAY_SCHED_ALL
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_AR_CORR_PAY_SCHED_ALL, object_name:IGI_AR_CORR_PAY_SCHED_ALL, status:VALID, product: IGI - Public Sector Financials International , description: Invoice and correspondence information for invoices selected for dunning , implementation_dba_data: IGI.IGI_AR_CORR_PAY_SCHED_ALL ,
-
Table: IGI_MPP_INVOICE_TRANSFER
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_MPP_INVOICE_TRANSFER, object_name:IGI_MPP_INVOICE_TRANSFER, status:VALID, product: IGI - Public Sector Financials International , description: Temporary table containing selected invoices which are to be transferred to multi -period posting tables. , implementation_dba_data: IGI.IGI_MPP_INVOICE_TRANSFER ,
-
Table: IGI_DUN_TEMP
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_DUN_TEMP, object_name:IGI_DUN_TEMP, status:VALID, product: IGI - Public Sector Financials International , description: Temporary table that stores transaction processing information for overdue invoices requiring dunning charges , implementation_dba_data: IGI.IGI_DUN_TEMP ,
-
Table: IGI_MPP_AP_INVOICES
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_MPP_AP_INVOICES, object_name:IGI_MPP_AP_INVOICES, status:VALID, product: IGI - Public Sector Financials International , description: Extended multi-period Ppsting table containing information about invoices , implementation_dba_data: IGI.IGI_MPP_AP_INVOICES ,
-
Table: IGI_MPP_INVOICE_TRANSFER
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_MPP_INVOICE_TRANSFER, object_name:IGI_MPP_INVOICE_TRANSFER, status:VALID, product: IGI - Public Sector Financials International , description: Temporary table containing selected invoices which are to be transferred to multi -period posting tables. , implementation_dba_data: IGI.IGI_MPP_INVOICE_TRANSFER ,
-
Table: IGI_CBR_AP_INTERFACE
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_CBR_AP_INTERFACE, object_name:IGI_CBR_AP_INTERFACE, status:VALID, product: IGI - Public Sector Financials International , description: Contains records of invoices that have been posted to the Accrual Set of Books but not the Cash. , implementation_dba_data: IGI.IGI_CBR_AP_INTERFACE ,
-
Table: IGI_CBR_AP_INTERFACE
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_CBR_AP_INTERFACE, object_name:IGI_CBR_AP_INTERFACE, status:VALID, product: IGI - Public Sector Financials International , description: Contains records of invoices that have been posted to the Accrual Set of Books but not the Cash. , implementation_dba_data: IGI.IGI_CBR_AP_INTERFACE ,
-
Table: IGI_MPP_AP_INVOICES
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_MPP_AP_INVOICES, object_name:IGI_MPP_AP_INVOICES, status:VALID, product: IGI - Public Sector Financials International , description: Extended multi-period Ppsting table containing information about invoices , implementation_dba_data: IGI.IGI_MPP_AP_INVOICES ,
-
Table: IGI_RPI_STANDING_CHARGES_ALL
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_RPI_STANDING_CHARGES_ALL, object_name:IGI_RPI_STANDING_CHARGES_ALL, status:VALID, product: IGI - Public Sector Financials International , description: Records Standing Charges from which invoices can be generated , implementation_dba_data: IGI.IGI_RPI_STANDING_CHARGES_ALL ,
-
Table: IGI_RPI_STANDING_CHARGES_ALL
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_RPI_STANDING_CHARGES_ALL, object_name:IGI_RPI_STANDING_CHARGES_ALL, status:VALID, product: IGI - Public Sector Financials International , description: Records Standing Charges from which invoices can be generated , implementation_dba_data: IGI.IGI_RPI_STANDING_CHARGES_ALL ,
-
View: IGI_STP_AP_BAL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_STP_AP_BAL, object_name:IGI_STP_AP_BAL, status:VALID, product: IGI - Public Sector Financials International , description: Displays all Payables invoices available for Single Third Party netting. , implementation_dba_data: APPS.IGI_STP_AP_BAL ,
-
Concurrent Program: IGIPSIAP
12.1.1
execution_filename: IGIPSIAP , product: IGI - Public Sector Financials International , user_name: IGIPSIAP , description: Secondary Invoice Approval : Secondary Approval of Invoices , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: IGIPSIAP
12.2.2
execution_filename: IGIPSIAP , product: IGI - Public Sector Financials International , user_name: IGIPSIAP , description: Secondary Invoice Approval : Secondary Approval of Invoices , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
View: IGI_STP_AP_BAL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_STP_AP_BAL, object_name:IGI_STP_AP_BAL, status:VALID, product: IGI - Public Sector Financials International , description: Displays all Payables invoices available for Single Third Party netting. , implementation_dba_data: APPS.IGI_STP_AP_BAL ,
-
View: IGI_MPP_SELECTED_INVOICES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_MPP_SELECTED_INVOICES_V, object_name:IGI_MPP_SELECTED_INVOICES_V, status:VALID, product: IGI - Public Sector Financials International , description: Contains Non Multi Period Posting invoices which have been selected for Multi Period Posting , implementation_dba_data: APPS.IGI_MPP_SELECTED_INVOICES_V ,
-
View: IGI_MPP_SELECTED_INVOICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_MPP_SELECTED_INVOICES_V, object_name:IGI_MPP_SELECTED_INVOICES_V, status:VALID, product: IGI - Public Sector Financials International , description: Contains Non Multi Period Posting invoices which have been selected for Multi Period Posting , implementation_dba_data: APPS.IGI_MPP_SELECTED_INVOICES_V ,
-
View: IGI_MPP_NON_MPP_INVOICES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_MPP_NON_MPP_INVOICES_V, object_name:IGI_MPP_NON_MPP_INVOICES_V, status:VALID, product: IGI - Public Sector Financials International , description: Contains invoices that are not used by Multi Period Posting , implementation_dba_data: APPS.IGI_MPP_NON_MPP_INVOICES_V ,
-
View: IGI_MPP_NON_MPP_INVOICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_MPP_NON_MPP_INVOICES_V, object_name:IGI_MPP_NON_MPP_INVOICES_V, status:VALID, product: IGI - Public Sector Financials International , description: Contains invoices that are not used by Multi Period Posting , implementation_dba_data: APPS.IGI_MPP_NON_MPP_INVOICES_V ,
-
View: IGI_EXP_AP_INV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_AP_INV_V, object_name:IGI_EXP_AP_INV_V, status:VALID, product: IGI - Public Sector Financials International , description: Displays all unposted invoices awaiting release of exchange protocol hold. , implementation_dba_data: APPS.IGI_EXP_AP_INV_V ,
-
View: IGI_AP_INVOICE_PAY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_AP_INVOICE_PAY_V, object_name:IGI_AP_INVOICE_PAY_V, status:VALID, product: IGI - Public Sector Financials International , description: Provides invoices which are awaiting payment approval. , implementation_dba_data: APPS.IGI_AP_INVOICE_PAY_V ,
-
View: IGI_EXP_AP_INV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_AP_INV_V, object_name:IGI_EXP_AP_INV_V, status:VALID, product: IGI - Public Sector Financials International , description: Displays all unposted invoices awaiting release of exchange protocol hold. , implementation_dba_data: APPS.IGI_EXP_AP_INV_V ,
-
View: IGI_AP_INVOICE_PAY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_AP_INVOICE_PAY_V, object_name:IGI_AP_INVOICE_PAY_V, status:VALID, product: IGI - Public Sector Financials International , description: Provides invoices which are awaiting payment approval. , implementation_dba_data: APPS.IGI_AP_INVOICE_PAY_V ,
-
View: IGI_AP_INVOICE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_AP_INVOICE_V, object_name:IGI_AP_INVOICE_V, status:VALID, product: IGI - Public Sector Financials International , description: Provides invoices which fall within approvers flexfield range and are awaiting secondary approval. , implementation_dba_data: APPS.IGI_AP_INVOICE_V ,
-
View: IGI_AP_INVOICE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_AP_INVOICE_V, object_name:IGI_AP_INVOICE_V, status:VALID, product: IGI - Public Sector Financials International , description: Provides invoices which fall within approvers flexfield range and are awaiting secondary approval. , implementation_dba_data: APPS.IGI_AP_INVOICE_V ,
-
View: IGI_SAP_EXCEPTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_SAP_EXCEPTIONS_V, object_name:IGI_SAP_EXCEPTIONS_V, status:VALID, product: IGI - Public Sector Financials International , description: Provides exceptions raised for invoices that require secondary approval. , implementation_dba_data: APPS.IGI_SAP_EXCEPTIONS_V ,
-
View: IGI_SAP_EXCEPTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_SAP_EXCEPTIONS_V, object_name:IGI_SAP_EXCEPTIONS_V, status:VALID, product: IGI - Public Sector Financials International , description: Provides exceptions raised for invoices that require secondary approval. , implementation_dba_data: APPS.IGI_SAP_EXCEPTIONS_V ,