Search Results jl_ar_receivable_applications




AI-generated from documented ETRM metadata — verify critical details on the linked pages.

Overview

The APPS.JL_AR_RECEIVABLE_APPLICATIONS package is a Brazil Localization (JL) component within Oracle E-Business Suite, classified under the ETRM as an API of type OTHER with a VALID status in the APPS schema. Its central business function is to process and manage the application, unapplication, reversal, and interest treatment of receipts against transactions in Oracle Receivables, while enforcing Brazilian localization rules. The package bridges standard Oracle Receivables application logic with localization-specific requirements such as interest adjustments, tolerance handling, and the collection documentation maintained in JL_BR_AR_COLLECTION_DOCS. It is documented in both Oracle EBS 12.1.1 and 12.2.2 environments and is exposed through sixteen documented procedures and functions that support the complete receipt-adjustment lifecycle for Brazilian operations.

Key Procedures and Functions

The package exposes the following documented entry points:

Tables Accessed

The package reads and writes across the core Receivables and Trading Community tables, referenced through APPS synonyms:

Usage Notes

In typical Oracle EBS deployments this package is invoked indirectly by Oracle Receivables forms, by the standard AutoLockbox and receipt application workflows, and by concurrent programs that process receipts and adjustments. It is also referenced by two additional packages, JG_AR_CASH_RECEIPTS and JG_AR_RECEIVABLE_APPLICATIONS, and by its own package body. Custom code and localization extensions that need to apply, unapply, or reverse a receipt under Brazilian rules, or that generate interest adjustments, should call the _BR procedures (APPLY_BR, UNAPPLY_BR, REVERSE_BR) rather than the generic variants to ensure localization logic and tolerance handling are honored. Because the package depends on SYS.STANDARD, it is a standard PL/SQL unit that should be invoked within the APPS schema context. Direct modifications to the underlying AR_ and JL_BR_AR_COLLECTION_DOCS tables bypass the validation, tolerance, and interest calculations embedded in this package and are therefore discouraged.