Search Results lns_system_options_all
Overview
The LNS_SYSTEM_OPTIONS_ALL table is a core setup and configuration table within the Oracle Loans (LNS) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It functions as a central repository for defining and maintaining system-level operational parameters that control the behavior of the Loans application across the enterprise. As an "ALL" table, it is multi-organization enabled, meaning it stores configuration data specific to each operating unit (ORG_ID), allowing for distinct loan processing rules and defaults to be established per business division. This table is fundamental for the initial implementation and ongoing administration of the Loans module, ensuring financial and transactional consistency.
Key Information Stored
While the provided metadata does not list specific columns beyond foreign keys, the table's description and foreign key relationships indicate it stores critical setup identifiers that link Loans to other EBS modules. The primary data points stored are foreign key references to master data and transaction definitions in related applications. Key inferred columns include ORG_ID (Operating Unit identifier), SET_OF_BOOKS_ID (link to the General Ledger), and various IDs for transaction types and sources. Specifically, it holds references to transaction types for loans (TRX_TYPE_ID), interest (INTEREST_TRX_TYPE_ID), and fees (FEE_TRX_TYPE_ID) from Receivables, a BATCH_SOURCE_ID for transaction batches, and the ORG_ID for organizational context.
Common Use Cases and Queries
This table is primarily accessed for configuration validation, audit reporting, and troubleshooting integration points. Common use cases include verifying the correct setup of loan accounting rules by checking the assigned set of books, or ensuring transaction types are properly mapped for automated billing. A typical diagnostic query would join to related application tables to display a human-readable setup summary. For example:
- Setup Validation:
SELECT org_id, sob.name set_of_books, trx_type.name loan_trx_type FROM lns_system_options_all lso, gl_sets_of_books sob, ra_cust_trx_types_all trx_type WHERE lso.set_of_books_id = sob.set_of_books_id AND lso.trx_type_id = trx_type.cust_trx_type_id AND lso.org_id = :p_org_id; - Audit Reporting: Generating a report of all operating unit-specific loan system configurations for compliance reviews.
- Integration Support: Identifying the source of transaction posting errors by confirming the batch source and transaction type mappings stored in this table.
Related Objects
The LNS_SYSTEM_OPTIONS_ALL table is a hub for integration, primarily with Oracle Receivables (RA), General Ledger (GL), and Human Resources (HR). The documented foreign key relationships are as follows:
- RA_CUST_TRX_TYPES_ALL: Linked via TRX_TYPE_ID, INTEREST_TRX_TYPE_ID, and FEE_TRX_TYPE_ID. This defines the Receivables transaction types used for creating invoices for loan principals, interest amounts, and fees.
- RA_BATCH_SOURCES_ALL: Linked via BATCH_SOURCE_ID. This determines the default batch source for loan-related transactions imported into Receivables.
- GL_SETS_OF_BOOKS_11I: Linked via SET_OF_BOOKS_ID. This critical link assigns the accounting ledger (set of books) to which all loan accounting entries will be posted.
- HR_ALL_ORGANIZATION_UNITS: Linked via ORG_ID. This enables the multi-org structure, scoping each row of configuration data to a specific operating unit.
-
Table: LNS_SYSTEM_OPTIONS_ALL
12.1.1
owner:LNS, object_type:TABLE, fnd_design_data:LNS.LNS_SYSTEM_OPTIONS_ALL, object_name:LNS_SYSTEM_OPTIONS_ALL, status:VALID, product: LNS - Loans , description: Loans System Options Table , implementation_dba_data: LNS.LNS_SYSTEM_OPTIONS_ALL ,
-
Table: LNS_SYSTEM_OPTIONS_ALL
12.2.2
owner:LNS, object_type:TABLE, fnd_design_data:LNS.LNS_SYSTEM_OPTIONS_ALL, object_name:LNS_SYSTEM_OPTIONS_ALL, status:VALID, product: LNS - Loans , description: Loans System Options Table , implementation_dba_data: LNS.LNS_SYSTEM_OPTIONS_ALL ,
-
APPS.LNS_UTILITY_PUB dependencies on LNS_SYSTEM_OPTIONS_ALL
12.1.1
-
APPS.LNS_BORROWERS_SUMMARY_PUB dependencies on LNS_SYSTEM_OPTIONS_ALL
12.1.1
-
APPS.LNS_BORROWERS_SUMMARY_PUB dependencies on LNS_SYSTEM_OPTIONS_ALL
12.2.2
-
APPS.LNS_DISTRIBUTIONS_PUB dependencies on LNS_SYSTEM_OPTIONS_ALL
12.2.2
-
APPS.LNS_UTILITY_PUB dependencies on LNS_SYSTEM_OPTIONS_ALL
12.2.2
-
APPS.LNS_LOAN_PUB dependencies on LNS_SYSTEM_OPTIONS_ALL
12.2.2
-
APPS.LNS_UTILITY_PUB dependencies on GL_LEDGERS
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.LNS_UTILITY_PUB dependencies on LNS_SYSTEM_OPTIONS
12.2.2
-
APPS.LNS_DISTRIBUTIONS_PUB dependencies on HR_OPERATING_UNITS
12.2.2
-
APPS.LNS_UTILITY_PUB dependencies on GL_LEDGERS
12.1.1
-
SYNONYM: APPS.LNS_SYSTEM_OPTIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:LNS_SYSTEM_OPTIONS_ALL, status:VALID,
-
SYNONYM: APPS.LNS_SYSTEM_OPTIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:LNS_SYSTEM_OPTIONS_ALL, status:VALID,
-
VIEW: LNS.LNS_SYSTEM_OPTIONS_ALL#
12.2.2
owner:LNS, object_type:VIEW, object_name:LNS_SYSTEM_OPTIONS_ALL#, status:VALID,
-
APPS.LNS_UTILITY_PUB dependencies on LNS_SYSTEM_OPTIONS
12.1.1
-
APPS.LNS_BORROWERS_SUMMARY_PUB dependencies on HR_OPERATING_UNITS
12.1.1
-
APPS.LNS_BORROWERS_SUMMARY_PUB dependencies on HR_OPERATING_UNITS
12.2.2
-
APPS.LNS_DISTRIBUTIONS_PUB dependencies on GL_LEDGERS
12.2.2
-
APPS.LNS_UTILITY_PUB dependencies on FND_PROFILE
12.2.2
-
APPS.LNS_UTILITY_PUB dependencies on FND_PROFILE
12.1.1
-
APPS.LNS_BORROWERS_SUMMARY_PUB dependencies on GL_SETS_OF_BOOKS
12.2.2
-
APPS.LNS_BORROWERS_SUMMARY_PUB dependencies on GL_SETS_OF_BOOKS
12.1.1
-
VIEW: LNS.LNS_SYSTEM_OPTIONS_ALL#
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
Table: RA_BATCH_SOURCES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_BATCH_SOURCES_ALL, object_name:RA_BATCH_SOURCES_ALL, status:VALID, product: AR - Receivables , description: Sources of invoice, credit memo and commitments , implementation_dba_data: AR.RA_BATCH_SOURCES_ALL ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: RA_BATCH_SOURCES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_BATCH_SOURCES_ALL, object_name:RA_BATCH_SOURCES_ALL, status:VALID, product: AR - Receivables , description: Sources of invoice, credit memo and commitments , implementation_dba_data: AR.RA_BATCH_SOURCES_ALL ,
-
SYNONYM: APPS.LNS_SYSTEM_OPTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:LNS_SYSTEM_OPTIONS, status:VALID,
-
APPS.LNS_LOAN_PUB dependencies on GL_SETS_OF_BOOKS
12.2.2
-
SYNONYM: APPS.LNS_SYSTEM_OPTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:LNS_SYSTEM_OPTIONS, status:VALID,
-
PACKAGE BODY: APPS.LNS_BORROWERS_SUMMARY_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_BORROWERS_SUMMARY_PUB, status:VALID,
-
PACKAGE BODY: APPS.LNS_BORROWERS_SUMMARY_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_BORROWERS_SUMMARY_PUB, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.LNS_UTILITY_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_UTILITY_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.LNS_UTILITY_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_UTILITY_PUB, status:VALID,
-
APPS.LNS_DISTRIBUTIONS_PUB dependencies on LNS_LOAN_HEADERS_ALL
12.2.2
-
PACKAGE BODY: APPS.LNS_LOAN_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_LOAN_PUB, status:VALID,
-
APPS.LNS_DISTRIBUTIONS_PUB dependencies on LNS_SYSTEM_OPTIONS
12.2.2
-
APPS.LNS_UTILITY_PUB SQL Statements
12.2.2
-
APPS.LNS_BORROWERS_SUMMARY_PUB SQL Statements
12.2.2