Search Results ra_batches_all
The RA_BATCHES_ALL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for managing batches of transactions within the Receivables module. It serves as the foundation for grouping and processing related transactions, ensuring efficient data handling, reporting, and reconciliation. This table is part of the Oracle Receivables (AR) schema and is essential for organizations leveraging batch processing for invoices, receipts, credit memos, and other financial documents.
Table Structure and Key Columns
The RA_BATCHES_ALL
table contains metadata and control information for transaction batches. Key columns include:
- BATCH_ID: Primary key, uniquely identifying each batch.
- NAME: User-defined name for the batch.
- BATCH_DATE: Date when the batch was created.
- TYPE: Indicates the batch type (e.g., 'INVOICE', 'CREDIT MEMO', 'RECEIPT').
- STATUS: Reflects the current state of the batch (e.g., 'NEW', 'POSTED', 'CLOSED').
- GL_DATE: General Ledger date associated with the batch.
- CREATED_BY: User ID of the creator.
- CREATION_DATE: Timestamp of batch creation.
- LAST_UPDATED_BY: User ID of the last modifier.
- LAST_UPDATE_DATE: Timestamp of the last update.
- ORG_ID: Multi-org identifier, linking the batch to a specific operating unit.
Functional Role in Oracle Receivables
The RA_BATCHES_ALL
table enables organizations to:
- Group Transactions: Consolidate related transactions (e.g., invoices from a specific customer or period) for streamlined processing.
- Control Workflow: Track batch status to manage approval, posting, and accounting workflows.
- Facilitate Reporting: Generate summaries or audits by batch, aiding in financial analysis and compliance.
- Support Multi-Org Architecture: The
ORG_ID
column ensures data segregation across operating units.
Integration with Other Modules
The table interacts with several Oracle EBS components:
- General Ledger (GL): Batches posted in Receivables are transferred to GL via the
RA_BATCHES_ALL
table'sGL_DATE
and status flags. - Subledger Accounting (SLA): Provides accounting entries for batches, linked via
BATCH_ID
. - Oracle Cash Management: Reconciled receipts in batches are cross-referenced for bank statement matching.
Technical Considerations
For customizations or extensions:
- Indexing: Columns like
BATCH_ID
,ORG_ID
, andSTATUS
are typically indexed for performance. - APIs: Oracle provides PL/SQL APIs (e.g.,
AR_INVOICE_API
) to manipulate batches programmatically, avoiding direct DML. - Data Retention: Historical batches are retained for auditing, but archival policies may be implemented to manage growth.
Common Use Cases
Examples of RA_BATCHES_ALL
utilization include:
- Month-End Close: Batches are created for period-specific transactions to ensure accurate GL posting.
- High-Volume Processing: Large invoice imports (e.g., from legacy systems) are grouped into batches for efficient validation and posting.
- Error Handling: Failed transactions within a batch can be reprocessed collectively after corrections.
Conclusion
The RA_BATCHES_ALL
table is a cornerstone of Oracle Receivables, providing structure and control for batch-oriented transaction processing. Its integration with core financial modules and support for multi-org operations make it indispensable for organizations running Oracle EBS 12.1.1 or 12.2.2. Proper understanding of this table's schema and functionality is essential for effective customization, reporting, and troubleshooting in the Receivables domain.
-
Table: RA_BATCHES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_BATCHES_ALL, object_name:RA_BATCHES_ALL, status:VALID, product: AR - Receivables , description: Invoice batch information , implementation_dba_data: AR.RA_BATCHES_ALL ,
-
Table: RA_BATCHES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_BATCHES_ALL, object_name:RA_BATCHES_ALL, status:VALID, product: AR - Receivables , description: Invoice batch information , implementation_dba_data: AR.RA_BATCHES_ALL ,
-
Table: AR_RECEIPTS_REP_ITF
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIPTS_REP_ITF, object_name:AR_RECEIPTS_REP_ITF, status:VALID, product: AR - Receivables , description: Report Exchange interface table for the Receivables Receipts reports , implementation_dba_data: AR.AR_RECEIPTS_REP_ITF ,
-
Table: AR_RECEIPTS_REP_ITF
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIPTS_REP_ITF, object_name:AR_RECEIPTS_REP_ITF, status:VALID, product: AR - Receivables , description: Report Exchange interface table for the Receivables Receipts reports , implementation_dba_data: AR.AR_RECEIPTS_REP_ITF ,
-
View: AR_CM_BATCHES_S_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_BATCHES_S_V, object_name:AR_CM_BATCHES_S_V, status:VALID, product: AR - Receivables , description: credit memo batch source shared extract , implementation_dba_data: APPS.AR_CM_BATCHES_S_V ,
-
Table: AR_TRANSACTIONS_REP_ITF
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_TRANSACTIONS_REP_ITF, object_name:AR_TRANSACTIONS_REP_ITF, status:VALID, product: AR - Receivables , description: Report Exchange interface table for the Receivables Transactions reports , implementation_dba_data: AR.AR_TRANSACTIONS_REP_ITF ,
-
Table: RA_BATCH_SOURCES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_BATCH_SOURCES_ALL, object_name:RA_BATCH_SOURCES_ALL, status:VALID, product: AR - Receivables , description: Sources of invoice, credit memo and commitments , implementation_dba_data: AR.RA_BATCH_SOURCES_ALL ,
-
View: AR_CM_BATCHES_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_BATCHES_H_V, object_name:AR_CM_BATCHES_H_V, status:VALID, product: AR - Receivables , description: AR XLA Extract , implementation_dba_data: APPS.AR_CM_BATCHES_H_V ,
-
Table: AR_TRANSACTIONS_REP_ITF
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_TRANSACTIONS_REP_ITF, object_name:AR_TRANSACTIONS_REP_ITF, status:VALID, product: AR - Receivables , description: Report Exchange interface table for the Receivables Transactions reports , implementation_dba_data: AR.AR_TRANSACTIONS_REP_ITF ,
-
View: AR_TRX_BATCHES_S_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_BATCHES_S_V, object_name:AR_TRX_BATCHES_S_V, status:VALID, product: AR - Receivables , description: transaction batch shared extract , implementation_dba_data: APPS.AR_TRX_BATCHES_S_V ,
-
View: AR_CM_BATCHES_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_BATCHES_H_V, object_name:AR_CM_BATCHES_H_V, status:VALID, product: AR - Receivables , description: AR XLA Extract , implementation_dba_data: APPS.AR_CM_BATCHES_H_V ,
-
Table: RA_BATCH_SOURCES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_BATCH_SOURCES_ALL, object_name:RA_BATCH_SOURCES_ALL, status:VALID, product: AR - Receivables , description: Sources of invoice, credit memo and commitments , implementation_dba_data: AR.RA_BATCH_SOURCES_ALL ,
-
View: AR_CM_BATCHES_S_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_BATCHES_S_V, object_name:AR_CM_BATCHES_S_V, status:VALID, product: AR - Receivables , description: credit memo batch source shared extract , implementation_dba_data: APPS.AR_CM_BATCHES_S_V ,
-
View: AR_TRX_BATCHES_S_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_BATCHES_S_V, object_name:AR_TRX_BATCHES_S_V, status:VALID, product: AR - Receivables , description: transaction batch shared extract , implementation_dba_data: APPS.AR_TRX_BATCHES_S_V ,
-
View: RA_BATCHES_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_BATCHES_ALL_MRC_V, object_name:RA_BATCHES_ALL_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.RA_BATCHES_ALL_MRC_V ,
-
View: RA_BATCHES_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_BATCHES_ALL_MRC_V, object_name:RA_BATCHES_ALL_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.RA_BATCHES_ALL_MRC_V ,
-
View: RA_BATCHES_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_BATCHES_MRC_V, object_name:RA_BATCHES_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.RA_BATCHES_MRC_V ,
-
View: RA_BATCHES_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_BATCHES_MRC_V, object_name:RA_BATCHES_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.RA_BATCHES_MRC_V ,
-
View: AR_TRX_REP_ITF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_REP_ITF_V, object_name:AR_TRX_REP_ITF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_TRX_REP_ITF_V ,
-
View: AR_TRX_REP_ITF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_REP_ITF_V, object_name:AR_TRX_REP_ITF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_TRX_REP_ITF_V ,
-
View: AR_GTA_TRX_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_GTA_TRX_HEADERS_V, object_name:AR_GTA_TRX_HEADERS_V, status:VALID, product: AR - Receivables , description: Header level information for gta invoice , implementation_dba_data: APPS.AR_GTA_TRX_HEADERS_V ,
-
View: ARFV_CREDITS_OLD1
12.2.2
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_ON_ACCOUNT_CREDIT__OLD1
12.1.1
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_CREDITS_OLD1
12.1.1
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_ON_ACCOUNT_CREDIT__OLD1
12.2.2
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RA_CUSTOMER_TRX_CR_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CR_TRX_V, object_name:RA_CUSTOMER_TRX_CR_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_CR_TRX_V ,
-
View: RA_CUSTOMER_TRX_CR_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CR_TRX_V, object_name:RA_CUSTOMER_TRX_CR_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_CR_TRX_V ,
-
View: RA_CUSTOMER_TRX_CM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CM_V, object_name:RA_CUSTOMER_TRX_CM_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_CM_V ,
-
View: RA_CUSTOMER_TRX_CM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CM_V, object_name:RA_CUSTOMER_TRX_CM_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_CM_V ,
-
View: RA_CUSTOMER_TRX_PARTIAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PARTIAL_V, object_name:RA_CUSTOMER_TRX_PARTIAL_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_PARTIAL_V ,
-
View: RA_CUSTOMER_TRX_PARTIAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PARTIAL_V, object_name:RA_CUSTOMER_TRX_PARTIAL_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_PARTIAL_V ,
-
View: RA_CUSTOMER_TRX_PART_CB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PART_CB_V, object_name:RA_CUSTOMER_TRX_PART_CB_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_PART_CB_V ,
-
View: RA_CUSTOMER_TRX_PART_CB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PART_CB_V, object_name:RA_CUSTOMER_TRX_PART_CB_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_PART_CB_V ,