Search Results lns_loan_headers_all
Overview
The LNS_LOAN_HEADERS_ALL table is the central master data object within the Oracle Loans (LNS) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the foundational header record for every loan contract or agreement entered into the system. Each row represents a unique loan, storing its core administrative, financial, and relational attributes. As a multi-org table, it contains the ORG_ID column to segregate data by operating unit, enabling a single installation to support multiple business entities. Its primary role is to act as the parent record for a comprehensive loan portfolio, linking to critical transactional, customer, and product data across the EBS ecosystem.
Key Information Stored
The table's primary key is the LOAN_ID, a unique system-generated identifier for each loan. Based on its documented foreign key relationships, the table stores essential relational pointers that define the loan's context. Key foreign key columns include PRIMARY_BORROWER_ID and CUST_ACCOUNT_ID, linking to HZ_PARTIES and HZ_CUST_ACCOUNTS respectively to identify the borrowing customer. The PRODUCT_ID links to the loan product definition. Operational data includes LOAN_ASSIGNED_TO and LOAN_APPROVED_BY, which reference resources in JTF_RS_RESOURCE_EXTNS for workflow and responsibility tracking. Financial integration is facilitated by REFERENCE_ID and REFERENCE_TYPE_ID, linking to receivables transactions (RA_CUSTOMER_TRX_ALL) and transaction types. The BILL_TO_ACCT_SITE_ID defines the billing address via HZ_CUST_ACCT_SITES_ALL.
Common Use Cases and Queries
This table is central to loan lifecycle management and reporting. Common operational use cases include generating a portfolio summary report, viewing loan details for customer service, and identifying loans assigned to a specific officer. Analytical queries often join this table with its child transactional tables to assess portfolio performance. A fundamental query pattern retrieves loan header information along with customer details:
- SELECT lh.loan_id, lh.loan_number, hz.party_name, lh.creation_date FROM lns_loan_headers_all lh, hz_parties hz WHERE lh.primary_borrower_id = hz.party_id AND lh.org_id = :p_org_id;
Another critical use case involves tracing the integration with Oracle Receivables by joining on the reference identifiers to match loans with their corresponding invoices or transactions for reconciliation purposes.
Related Objects
The LNS_LOAN_HEADERS_ALL table has extensive relationships within the Loans module and with core EBS applications. Key child tables within LNS that reference its LOAN_ID include LNS_LOAN_HISTORIES_H for tracking changes, LNS_PARTICIPANTS for multi-lender loan structures, and LNS_TERMS for detailed payment schedules. As documented, its primary integration points are with Oracle Trading Community Architecture (HZ_PARTIES, HZ_CUST_ACCOUNTS), Oracle Human Resources (HR_ALL_ORGANIZATION_UNITS for ORG_ID), Oracle Receivables (RA_CUSTOMER_TRX_ALL, RA_CUST_TRX_TYPES_ALL), and Oracle Resource Manager (JTF_RS_RESOURCE_EXTNS). This network of relationships underscores its role as the hub for loan-centric data across the integrated EBS suite.
-
Table: LNS_LOAN_HEADERS_ALL
12.2.2
owner:LNS, object_type:TABLE, fnd_design_data:LNS.LNS_LOAN_HEADERS_ALL, object_name:LNS_LOAN_HEADERS_ALL, status:VALID, product: LNS - Loans , description: Loans Header Table , implementation_dba_data: LNS.LNS_LOAN_HEADERS_ALL ,
-
Table: LNS_LOAN_HEADERS_ALL
12.1.1
owner:LNS, object_type:TABLE, fnd_design_data:LNS.LNS_LOAN_HEADERS_ALL, object_name:LNS_LOAN_HEADERS_ALL, status:VALID, product: LNS - Loans , description: Loans Header Table , implementation_dba_data: LNS.LNS_LOAN_HEADERS_ALL ,
-
Lookup Type: LNS_LOAN_HEADERS_ALL
12.2.2
product: LNS - Loans , meaning: Loan Header , description: Columns to be tracked in loan history ,
-
Lookup Type: LNS_LOAN_HEADERS_ALL
12.1.1
product: LNS - Loans , meaning: Loan Header , description: Columns to be tracked in loan history ,
-
Table: LNS_LOAN_HISTORIES_H
12.2.2
owner:LNS, object_type:TABLE, fnd_design_data:LNS.LNS_LOAN_HISTORIES_H, object_name:LNS_LOAN_HISTORIES_H, status:VALID, product: LNS - Loans , description: Loan History Table , implementation_dba_data: LNS.LNS_LOAN_HISTORIES_H ,
-
Table: LNS_LOAN_HISTORIES_H
12.1.1
owner:LNS, object_type:TABLE, fnd_design_data:LNS.LNS_LOAN_HISTORIES_H, object_name:LNS_LOAN_HISTORIES_H, status:VALID, product: LNS - Loans , description: Loan History Table , implementation_dba_data: LNS.LNS_LOAN_HISTORIES_H ,
-
Table: LNS_TERMS
12.1.1
owner:LNS, object_type:TABLE, fnd_design_data:LNS.LNS_TERMS, object_name:LNS_TERMS, status:VALID, product: LNS - Loans , description: Loans Terms Table , implementation_dba_data: LNS.LNS_TERMS ,
-
Table: LNS_TERMS
12.2.2
owner:LNS, object_type:TABLE, fnd_design_data:LNS.LNS_TERMS, object_name:LNS_TERMS, status:VALID, product: LNS - Loans , description: Loans Terms Table , implementation_dba_data: LNS.LNS_TERMS ,
-
Table: LNS_PARTICIPANTS
12.1.1
owner:LNS, object_type:TABLE, fnd_design_data:LNS.LNS_PARTICIPANTS, object_name:LNS_PARTICIPANTS, status:VALID, product: LNS - Loans , description: Loan Participants Table , implementation_dba_data: LNS.LNS_PARTICIPANTS ,
-
Table: LNS_PARTICIPANTS
12.2.2
owner:LNS, object_type:TABLE, fnd_design_data:LNS.LNS_PARTICIPANTS, object_name:LNS_PARTICIPANTS, status:VALID, product: LNS - Loans , description: Loan Participants Table , implementation_dba_data: LNS.LNS_PARTICIPANTS ,
-
View: LNS_LOAN_INFO
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_LOAN_INFO, object_name:LNS_LOAN_INFO, status:VALID, product: LNS - Loans , description: Loans Accounting Events Informational View , implementation_dba_data: APPS.LNS_LOAN_INFO ,
-
View: LNS_LOAN_INFO
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_LOAN_INFO, object_name:LNS_LOAN_INFO, status:VALID, product: LNS - Loans , description: Loans Accounting Events Informational View , implementation_dba_data: APPS.LNS_LOAN_INFO ,
-
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 ,
-
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_REC_ACT_ADJ_V
12.1.1
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_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 ,
-
View: LNS_REC_ACT_CASH_CM_V
12.1.1
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 ,
-
View: LNS_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_AEL_GL_V, object_name:LNS_AEL_GL_V, status:VALID, product: LNS - Loans , description: This view contains accounting GL info about loans invoices , implementation_dba_data: APPS.LNS_AEL_GL_V ,
-
View: LNS_AEL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_AEL_GL_V, object_name:LNS_AEL_GL_V, status:VALID, product: LNS - Loans , description: This view contains accounting GL info about loans invoices , implementation_dba_data: APPS.LNS_AEL_GL_V ,
-
View: LNS_PAY_SUM_YEARLY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_PAY_SUM_YEARLY_V, object_name:LNS_PAY_SUM_YEARLY_V, status:VALID, product: LNS - Loans , description: YTD and Last Year Payment Summary View , implementation_dba_data: APPS.LNS_PAY_SUM_YEARLY_V ,
-
View: LNS_PAY_SUM_YEARLY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_PAY_SUM_YEARLY_V, object_name:LNS_PAY_SUM_YEARLY_V, status:VALID, product: LNS - Loans , description: YTD and Last Year Payment Summary View , implementation_dba_data: APPS.LNS_PAY_SUM_YEARLY_V ,
-
View: LNS_PAY_SUM_OVERDUE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_PAY_SUM_OVERDUE_V, object_name:LNS_PAY_SUM_OVERDUE_V, status:VALID, product: LNS - Loans , description: Overdue Payment Summary View , implementation_dba_data: APPS.LNS_PAY_SUM_OVERDUE_V ,
-
View: LNS_AM_SCHEDS_DTL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_AM_SCHEDS_DTL_V, object_name:LNS_AM_SCHEDS_DTL_V, status:VALID, product: LNS - Loans , description: Amortization Schedule Details View , implementation_dba_data: APPS.LNS_AM_SCHEDS_DTL_V ,
-
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_PAY_SUM_OVERDUE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_PAY_SUM_OVERDUE_V, object_name:LNS_PAY_SUM_OVERDUE_V, status:VALID, product: LNS - Loans , description: Overdue Payment Summary View , implementation_dba_data: APPS.LNS_PAY_SUM_OVERDUE_V ,
-
View: LNS_AM_SCHEDS_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_AM_SCHEDS_DTL_V, object_name:LNS_AM_SCHEDS_DTL_V, status:VALID, product: LNS - Loans , description: Amortization Schedule Details View , implementation_dba_data: APPS.LNS_AM_SCHEDS_DTL_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 ,
-
View: LNS_LOAN_HEADERS_EXT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_LOAN_HEADERS_EXT_V, object_name:LNS_LOAN_HEADERS_EXT_V, status:VALID, product: LNS - Loans , description: Loans Accounting Header Extract , implementation_dba_data: APPS.LNS_LOAN_HEADERS_EXT_V ,
-
View: LNS_LOAN_HEADERS_EXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_LOAN_HEADERS_EXT_V, object_name:LNS_LOAN_HEADERS_EXT_V, status:VALID, product: LNS - Loans , description: Loans Accounting Header Extract , implementation_dba_data: APPS.LNS_LOAN_HEADERS_EXT_V ,
-
View: LNS_PAY_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_PAY_SUM_V, object_name:LNS_PAY_SUM_V, status:VALID, product: LNS - Loans , description: Payment Summary View , implementation_dba_data: APPS.LNS_PAY_SUM_V ,
-
View: LNS_PAY_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_PAY_SUM_V, object_name:LNS_PAY_SUM_V, status:VALID, product: LNS - Loans , description: Payment Summary View , implementation_dba_data: APPS.LNS_PAY_SUM_V ,
-
View: LNS_AM_SCHEDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_AM_SCHEDS_V, object_name:LNS_AM_SCHEDS_V, status:VALID, product: LNS - Loans , description: Amortization Schedules View , implementation_dba_data: APPS.LNS_AM_SCHEDS_V ,
-
View: LNS_AM_SCHEDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_AM_SCHEDS_V, object_name:LNS_AM_SCHEDS_V, status:VALID, product: LNS - Loans , description: Amortization Schedules View , implementation_dba_data: APPS.LNS_AM_SCHEDS_V ,
-
View: LNS_LOAN_DETAILS_EXT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_LOAN_DETAILS_EXT_V, object_name:LNS_LOAN_DETAILS_EXT_V, status:VALID, product: LNS - Loans , description: Loans Accounting Lines Extract , implementation_dba_data: APPS.LNS_LOAN_DETAILS_EXT_V ,
-
View: LNS_LOAN_DETAILS_EXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_LOAN_DETAILS_EXT_V, object_name:LNS_LOAN_DETAILS_EXT_V, status:VALID, product: LNS - Loans , description: Loans Accounting Lines Extract , implementation_dba_data: APPS.LNS_LOAN_DETAILS_EXT_V ,
-
View: LNS_LOAN_PAYMENT_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_LOAN_PAYMENT_SUMMARY_V, object_name:LNS_LOAN_PAYMENT_SUMMARY_V, status:VALID, product: LNS - Loans , description: This view contains basic billing and payment summary information for every loan in the system. This is public view for other applications. , implementation_dba_data: APPS.LNS_LOAN_PAYMENT_SUMMARY_V ,
-
View: LNS_LOAN_PAYMENT_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_LOAN_PAYMENT_SUMMARY_V, object_name:LNS_LOAN_PAYMENT_SUMMARY_V, status:VALID, product: LNS - Loans , description: This view contains basic billing and payment summary information for every loan in the system. This is public view for other applications. , implementation_dba_data: APPS.LNS_LOAN_PAYMENT_SUMMARY_V ,
-
View: LNS_SL_GL_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_SL_GL_V2, object_name:LNS_SL_GL_V2, status:VALID, product: LNS - Loans , description: This view is for internal use only. , implementation_dba_data: APPS.LNS_SL_GL_V2 ,
-
View: LNS_SL_GL_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_SL_GL_V2, object_name:LNS_SL_GL_V2, status:VALID, product: LNS - Loans , description: This view is for internal use only. , implementation_dba_data: APPS.LNS_SL_GL_V2 ,
-
View: LNS_AMORTIZATION_SCHEDULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_AMORTIZATION_SCHEDULES_V, object_name:LNS_AMORTIZATION_SCHEDULES_V, status:VALID, product: LNS - Loans , description: This view contains billing and payment history information for every loan in the system , implementation_dba_data: APPS.LNS_AMORTIZATION_SCHEDULES_V ,
-
View: LNS_AMORTIZATION_SCHEDULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_AMORTIZATION_SCHEDULES_V, object_name:LNS_AMORTIZATION_SCHEDULES_V, status:VALID, product: LNS - Loans , description: This view contains billing and payment history information for every loan in the system , implementation_dba_data: APPS.LNS_AMORTIZATION_SCHEDULES_V ,
-
View: LNS_PAYMENTS_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_PAYMENTS_SUMMARY_V, object_name:LNS_PAYMENTS_SUMMARY_V, status:VALID, product: LNS - Loans , description: This view contains billing and payment summary information for every loan in the system , implementation_dba_data: APPS.LNS_PAYMENTS_SUMMARY_V ,
-
View: LNS_PAYMENTS_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:LNS.LNS_PAYMENTS_SUMMARY_V, object_name:LNS_PAYMENTS_SUMMARY_V, status:VALID, product: LNS - Loans , description: This view contains billing and payment summary information for every loan in the system , implementation_dba_data: APPS.LNS_PAYMENTS_SUMMARY_V ,