Search Results lns_lookups
Overview
LNS_LOOKUPS is an APPS-owned database view within the Oracle E-Business Suite Release 12.1.1 and 12.2.2 environment. It resides in the LNS (Loans) product module and is documented as VALID in the ETRM repository. The view exposes lookup value information associated with the Loans application, providing a pre-filtered, language-aware, and security-group-filtered projection of Oracle Application Object Library (FND) lookup data. Rather than querying the underlying FND_LOOKUP_VALUES table directly and reapplying the Loans-specific filters on every invocation, developers, concurrent programs, and reporting tools can reference LNS_LOOKUPS to obtain Loan-related lookup codes and their translated meanings consistently.
The view plays a conventional EBS integration and reporting role: it abstracts the standardized flexfield/lookup value framework into a flat, denormalized rowset that can be consumed by BI Publisher reports, Oracle Reports, OAF pages, PL/SQL packages, and inbound/outbound interfaces that must resolve Loans lookup codes to their display meanings.
Underlying Base Objects
The documented base objects referenced by LNS_LOOKUPS are FND_LOOKUP_VALUES (SYNONYM) and the FND_GLOBAL package. The view text confirms this dependency: it selects directly from FND_LOOKUP_VALUES (aliased FNDLKPV) and invokes FND_GLOBAL.LOOKUP_SECURITY_GROUP and USERENV('LANG') within its WHERE clause.
- FND_LOOKUP_VALUES — the central EBS lookup value repository holding lookup types, codes, translated meanings, enabled flags, effective dates, and 15 descriptive attributes. LNS_LOOKUPS renames this source column-by-column without transformation, so every column retains the semantics of its FND counterpart.
- FND_GLOBAL — the standard EBS session/context package. It is used here to enforce lookup security group filtering via LOOKUP_SECURITY_GROUP, ensuring only lookup values belonging to the caller's security group are visible.
The view filters on three predicates: LANGUAGE = USERENV('LANG') to return only rows in the session's current language; VIEW_APPLICATION_ID = 206, which is the application identifier reserved for the Loans (LNS) product; and the security group check. Because the view is defined over the FND lookup table rather than an LNS-specific base table, it effectively carves a Loans-scoped slice from the shared lookup infrastructure.
Key Columns
LNS_LOOKUPS exposes the complete FND_LOOKUP_VALUES column set, renamed for clarity. The principal columns include:
- LOOKUP_TYPE — the lookup type to which the value belongs; distinguishes, for example, different Loans lookup categories.
- LOOKUP_CODE — the stored internal code used by application logic and interfaces.
- MEANING — the translated user-facing display value shown in forms, reports, and LOVs.
- DESCRIPTION — long description associated with the lookup value.
- ENABLED_FLAG, START_DATE_ACTIVE, END_DATE_ACTIVE — availability and effective-dating controls that determine whether the value is currently active.
- TAG — optional tag value supported by the lookup framework.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE15 — descriptive flexfield style attributes that may carry Loans-specific extension data.
- Audit columns — CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and LAST_UPDATE_LOGIN for change tracking.
Common Use Cases and Queries
Typical scenarios involve resolving a stored lookup code to its display meaning, driving LOVs, or validating inbound data against enabled Loans lookups. A base query of the form SELECT LOOKUP_CODE, MEANING FROM LNS_LOOKUPS WHERE LOOKUP_TYPE = :type AND NVL(ENABLED_FLAG,'N') = 'Y' and a date check between START_DATE_ACTIVE and END_DATE_ACTIVE returns active values. Joining LNS_LOOKUPS to Loans business tables on LOOKUP_CODE and LOOKUP_TYPE enriches those tables with descriptive text. Because the LANGUAGE and security predicates are embedded, callers automatically receive localized, security-compliant results, eliminating the need to reimplement those filters.
-
View: LNS_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_LOOKUPS, object_name:LNS_LOOKUPS, status:VALID, product: LNS - Loans , description: LNS_LOOKUPS is a view which has information about the Lookup values that you , implementation_dba_data: APPS.LNS_LOOKUPS ,
-
View: LNS_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_LOOKUPS, object_name:LNS_LOOKUPS, status:VALID, product: LNS - Loans , description: LNS_LOOKUPS is a view which has information about the Lookup values that you , implementation_dba_data: APPS.LNS_LOOKUPS ,
-
VIEW: APPS.LNS_LOAN_SUMMARY_V
12.2.2
-
VIEW: APPS.LNS_LOAN_SUMMARY_V
12.1.1
-
View: LNS_LOAN_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_LOAN_SUMMARY_V, object_name:LNS_LOAN_SUMMARY_V, status:VALID, product: LNS - Loans , description: View for Loan Summary Information , implementation_dba_data: APPS.LNS_LOAN_SUMMARY_V ,
-
View: LNS_LOAN_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_LOAN_SUMMARY_V, object_name:LNS_LOAN_SUMMARY_V, status:VALID, product: LNS - Loans , description: View for Loan Summary Information , implementation_dba_data: APPS.LNS_LOAN_SUMMARY_V ,
-
APPS.LNS_REP_UTILS SQL Statements
12.1.1
-
APPS.LNS_REP_UTILS SQL Statements
12.2.2
-
MATERIALIZED VIEW: APPS.LNS_LOAN_DTLS_ALL_MV
12.1.1
-
APPS.LNS_LOAN_PUB SQL Statements
12.2.2
-
APPS.LNS_WORK_FLOW SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.LNS_LOAN_PARTICIPANTS_V
12.2.2
-
VIEW: APPS.LNS_LOAN_PARTICIPANTS_V
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.LNS_REP_UTILS
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.LNS_REC_ACT_ADJ_V
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.LNS_REC_ACT_ADJ_V
12.1.1
-
VIEW: APPS.LNS_RECEIVABLE_ACTIVITIES_V
12.1.1
-
VIEW: APPS.LNS_RECEIVABLE_ACTIVITIES_V
12.2.2
-
APPS.LNS_LOAN_PUB SQL Statements
12.1.1
-
VIEW: APPS.LNS_REC_ACT_CASH_CM_V
12.1.1
-
VIEW: APPS.LNS_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_LOOKUPS, object_name:LNS_LOOKUPS, status:VALID,
-
VIEW: APPS.LNS_REC_ACT_CASH_CM_V
12.2.2
-
PACKAGE BODY: APPS.LNS_UTILITY_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_UTILITY_PUB, status:VALID,
-
VIEW: APPS.LNS_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_LOOKUPS, object_name:LNS_LOOKUPS, status:VALID,
-
PACKAGE BODY: APPS.LNS_LOAN_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_LOAN_PUB, status:VALID,
-
PACKAGE BODY: APPS.LNS_WORK_FLOW
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_WORK_FLOW, status:VALID,
-
PACKAGE BODY: APPS.LNS_UTILITY_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_UTILITY_PUB, status:VALID,
-
VIEW: APPS.LNS_AM_SCHEDS_DTL_V
12.1.1
-
VIEW: APPS.LNS_AM_SCHEDS_DTL_V
12.2.2
-
PACKAGE BODY: APPS.LNS_APPL_ENGINE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_APPL_ENGINE_PUB, status:VALID,
-
PACKAGE BODY: APPS.LNS_REP_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_REP_UTILS, status:VALID,
-
PACKAGE BODY: APPS.LNS_APPL_ENGINE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_APPL_ENGINE_PUB, status:VALID,
-
View: LNS_RECEIVABLE_ACTIVITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_RECEIVABLE_ACTIVITIES_V, object_name:LNS_RECEIVABLE_ACTIVITIES_V, status:VALID, product: LNS - Loans , description: This view contains payment activities for all installments of all loans in the system , implementation_dba_data: APPS.LNS_RECEIVABLE_ACTIVITIES_V ,
-
View: LNS_RECEIVABLE_ACTIVITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_RECEIVABLE_ACTIVITIES_V, object_name:LNS_RECEIVABLE_ACTIVITIES_V, status:VALID, product: LNS - Loans , description: This view contains payment activities for all installments of all loans in the system , implementation_dba_data: APPS.LNS_RECEIVABLE_ACTIVITIES_V ,
-
PACKAGE BODY: APPS.LNS_REP_UTILS
12.2.2
-
APPS.LNS_BILLING_BATCH_PUB SQL Statements
12.1.1
-
eTRM - LNS Tables and Views
12.1.1
description: Loans Terms Table ,
-
eTRM - LNS Tables and Views
12.2.2
description: Loans Terms Table ,
-
PACKAGE BODY: APPS.LNS_LOAN_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_LOAN_PUB, status:VALID,
-
PACKAGE BODY: APPS.LNS_REP_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_REP_UTILS, status:VALID,
-
View: LNS_LOAN_PARTICIPANTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_LOAN_PARTICIPANTS_V, object_name:LNS_LOAN_PARTICIPANTS_V, status:VALID, product: LNS - Loans , description: View for Loan Participants Information , implementation_dba_data: APPS.LNS_LOAN_PARTICIPANTS_V ,
-
View: LNS_REC_ACT_ADJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_REC_ACT_ADJ_V, object_name:LNS_REC_ACT_ADJ_V, status:VALID, product: LNS - Loans , description: Receipts and Creadit Memo Receivable Activities View , implementation_dba_data: APPS.LNS_REC_ACT_ADJ_V ,
-
View: LNS_LOAN_PARTICIPANTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_LOAN_PARTICIPANTS_V, object_name:LNS_LOAN_PARTICIPANTS_V, status:VALID, product: LNS - Loans , description: View for Loan Participants Information , implementation_dba_data: APPS.LNS_LOAN_PARTICIPANTS_V ,
-
PACKAGE BODY: APPS.LNS_WORK_FLOW
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_WORK_FLOW, status:VALID,
-
PACKAGE BODY: APPS.LNS_BILLING_BATCH_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_BILLING_BATCH_PUB, status:VALID,
-
View: LNS_REC_ACT_CASH_CM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_REC_ACT_CASH_CM_V, object_name:LNS_REC_ACT_CASH_CM_V, status:VALID, product: LNS - Loans , description: Receipts and Creadit Memo Receivable Activities View , implementation_dba_data: APPS.LNS_REC_ACT_CASH_CM_V ,