Search Results ra_batch_sources_all
The RA_BATCH_SOURCES_ALL
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical repository for storing batch source information within the Receivables module. Batch sources define the origin of transactions, such as invoices, debit memos, credit memos, and receipts, enabling organizations to track and categorize entries based on their source systems or manual entry methods. This table serves as a reference for transaction processing, reporting, and reconciliation, ensuring data integrity across financial operations.
### **Key Attributes of RA_BATCH_SOURCES_ALL**
1. **BATCH_SOURCE_ID**: A unique identifier for each batch source, serving as the primary key.
2. **NAME**: The descriptive name of the batch source (e.g., "Manual Invoices," "EDI Invoices").
3. **BATCH_SOURCE_TYPE**: Classifies the source as automated (e.g., interface-based) or manual.
4. **ORG_ID**: Supports multi-org functionality by associating batch sources with specific operating units.
5. **DEFAULT_GL_DATE**: Specifies the default general ledger date for transactions from this source.
6. **STATUS**: Indicates whether the batch source is active (A) or inactive (I).
7. **CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY**: Standard Oracle audit columns.
### **Functional Role in Oracle Receivables**
- **Transaction Processing**: Batch sources determine how transactions are grouped and validated before posting to the general ledger. For example, an "AutoInvoice" batch source processes imported data from external systems.
- **Reporting & Analytics**: Enables filtering and analysis of transactions by source (e.g., comparing manual vs. automated invoice volumes).
- **Integration**: Links to interfaces like RA_INTERFACE_LINES_ALL
for AutoInvoice or AR_CASH_RECEIPTS
for receipts.
### **Technical Considerations**
- **Multi-Org Access Control**: The _ALL
suffix denotes that the table stores records for all operating units, filtered by ORG_ID
and MO: Security Profile
.
- **Indexes**: Optimized for queries on BATCH_SOURCE_ID
, NAME
, and ORG_ID
.
- **Dependencies**: Referenced by transactional tables like RA_CUSTOMER_TRX_ALL
(invoices) and AR_CASH_RECEIPTS_ALL
(receipts).
### **Customization & Extensions**
- **User-Defined Sources**: Organizations can add custom batch sources via the "Receivables > Setup > Transactions > Sources" form.
- **API Integration**: The AR_BATCH_SOURCE_PUB
PL/SQL API allows programmatic management of batch sources.
### **Example Use Case**
A company using EDI for invoicing configures a batch source named "EDI_IMPORT" with BATCH_SOURCE_TYPE = 'AUTOMATIC'
. When AutoInvoice runs, it groups EDI transactions under this source, ensuring traceability and simplifying reconciliation.
### **Conclusion**
The RA_BATCH_SOURCES_ALL
table is foundational to Oracle Receivables, providing metadata that governs transaction lifecycle management. Its design supports scalability, compliance, and integration, making it indispensable for financial operations in Oracle EBS 12.1.1 and 12.2.2.
-
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 ,
-
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 ,
-
APPS.ZX_TEST_API dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.JA_ZZ_INVOICE_CREATE dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.ARP_PROCESS_BR_BATCHES dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.FUN_INITIATOR_WF_PKG dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.IGIRSTPT dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.JL_ZZ_INVOICE_CREATE dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.JE_PT_UTIL_PKG dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.IGIRSTPT dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.JG_ZZ_AR_AUTO_INVOICE dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.OKS_BILL_UTIL_PUB dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.JG_ZZ_AR_AUTO_INVOICE dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.ZX_JL_EXTRACT_PKG dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.EAM_WORKORDERBILLING_PVT dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.OKS_ARFEEDER_PUB dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.ZX_ON_FLY_TRX_UPGRADE_AR_PKG dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.OKS_QA_DATA_INTEGRITY dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.JAI_AR_RGM_PROCESSING_PKG dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.AR_LATE_CHARGE_UPG dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.ZX_DEFAULT_AUTOMATION_PKG dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.OKS_ARFEEDER_PUB dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.ZX_TEST_API dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.JMF_GTA_TRX_UTIL dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.JL_AR_AUTOINV_PKG dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.ARP_TRX_VALIDATE dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.ZX_ON_DEMAND_TRX_UPGRADE_PKG dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.OKL_BILLING_RECON_RPT_PVT dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.FUN_INITIATOR_WF_PKG dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.JAI_AR_IMPORT_POPU_PKG dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.FUN_PERIOD_STATUS_PKG dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.JL_AR_DOC_NUMBERING_PKG dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.AR_GTA_TRX_UTIL dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.AR_EBI_INVOICE_PUB dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.ARP_TRX_VALIDATE dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.ZX_JA_EXTRACT_PKG dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.JAI_AR_TCS_REP_PKG dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.OKL_BILLING_RECON_RPT_PVT dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.AR_EBI_INVOICE_PUB dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.ZX_JA_EXTRACT_PKG dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.ZX_DEFAULT_AUTOMATION_PKG dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.JL_AR_DOC_NUMBERING_PKG dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.JL_AR_AR_PREFIX_TRX_NUM dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.XTR_HEDGE_PROCESS_P dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.JAI_CMN_SETUP_PKG dependencies on RA_BATCH_SOURCES_ALL
12.1.1
-
APPS.JAI_AR_TRX_HEADERS_PKG dependencies on RA_BATCH_SOURCES_ALL
12.2.2
-
APPS.OKL_BPD_ADVANCED_BILLING_PVT dependencies on RA_BATCH_SOURCES_ALL
12.2.2