Search Results ar_batches_all
The AR_BATCHES_ALL
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical component of the Accounts Receivable (AR) module, serving as the repository for batch-level information related to transactions. This table stores metadata and control attributes for batches of transactions, such as invoices, receipts, credit memos, and debit memos, enabling efficient processing and reporting. Below is a detailed analysis of its structure, purpose, and integration within Oracle EBS.
Purpose and Functionality
TheAR_BATCHES_ALL
table acts as a header-level entity for grouping related transactions. It is primarily used to:
- Organize Transactions: Batches allow users to group multiple transactions (e.g., invoices or receipts) under a single identifier, simplifying data entry, validation, and posting processes.
- Control Processing: Batch-level attributes, such as status (
STATUS
), batch date (BATCH_DATE
), and GL date (GL_DATE
), determine how transactions are processed and posted to the General Ledger (GL). - Audit and Reporting: The table provides traceability by storing creation details (
CREATED_BY
,CREATION_DATE
) and batch descriptions (DESCRIPTION
), aiding in compliance and reconciliation.
Key Columns and Attributes
The table includes the following critical columns:- BATCH_ID: Primary key, uniquely identifying each batch.
- BATCH_DATE: The date the batch was created.
- STATUS: Indicates the batch's processing state (e.g.,
NEW
,POSTED
,CANCELLED
). - GL_DATE: The date used for General Ledger posting.
- CURRENCY_CODE: Defines the currency for all transactions in the batch.
- ORG_ID: Supports multi-org functionality, linking the batch to a specific operating unit.
Integration with Other Modules
AR_BATCHES_ALL
integrates with several Oracle EBS modules:
- General Ledger (GL): Batches are posted to GL via the
RA_GL_INTERFACE
table, ensuring financial data consistency. - Subledger Accounting (SLA): Transaction batches are processed through SLA rules to generate accounting entries.
- Cash Management: Receipt batches are reconciled with bank statements.
Technical Considerations
- Multi-Org Support: The
_ALL
suffix indicates the table stores data for all operating units, filtered byORG_ID
. - Indexing: Key columns like
BATCH_ID
andORG_ID
are indexed for performance. - APIs: Oracle provides PL/SQL APIs (e.g.,
AR_INVOICE_API
) to create and manage batches programmatically.
Common Use Cases
- Batch Creation: Users create batches manually via the AR "Batches" form or automatically through interfaces.
- Validation and Posting: Batches are validated (
AR_VALIDATE
) and posted (AR_POST
) to GL. - Querying and Reporting: SQL queries against
AR_BATCHES_ALL
support custom reports and audits.
Conclusion
TheAR_BATCHES_ALL
table is a foundational element in Oracle EBS AR, enabling efficient transaction grouping, processing, and reporting. Its integration with GL, SLA, and other modules ensures seamless financial operations. Understanding its structure and functionality is essential for AR consultants and implementers to optimize batch processing and maintain data integrity.
-
Table: AR_BATCHES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_BATCHES_ALL, object_name:AR_BATCHES_ALL, status:VALID, product: AR - Receivables , description: Receipt batch information , implementation_dba_data: AR.AR_BATCHES_ALL ,
-
Table: AR_BATCHES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_BATCHES_ALL, object_name:AR_BATCHES_ALL, status:VALID, product: AR - Receivables , description: Receipt batch information , implementation_dba_data: AR.AR_BATCHES_ALL ,
-
Table: AR_LOCKBOXES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_LOCKBOXES_ALL, object_name:AR_LOCKBOXES_ALL, status:VALID, product: AR - Receivables , description: Lockbox details used by the AutoLockbox program , implementation_dba_data: AR.AR_LOCKBOXES_ALL ,
-
Table: AR_TRANSMISSIONS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_TRANSMISSIONS_ALL, object_name:AR_TRANSMISSIONS_ALL, status:VALID, product: AR - Receivables , description: Lockbox transmission information , implementation_dba_data: AR.AR_TRANSMISSIONS_ALL ,
-
Table: AR_MC_BATCHES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_BATCHES, object_name:AR_MC_BATCHES, status:VALID, product: AR - Receivables , description: Currency-related information about receipt batches for each reporting set of books , implementation_dba_data: AR.AR_MC_BATCHES ,
-
Table: AR_MC_BATCHES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_BATCHES, object_name:AR_MC_BATCHES, status:VALID, product: AR - Receivables , description: Currency-related information about receipt batches for each reporting set of books , implementation_dba_data: AR.AR_MC_BATCHES ,
-
Table: AR_INTERIM_CASH_RCPT_LINES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_INTERIM_CASH_RCPT_LINES_ALL, object_name:AR_INTERIM_CASH_RCPT_LINES_ALL, status:VALID, product: AR - Receivables , description: Temporary table used to store QuickCash payment applications , implementation_dba_data: AR.AR_INTERIM_CASH_RCPT_LINES_ALL ,
-
Table: AR_TRANSMISSIONS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_TRANSMISSIONS_ALL, object_name:AR_TRANSMISSIONS_ALL, status:VALID, product: AR - Receivables , description: Lockbox transmission information , implementation_dba_data: AR.AR_TRANSMISSIONS_ALL ,
-
Table: AR_LOCKBOXES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_LOCKBOXES_ALL, object_name:AR_LOCKBOXES_ALL, status:VALID, product: AR - Receivables , description: Lockbox details used by the AutoLockbox program , implementation_dba_data: AR.AR_LOCKBOXES_ALL ,
-
Table: AR_INTERIM_CASH_RCPT_LINES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_INTERIM_CASH_RCPT_LINES_ALL, object_name:AR_INTERIM_CASH_RCPT_LINES_ALL, status:VALID, product: AR - Receivables , description: Temporary table used to store QuickCash payment applications , implementation_dba_data: AR.AR_INTERIM_CASH_RCPT_LINES_ALL ,
-
Table: AR_AUTOREC_EXCEPTIONS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_AUTOREC_EXCEPTIONS, object_name:AR_AUTOREC_EXCEPTIONS, status:VALID, product: AR - Receivables , description: Temporary table used to store exceptions found by Automatic Receipts and its related programs , implementation_dba_data: AR.AR_AUTOREC_EXCEPTIONS ,
-
Table: AR_AUTOREC_EXCEPTIONS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_AUTOREC_EXCEPTIONS, object_name:AR_AUTOREC_EXCEPTIONS, status:VALID, product: AR - Receivables , description: Temporary table used to store exceptions found by Automatic Receipts and its related programs , implementation_dba_data: AR.AR_AUTOREC_EXCEPTIONS ,
-
Table: AR_BATCH_SOURCES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_BATCH_SOURCES_ALL, object_name:AR_BATCH_SOURCES_ALL, status:VALID, product: AR - Receivables , description: Accounting, bank account, and numbering information for a batch , implementation_dba_data: AR.AR_BATCH_SOURCES_ALL ,
-
Table: AR_INTERIM_CASH_RECEIPTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_INTERIM_CASH_RECEIPTS_ALL, object_name:AR_INTERIM_CASH_RECEIPTS_ALL, status:VALID, product: AR - Receivables , description: QuickCash payments processed by the PostBatch program , implementation_dba_data: AR.AR_INTERIM_CASH_RECEIPTS_ALL ,
-
Table: AR_BATCH_SOURCES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_BATCH_SOURCES_ALL, object_name:AR_BATCH_SOURCES_ALL, status:VALID, product: AR - Receivables , description: Accounting, bank account, and numbering information for a batch , implementation_dba_data: AR.AR_BATCH_SOURCES_ALL ,
-
Table: AR_INTERIM_CASH_RECEIPTS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_INTERIM_CASH_RECEIPTS_ALL, object_name:AR_INTERIM_CASH_RECEIPTS_ALL, status:VALID, product: AR - Receivables , description: QuickCash payments processed by the PostBatch program , implementation_dba_data: AR.AR_INTERIM_CASH_RECEIPTS_ALL ,
-
Table: AR_CASH_RECEIPT_HISTORY_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CASH_RECEIPT_HISTORY_ALL, object_name:AR_CASH_RECEIPT_HISTORY_ALL, status:VALID, product: AR - Receivables , description: History of actions and status changes in the life cycle of a receipt , implementation_dba_data: AR.AR_CASH_RECEIPT_HISTORY_ALL ,
-
View: ARFV_RECEIPT_HISTORY
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_RECEIPT_HISTORY
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
Table: AR_ADJUSTMENTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_ADJUSTMENTS_ALL, object_name:AR_ADJUSTMENTS_ALL, status:VALID, product: AR - Receivables , description: Pending and approved invoice adjustments , implementation_dba_data: AR.AR_ADJUSTMENTS_ALL ,
-
Table: AR_ADJUSTMENTS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_ADJUSTMENTS_ALL, object_name:AR_ADJUSTMENTS_ALL, status:VALID, product: AR - Receivables , description: Pending and approved invoice adjustments , implementation_dba_data: AR.AR_ADJUSTMENTS_ALL ,
-
Table: AR_CASH_RECEIPT_HISTORY_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CASH_RECEIPT_HISTORY_ALL, object_name:AR_CASH_RECEIPT_HISTORY_ALL, status:VALID, product: AR - Receivables , description: History of actions and status changes in the life cycle of a receipt , implementation_dba_data: AR.AR_CASH_RECEIPT_HISTORY_ALL ,
-
View: AR_BATCHES_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BATCHES_ALL_MRC_V, object_name:AR_BATCHES_ALL_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BATCHES_ALL_MRC_V ,
-
Table: AR_CASH_RECEIPTS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CASH_RECEIPTS_ALL, object_name:AR_CASH_RECEIPTS_ALL, status:VALID, product: AR - Receivables , description: Detailed receipt information , implementation_dba_data: AR.AR_CASH_RECEIPTS_ALL ,
-
Table: AR_PAYMENT_SCHEDULES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_ALL, object_name:AR_PAYMENT_SCHEDULES_ALL, status:VALID, product: AR - Receivables , description: All transactions except adjustments and miscellaneous cash receipts , implementation_dba_data: AR.AR_PAYMENT_SCHEDULES_ALL ,
-
View: AR_BATCHES_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BATCHES_ALL_MRC_V, object_name:AR_BATCHES_ALL_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BATCHES_ALL_MRC_V ,
-
Table: AR_CASH_RECEIPTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CASH_RECEIPTS_ALL, object_name:AR_CASH_RECEIPTS_ALL, status:VALID, product: AR - Receivables , description: Detailed receipt information , implementation_dba_data: AR.AR_CASH_RECEIPTS_ALL ,
-
View: AR_CASH_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CASH_RECEIPTS_V, object_name:AR_CASH_RECEIPTS_V, status:VALID, product: AR - Receivables , description: This is the base table view for the Receipts window. , implementation_dba_data: APPS.AR_CASH_RECEIPTS_V ,
-
View: AR_CASH_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CASH_RECEIPTS_V, object_name:AR_CASH_RECEIPTS_V, status:VALID, product: AR - Receivables , description: This is the base table view for the Receipts window. , implementation_dba_data: APPS.AR_CASH_RECEIPTS_V ,
-
View: AR_BATCHES_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BATCHES_MRC_V, object_name:AR_BATCHES_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BATCHES_MRC_V ,
-
View: AR_BATCHES_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BATCHES_MRC_V, object_name:AR_BATCHES_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BATCHES_MRC_V ,
-
View: AR_OEX_RECEIPTS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OEX_RECEIPTS_VIEW, object_name:AR_OEX_RECEIPTS_VIEW, status:VALID, product: AR - Receivables , description: This is the view for the Oracle Exchange Bill Presentment Payments page. , implementation_dba_data: APPS.AR_OEX_RECEIPTS_VIEW ,
-
View: AR_OEX_RECEIPTS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OEX_RECEIPTS_VIEW, object_name:AR_OEX_RECEIPTS_VIEW, status:VALID, product: AR - Receivables , description: This is the view for the Oracle Exchange Bill Presentment Payments page. , implementation_dba_data: APPS.AR_OEX_RECEIPTS_VIEW ,
-
View: AR_PAYMENT_SCHEDULES_PMT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_PMT_V, object_name:AR_PAYMENT_SCHEDULES_PMT_V, status:VALID, product: AR - Receivables , description: (Release 115 Only ) , implementation_dba_data: APPS.AR_PAYMENT_SCHEDULES_PMT_V ,
-
View: AR_PAYMENT_SCHEDULES_PMT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_PMT_V, object_name:AR_PAYMENT_SCHEDULES_PMT_V, status:VALID, product: AR - Receivables , description: (Release 115 Only ) , implementation_dba_data: APPS.AR_PAYMENT_SCHEDULES_PMT_V ,
-
Table: RA_CUSTOMER_TRX_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL, object_name:RA_CUSTOMER_TRX_ALL, status:VALID, product: AR - Receivables , description: Header-level information about invoices, debit memos, chargebacks, commitments and credit memos , implementation_dba_data: AR.RA_CUSTOMER_TRX_ALL ,
-
Table: RA_CUSTOMER_TRX_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL, object_name:RA_CUSTOMER_TRX_ALL, status:VALID, product: AR - Receivables , description: Header-level information about invoices, debit memos, chargebacks, commitments and credit memos , implementation_dba_data: AR.RA_CUSTOMER_TRX_ALL ,
-
View: AR_PAYMENT_SCHEDULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_V, object_name:AR_PAYMENT_SCHEDULES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_PAYMENT_SCHEDULES_V ,
-
View: AR_PAYMENT_SCHEDULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_V, object_name:AR_PAYMENT_SCHEDULES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_PAYMENT_SCHEDULES_V ,