Search Results ra_batch_sources_all
Overview
The RA_BATCH_SOURCES_ALL table is a core master data table within the Oracle E-Business Suite Receivables (AR) module, versions 12.1.1 and 12.2.2. It serves as the central repository for defining and managing the sources of transactional data, specifically invoices, credit memos, and commitments. Each record represents a distinct origin point or method for generating these transactions, such as "Manual," "Order Entry," "Project Billing," or "AutoInvoice." The table's multi-org structure, indicated by the "_ALL" suffix, allows it to store definitions specific to different operating units, enabling a shared service deployment model. Its primary role is to provide a controlled list of valid sources that are referenced throughout the transaction lifecycle, ensuring data integrity and enabling source-based processing rules and reporting.
Key Information Stored
The table's primary key is the BATCH_SOURCE_ID, a unique system-generated identifier. While the provided metadata does not list all columns, based on its function and common EBS patterns, the table typically stores descriptive and control information for each source. Key columns include NAME and DESCRIPTION for identifying the batch source, and the ORG_ID to segregate data by operating unit. Crucially, it holds configuration columns like DEFAULT_INV_TRX_TYPE, which links to the RA_CUST_TRX_TYPES_ALL table to define the default transaction type (e.g., Invoice, Credit Memo) for transactions created from this source. Other common attributes control status (enabled/disabled), automatic batch numbering, and default GL date rules, governing how transactions sourced from it are processed.
Common Use Cases and Queries
A primary use case is validating and reporting on the origin of transactions. For instance, to list all active batch sources for a specific operating unit, a query would filter on status and ORG_ID. When analyzing transactional data, reports frequently join RA_CUSTOMER_TRX_ALL to RA_BATCH_SOURCES_ALL on BATCH_SOURCE_ID to display the source name alongside invoice details. Implementation and support tasks often involve querying this table to verify setup, such as identifying the batch source linked to a specific transaction type for Order Management or Project Billing integration. A typical diagnostic query is:
SELECT bs.name, bs.description, tt.name default_trx_type
FROM ra_batch_sources_all bs,
ra_cust_trx_types_all tt
WHERE bs.default_inv_trx_type = tt.cust_trx_type_id
AND bs.org_id = :org_id
ORDER BY bs.name;
Related Objects
As documented in the foreign key metadata, RA_BATCH_SOURCES_ALL has extensive relationships with core and peripheral modules, underscoring its central role. Key documented relationships include:
- RA_CUSTOMER_TRX_ALL: Every transaction stores its originating BATCH_SOURCE_ID.
- RA_BATCHES_ALL: Batches are associated with a specific source.
- RA_CUST_TRX_TYPES_ALL: Linked via DEFAULT_INV_TRX_TYPE to define a default type.
- OE_TRANSACTION_TYPES_ALL: Referenced by INVOICE_SOURCE_ID for Order Management invoicing.
- AR_SYSTEM_PARAMETERS_ALL: Stores a system-wide LATE_CHARGE_BATCH_SOURCE_ID.
- PA_IMPLEMENTATIONS_ALL: Links to an INVOICE_BATCH_SOURCE_ID for Project Accounting.
- LNS_SYSTEM_OPTIONS_ALL: Referenced for Loans (LNS) module integration.
- Additional integrations exist with objects for India Localization (JAI_*) and other extensions (JG_ZZ_*).
-
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: 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: 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_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_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.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_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 ,
-
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.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 ,
-
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: 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: 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.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 ,