Search Results jl_br_ar_batch_pkg
Overview
The package body APPS.JL_BR_AR_BATCH_PKG is a Brazilian localization component within the Oracle E-Business Suite Accounts Receivable module. Its purpose is to support the batch processing framework used by Brazilian AR functionality, most notably the generation and management of borderôs (bank collection batches) and related receivables collection documents. The JL_BR prefix identifies objects belonging to the Brazilian Localization (JL) product family, while the AR_BATCH component indicates an association with Accounts Receivable batch operations.
The package is registered in the APPS schema with a status of VALID in both Oracle EBS 12.1.1 and 12.2.2. It is classified under the ETRM API taxonomy as OTHER, meaning it is not a formally published public API but rather an internal implementation package invoked by localization forms, concurrent programs, or other Brazilian AR components.
Key Procedures and Functions
The ETRM metadata documents a single exposed program unit within this package body:
- GET_BATCH_ID — the function or procedure responsible for retrieving or deriving the batch identifier associated with a given AR batch context. The batch identifier is used to correlate receivables documents, borderô records, and their associated processing runs. As a retrieval accessor, it is typically consumed by callers that need to obtain the current or target batch key before inserting or updating dependent rows in the Brazilian AR tables.
No additional procedures or functions are documented. Parameter signatures, return types, and exception behavior are not captured in the available metadata and should be verified directly against the deployed package specification before being referenced from custom code.
Tables Accessed
The documented ETRM record lists no explicit table references for JL_BR_AR_BATCH_PKG in this excerpt. In practice, packages of this name operate against the Brazilian AR localization tables, principally the batch header and batch line tables that store borderô and collection document information (commonly the JL_BR_AR_* family of tables). Because the object is a package body, its SQL statements would be resolved through APPS synonyms at runtime. The single documented accessor, GET_BATCH_ID, would be expected to read from the batch header table to resolve or validate the batch key rather than perform DML on those tables directly.
Developers should treat the table list as incomplete and inspect the package source (via ALL_SOURCE or the ETRM dependent-code view) to confirm the exact tables and columns referenced in a given release.
Usage Notes
JL_BR_AR_BATCH_PKG is an internal localization package. It is most commonly invoked from the Brazilian Accounts Receivable forms and from concurrent programs that generate or transmit bank collection batches. Because it is classified as OTHER rather than a supported API, Oracle does not guarantee its interface across patches or upgrades.
The dependency record states that the package is not referenced by any database object within the APPS schema, indicating that its callers are external — typically Oracle Forms PL/SQL libraries or concurrent program definitions rather than stored PL/SQL dependencies. Custom code should avoid direct calls to this package; where batch identifier resolution is required, the preferred approach is to use the documented public AR APIs or the underlying localization tables directly, validating any behavior against the specific EBS release in use (12.1.1 or 12.2.2).
-
PACKAGE BODY: APPS.JL_BR_AR_BATCH_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JL_BR_AR_BATCH_PKG, status:VALID,
-
PACKAGE: APPS.JL_BR_AR_BATCH_PKG
12.2.2
-
PACKAGE BODY: APPS.JL_BR_AR_BATCH_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_BR_AR_BATCH_PKG, status:VALID,
-
PACKAGE: APPS.JL_BR_AR_BATCH_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JL_BR_AR_BATCH_PKG, status:VALID,
-
PACKAGE: APPS.JL_BR_AR_BATCH_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JL_BR_AR_BATCH_PKG, status:VALID,
-
PACKAGE: APPS.JL_BR_AR_BATCH_PKG
12.1.1
-
PACKAGE BODY: APPS.JL_BR_AR_BATCH_PKG
12.1.1
-
PACKAGE BODY: APPS.JL_BR_AR_BATCH_PKG
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.JL_BR_AR_BATCH_PKG dependencies on JL_BR_AR_BATCH_PKG
12.1.1
-
APPS.JL_BR_AR_BATCH_PKG dependencies on JL_BR_AR_BATCH_PKG
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,