Search Results jl_br_ar_pay_sched_aux
Overview
The AR_BATCH_SOURCES_ALL table is a core setup table within Oracle E-Business Suite Receivables (AR). It serves as the master repository for defining and storing the configuration parameters for transaction batch sources. A batch source is a logical grouping mechanism that controls the accounting, bank account, and automatic numbering rules for transactions entered manually or imported via interfaces, such as AutoInvoice. Its primary role is to provide a consistent set of default values and validation rules for batches of transactions, ensuring proper posting to the general ledger and association with the correct bank accounts for cash application, particularly for receipts.
Key Information Stored
The table stores configuration details that govern batch processing. The primary identifier is BATCH_SOURCE_ID. Key columns include NAME and DESCRIPTION for the source. Critical setup columns define the accounting rules (e.g., REV_ACCT_CCID for the revenue account), the bank account linkage via REMIT_BANK_ACCT_USE_ID (a foreign key to CE_BANK_ACCT_USES_ALL), and numbering controls such as BATCH_SOURCE_TYPE (e.g., 'MANUAL', 'IMPORT'), and attributes for automatic batch and transaction numbering sequences. The ORG_ID column signifies the operating unit, making it a multi-org table. The STATUS column controls whether the batch source is active for use.
Common Use Cases and Queries
This table is central to transaction entry and reporting. A common use case is identifying the default revenue account or remittance bank for a set of invoices. For troubleshooting, one may query batch sources linked to a specific bank account. Standard reporting includes listing all active batch sources per operating unit. Sample queries include fetching setup details for a named source or joining to transaction tables for analysis.
- Listing active batch sources:
SELECT name, description, batch_source_type FROM ar_batch_sources_all WHERE status = 'A' AND org_id = :org_id; - Finding the default GL account for a source:
SELECT bs.name, gcc.segment1 FROM ar_batch_sources_all bs, gl_code_combinations gcc WHERE bs.rev_acct_ccid = gcc.code_combination_id AND bs.batch_source_id = :id;
Related Objects
As a foundational setup table, AR_BATCH_SOURCES_ALL is referenced by numerous transaction processing and regional extension tables. The provided metadata confirms foreign key relationships from core tables like AR_BATCHES_ALL and AR_LOCKBOXES_ALL. Crucially, it is referenced by several Brazil (JL_BR) localization tables, including JL_BR_AR_BANK_RETURNS_ALL—the object from the user's original search—which links returned bank payments to their originating batch source. Other dependent objects include JL_BR_AR_COLLECTION_DOCS_ALL, FV_AR_BATCHES_ALL (for Federal Financials integration), and CE_BANK_ACCT_USES_ALL for the remittance bank account definition.
-
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_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: 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 ,
-
Table: AR_PAYMENT_SCHEDULES_ALL
12.1.1
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 ,
-
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 ,
-
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 ,
-
Table: HZ_CUST_SITE_USES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_SITE_USES_ALL, object_name:HZ_CUST_SITE_USES_ALL, status:VALID, product: AR - Receivables , description: Stores business purposes assigned to customer account sites. , implementation_dba_data: AR.HZ_CUST_SITE_USES_ALL ,
-
Table: HZ_CUST_SITE_USES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_SITE_USES_ALL, object_name:HZ_CUST_SITE_USES_ALL, status:VALID, product: AR - Receivables , description: Stores business purposes assigned to customer account sites. , implementation_dba_data: AR.HZ_CUST_SITE_USES_ALL ,
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
Table: HZ_PARTIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,