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 ,
-
View: AR_AI_BATCH_SOURCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AI_BATCH_SOURCE_V, object_name:AR_AI_BATCH_SOURCE_V, status:VALID, product: AR - Receivables , description: Selects batch sources based on the org returned from ar_ai_org_v. Each batch source (name) should appear on the list only once. , implementation_dba_data: APPS.AR_AI_BATCH_SOURCE_V ,
-
View: AR_AI_BATCH_SOURCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AI_BATCH_SOURCE_V, object_name:AR_AI_BATCH_SOURCE_V, status:VALID, product: AR - Receivables , description: Selects batch sources based on the org returned from ar_ai_org_v. Each batch source (name) should appear on the list only once. , implementation_dba_data: APPS.AR_AI_BATCH_SOURCE_V ,
-
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_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 ,
-
Table: AR_SYSTEM_PARAMETERS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_SYSTEM_PARAMETERS_ALL, object_name:AR_SYSTEM_PARAMETERS_ALL, status:VALID, product: AR - Receivables , description: Oracle Receivables system options , implementation_dba_data: AR.AR_SYSTEM_PARAMETERS_ALL ,
-
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: AR_SYSTEM_PARAMETERS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_SYSTEM_PARAMETERS_ALL, object_name:AR_SYSTEM_PARAMETERS_ALL, status:VALID, product: AR - Receivables , description: Oracle Receivables system options , implementation_dba_data: AR.AR_SYSTEM_PARAMETERS_ALL ,
-
View: AR_TRX_INF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_INF_V, object_name:AR_TRX_INF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_TRX_INF_V ,
-
View: AR_TRX_INF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_INF_V, object_name:AR_TRX_INF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_TRX_INF_V ,
-
View: AR_CM_BATCH_SRC_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_BATCH_SRC_H_V, object_name:AR_CM_BATCH_SRC_H_V, status:VALID, product: AR - Receivables , description: AR XLA Extract , implementation_dba_data: APPS.AR_CM_BATCH_SRC_H_V ,
-
View: AR_CM_BATCH_SRC_S_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_BATCH_SRC_S_V, object_name:AR_CM_BATCH_SRC_S_V, status:VALID, product: AR - Receivables , description: credit memo batch source header extract , implementation_dba_data: APPS.AR_CM_BATCH_SRC_S_V ,
-
View: AR_CM_BATCH_SRC_S_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_BATCH_SRC_S_V, object_name:AR_CM_BATCH_SRC_S_V, status:VALID, product: AR - Receivables , description: credit memo batch source header extract , implementation_dba_data: APPS.AR_CM_BATCH_SRC_S_V ,
-
View: AR_CM_BATCH_SRC_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_BATCH_SRC_H_V, object_name:AR_CM_BATCH_SRC_H_V, status:VALID, product: AR - Receivables , description: AR XLA Extract , implementation_dba_data: APPS.AR_CM_BATCH_SRC_H_V ,
-
View: AR_TRX_BATCH_SOURCE_S_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_BATCH_SOURCE_S_V, object_name:AR_TRX_BATCH_SOURCE_S_V, status:VALID, product: AR - Receivables , description: transaction batch source shared extract , implementation_dba_data: APPS.AR_TRX_BATCH_SOURCE_S_V ,
-
Table: RA_CUST_TRX_TYPES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_TYPES_ALL, object_name:RA_CUST_TRX_TYPES_ALL, status:VALID, product: AR - Receivables , description: Transaction type for invoices, commitments and credit memos , implementation_dba_data: AR.RA_CUST_TRX_TYPES_ALL ,
-
View: AR_TRX_BATCH_SOURCE_S_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_BATCH_SOURCE_S_V, object_name:AR_TRX_BATCH_SOURCE_S_V, status:VALID, product: AR - Receivables , description: transaction batch source shared extract , implementation_dba_data: APPS.AR_TRX_BATCH_SOURCE_S_V ,
-
Table: RA_CUST_TRX_TYPES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_TYPES_ALL, object_name:RA_CUST_TRX_TYPES_ALL, status:VALID, product: AR - Receivables , description: Transaction type for invoices, commitments and credit memos , implementation_dba_data: AR.RA_CUST_TRX_TYPES_ALL ,
-
View: RA_BATCHES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_BATCHES_V, object_name:RA_BATCHES_V, status:VALID, product: AR - Receivables , description: (Release 115) , implementation_dba_data: APPS.RA_BATCHES_V ,
-
View: RA_BATCHES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_BATCHES_V, object_name:RA_BATCHES_V, status:VALID, product: AR - Receivables , description: (Release 115) , implementation_dba_data: APPS.RA_BATCHES_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_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_BR_BATCHES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BR_BATCHES_V, object_name:AR_BR_BATCHES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BR_BATCHES_V ,
-
View: AR_BR_BATCHES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BR_BATCHES_V, object_name:AR_BR_BATCHES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BR_BATCHES_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 ,
-
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: RA_CUSTOMER_TRX_RA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_RA_V, object_name:RA_CUSTOMER_TRX_RA_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.RA_CUSTOMER_TRX_RA_V ,
-
View: RA_CUSTOMER_TRX_RA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_RA_V, object_name:RA_CUSTOMER_TRX_RA_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.RA_CUSTOMER_TRX_RA_V ,
-
View: AR_ADJUSTMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJUSTMENTS_V, object_name:AR_ADJUSTMENTS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_ADJUSTMENTS_V ,
-
View: AR_ADJUSTMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJUSTMENTS_V, object_name:AR_ADJUSTMENTS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_ADJUSTMENTS_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_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: AR_PAYMENT_SCHEDULES_TRX2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_TRX2_V, object_name:AR_PAYMENT_SCHEDULES_TRX2_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_PAYMENT_SCHEDULES_TRX2_V ,
-
View: AR_PAYMENT_SCHEDULES_TRX2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_TRX2_V, object_name:AR_PAYMENT_SCHEDULES_TRX2_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_PAYMENT_SCHEDULES_TRX2_V ,
-
View: AR_CUSTOMER_BILLS_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_BILLS_TRX_V, object_name:AR_CUSTOMER_BILLS_TRX_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CUSTOMER_BILLS_TRX_V ,
-
View: AR_CUSTOMER_BILLS_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_BILLS_TRX_V, object_name:AR_CUSTOMER_BILLS_TRX_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CUSTOMER_BILLS_TRX_V ,
-
View: AR_MASS_APPLICATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_MASS_APPLICATIONS_V, object_name:AR_MASS_APPLICATIONS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_MASS_APPLICATIONS_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.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 ,
-
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: AR_AEL_GL_INV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_GL_INV_V, object_name:AR_AEL_GL_INV_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AEL_GL_INV_V ,
-
View: AR_AEL_SL_INV_V_OLD
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: AR_AEL_GL_INV_V_OLD
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,