Search Results jl_br_ar_select_controls_all
Overview
The table JL_BR_AR_SELECT_CONTROLS_ALL is a core data object within the Oracle E-Business Suite Latin America Localizations module, specifically designed for the Brazilian market. It functions as the master definition table for selection criteria used to identify and group customer invoices destined for bank transfer batches, commonly known as "BorderĂ´s." This table is central to automating the process of creating electronic payment files that comply with Brazilian banking regulations, enabling efficient mass payment processing from Accounts Receivable.
Key Information Stored
The table stores configuration parameters that define the rules for invoice selection. Its primary key is SELECTION_CONTROL_ID, which uniquely identifies each set of criteria. A critical foreign key is CUST_TRX_TYPE_ID, which links to RA_CUST_TRX_TYPES_ALL, allowing the control rule to be associated with specific transaction types (e.g., specific invoice categories). While the full column list is not detailed in the provided metadata, typical columns in such a control table would include fields for setting status filters, date ranges (like due date parameters), currency, customer class, and other attributes necessary to dynamically build a batch of payable invoices for bank remittance.
Common Use Cases and Queries
The primary use case is the setup and execution of the BorderĂ´ generation process. An administrator defines a selection control, specifying which invoices qualify. This control is then referenced when running the concurrent program to create the bank transfer batch. Common queries involve listing active controls or diagnosing batch inclusion issues.
- Listing all defined selection controls:
SELECT selection_control_id, name, description FROM jl_br_ar_select_controls_all WHERE NVL(org_id, -99) = NVL(FND_PROFILE.VALUE('ORG_ID'), -99); - Finding controls for a specific transaction type:
SELECT s.* FROM jl_br_ar_select_controls_all s, ra_cust_trx_types_all t WHERE s.cust_trx_type_id = t.cust_trx_type_id AND t.name = 'STANDARD INVOICE';
Related Objects
This table sits at the center of a key functional flow and has defined relationships with several other localization tables.
- RA_CUST_TRX_TYPES_ALL: Linked via CUST_TRX_TYPE_ID, this ties the selection criteria to standard Oracle Receivables transaction types.
- JL_BR_AR_BORDEROS_ALL: This is the main transactional table for created bank batches. It holds a foreign key (SELECTION_CONTROL_ID) back to this controls table, recording which rule was used to generate each BorderĂ´.
- JL_BR_AR_SELECT_ACCOUNTS_ALL: Likely stores specific bank account assignments or further filtering rules at the account level, subordinate to a master selection control.
-
Table: JL_BR_AR_SELECT_CONTROLS_ALL
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_BR_AR_SELECT_CONTROLS_ALL, object_name:JL_BR_AR_SELECT_CONTROLS_ALL, status:VALID, product: JL - Latin America Localizations , description: Selection Criteria for invoices sent to Bank transfer batches , implementation_dba_data: JL.JL_BR_AR_SELECT_CONTROLS_ALL ,
-
Table: JL_BR_AR_SELECT_CONTROLS_ALL
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_BR_AR_SELECT_CONTROLS_ALL, object_name:JL_BR_AR_SELECT_CONTROLS_ALL, status:VALID, product: JL - Latin America Localizations , description: Selection Criteria for invoices sent to Bank transfer batches , implementation_dba_data: JL.JL_BR_AR_SELECT_CONTROLS_ALL ,
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on JL_BR_AR_SELECT_CONTROLS_ALL
12.1.1
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on JL_BR_AR_SELECT_CONTROLS_ALL
12.2.2
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on JL_BR_AR_SELECT_CONTROLS
12.1.1
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on JL_BR_AR_SELECT_CONTROLS
12.2.2
-
SYNONYM: APPS.JL_BR_AR_SELECT_CONTROLS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JL_BR_AR_SELECT_CONTROLS_ALL, status:VALID,
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on JL_BR_AR_BORDEROS_ALL
12.1.1
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on JL_BR_AR_BORDEROS_ALL
12.2.2
-
SYNONYM: APPS.JL_BR_AR_SELECT_CONTROLS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JL_BR_AR_SELECT_CONTROLS_ALL, status:VALID,
-
VIEW: APPS.JL_BR_AR_SELECT_CONTROLS_A_DFV
12.1.1
-
VIEW: APPS.JL_BR_AR_SELECT_CONTROLS_A_DFV
12.2.2
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on JL_BR_AR_BORDEROS
12.1.1
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on JL_BR_AR_BORDEROS
12.2.2
-
VIEW: JL.JL_BR_AR_SELECT_CONTROLS_ALL#
12.2.2
owner:JL, object_type:VIEW, object_name:JL_BR_AR_SELECT_CONTROLS_ALL#, status:VALID,
-
TABLE: JL.JL_BR_AR_SELECT_CONTROLS_ALL
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_BR_AR_SELECT_CONTROLS_ALL, object_name:JL_BR_AR_SELECT_CONTROLS_ALL, status:VALID,
-
TABLE: JL.JL_BR_AR_SELECT_CONTROLS_ALL
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_BR_AR_SELECT_CONTROLS_ALL, object_name:JL_BR_AR_SELECT_CONTROLS_ALL, status:VALID,
-
Table: JL_BR_AR_BORDEROS_ALL
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_BR_AR_BORDEROS_ALL, object_name:JL_BR_AR_BORDEROS_ALL, status:VALID, product: JL - Latin America Localizations , description: Bank Transfer Batches , implementation_dba_data: JL.JL_BR_AR_BORDEROS_ALL ,
-
Table: JL_BR_AR_SELECT_ACCOUNTS_ALL
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_BR_AR_SELECT_ACCOUNTS_ALL, object_name:JL_BR_AR_SELECT_ACCOUNTS_ALL, status:VALID, product: JL - Latin America Localizations , description: Bank Account distribution criteria for Bank Transfer batches , implementation_dba_data: JL.JL_BR_AR_SELECT_ACCOUNTS_ALL ,
-
VIEW: JL.JL_BR_AR_SELECT_CONTROLS_ALL#
12.2.2
-
Table: JL_BR_AR_SELECT_ACCOUNTS_ALL
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_BR_AR_SELECT_ACCOUNTS_ALL, object_name:JL_BR_AR_SELECT_ACCOUNTS_ALL, status:VALID, product: JL - Latin America Localizations , description: Bank Account distribution criteria for Bank Transfer batches , implementation_dba_data: JL.JL_BR_AR_SELECT_ACCOUNTS_ALL ,
-
SYNONYM: APPS.JL_BR_AR_SELECT_CONTROLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JL_BR_AR_SELECT_CONTROLS, status:VALID,
-
Table: JL_BR_AR_BORDEROS_ALL
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_BR_AR_BORDEROS_ALL, object_name:JL_BR_AR_BORDEROS_ALL, status:VALID, product: JL - Latin America Localizations , description: Bank Transfer Batches , implementation_dba_data: JL.JL_BR_AR_BORDEROS_ALL ,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.JL_BR_AR_SELECT_CONTROLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JL_BR_AR_SELECT_CONTROLS, status:VALID,
-
VIEW: APPS.JL_BR_AR_SELECT_CONTROLS_A_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:JL_BR_AR_SELECT_CONTROLS_A_DFV, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.JL_BR_AR_REMIT_COLL_OCCUR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JL_BR_AR_REMIT_COLL_OCCUR, status:VALID,
-
PACKAGE BODY: APPS.JL_BR_AR_REMIT_COLL_OCCUR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_BR_AR_REMIT_COLL_OCCUR, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.JL_BR_AR_SELECT_CONTROLS_A_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:JL_BR_AR_SELECT_CONTROLS_A_DFV, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR SQL Statements
12.1.1
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
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: 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 ,
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on JL_BR_AR_SELECT_ACCOUNTS
12.2.2
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on JL_BR_AR_SELECT_ACCOUNTS
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JL_BR_AR_REMIT_COLL_OCCUR
12.1.1
-
PACKAGE BODY: APPS.JL_BR_AR_REMIT_COLL_OCCUR
12.2.2
-
APPS.AD_MORG SQL Statements
12.1.1
-
APPS.AD_MORG SQL Statements
12.2.2
-
eTRM - JL Tables and Views
12.1.1
description: Temporary Table For Inflation Adjustment Report ,
-
eTRM - JL Tables and Views
12.2.2
description: JL_ZZ_INFO_T is temporary table ,