Search Results loan_request_amount




Overview

LNS_OCM_ADP_PUB is a public PL/SQL package owned by the APPS schema in Oracle E-Business Suite, delivered as part of the Oracle Loans (LNS) module. Its naming convention identifies it as belonging to the Origination and Credit Management (OCM) component of the Loans product, with the ADP segment indicating an Application Data Provider role and the PUB suffix designating it as a public API intended for invocation by other Oracle EBS modules, external integrations, or custom extensions. The package encapsulates the business rules used to evaluate loan request attributes, creditworthiness indicators, collateral positions, and portfolio-level loan statistics. In Oracle EBS 12.1.1 and 12.2.2, the package status is VALID, confirming it is compiled and available in the database.

Functionally, LNS_OCM_ADP_PUB supports origination and credit-management decisioning by exposing derived loan metrics and qualification checks. These values are typically consumed by Oracle Loans setup screens, workflow-enabled approval processes, and any integration that must assess whether a loan request is secured, fully collateralized, or within acceptable delinquency thresholds.

Key Procedures and Functions

The documented interface exposes twenty-nine procedures and functions in total. The published members include the following:

Parameter lists are not documented in the ETRM metadata and should be confirmed in the installed package specification before use.

Tables Accessed

The package resolves the following base tables through APPS synonyms: AR_CMGT_SETUP_OPTIONS (credit management setup defaults), LNS_ASSETS and LNS_ASSET_ASSIGNMENTS (asset inventory and allocation used for collateral and pledged-asset calculations), LNS_LOAN_HEADERS_ALL (primary loan records), LNS_PARTICIPANTS (borrowers, co-borrowers, and guarantors), LNS_RATE_SCHEDULES (interest rate derivation), LNS_TERMS (loan terms and conditions), and DUAL for scalar evaluations.

Usage Notes

LNS_OCM_ADP_PUB is a read-oriented provider API. It is typically invoked from Oracle Loans forms and workflow functions to populate credit and collateral fields, from concurrent programs that generate portfolio or delinquency reporting, and from custom PL/SQL integrations extending loan origination. The dependency metadata indicates no other APPS packages reference it directly, so consumers are limited to forms, concurrent programs, and external or custom code. Because it reads using APPS synonyms, it must be called in an environment where the APPS schema grants are valid; direct invocation from non-APPS schemas requires appropriate synonyms and grants.