Search Results lns_amortization_lines
Overview
LNS_AMORTIZATION_LINES is a transaction-detail table in the Oracle E-Business Suite Loans (LNS) module, part of the Financial Services product family that includes Lease Management and lending operations. The table stores the individual line records that make up any given amortization defined on the parent amortization schedule. Where LNS_AMORTIZATION_SCHEDULES holds the schedule header, LNS_AMORTIZATION_LINES holds the period-by-period or event-by-event detail rows — the actual amounts, line types, and accounting references that drive amortization posting and revenue or expense recognition over the life of a loan or lease contract.
From a heuristic Data Vault modeling perspective, the mined foreign-key structure classifies this object as a link. It sits at the intersection of several business entities — amortization schedules, loans, fee schedules, and Oracle Receivables transactions — and its unique identifiers recruit business-key candidates rather than acting purely as a hub. In Oracle EBS 12.1.1 and 12.2.2 the table is owned by the LNS schema and is documented as VALID in the ETRM object registry.
Key Information Stored
The documented physical schema contains 16 columns. The most significant are:
- AMORTIZATION_LINE_ID — the surrogate primary key, enforced by unique index LNS_AMORTIZATION_LINES_U1 and the LNS_AMORTIZATION_LINES_PK constraint.
- AMORTIZATION_SCHEDULE_ID — foreign key to the parent schedule; the grouping column that ties lines back to their schedule header.
- LOAN_ID — identifies the loan or lease contract to which the amortization belongs.
- FEE_SCHEDULE_ID — links the line to a fee schedule defined in LNS_FEE_SCHEDULES, showing that amortization lines may carry fee-based components.
- FEE_ID — the specific fee represented on the line.
- LINE_TYPE — classifies the amortization line (for example principal, interest, or fee treatment), driving how the line is posted.
- AMOUNT — the monetary value of the amortization line for the associated period or event.
- CUST_TRX_ID and CUST_TRX_LINE_ID — foreign keys to RA_CUSTOMER_TRX_ALL and RA_CUSTOMER_TRX_LINES_ALL, linking amortization to the Oracle Receivables transaction and transaction line created for billing or revenue recognition. CUST_TRX_LINE_ID is a business-key candidate, enforced by LNS_AMORTIZATION_LINES_U2.
- LINE_DETAILS — descriptive or supplementary detail for the amortization line.
- OBJECT_VERSION_NUMBER — optimistic locking column used by the Oracle Application Framework (OAF) and concurrent update control.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — standard EBS audit columns.
Common Use Cases and Queries
Typical reporting retrieves the amortization detail for a single loan or schedule, reconciles amortization to Receivables invoices, or audits fee amortization. A representative query joins lines to their parent schedule and to the loan:
- Amortization detail by loan:
SELECT l.AMORTIZATION_LINE_ID, l.LINE_TYPE, l.AMOUNT FROM LNS_AMORTIZATION_LINES l WHERE l.LOAN_ID = :loan_id ORDER BY l.AMORTIZATION_SCHEDULE_ID, l.AMORTIZATION_LINE_ID; - Reconciliation to Receivables: join CUST_TRX_ID to RA_CUSTOMER_TRX_ALL and CUST_TRX_LINE_ID to RA_CUSTOMER_TRX_LINES_ALL to verify that each amortization amount is reflected on an AR transaction line.
- Fee amortization reporting: join FEE_SCHEDULE_ID to LNS_FEE_SCHEDULES and FEE_ID to the fee definition to break amortization down by fee component.
- Period-based extract for GL posting or revenue recognition schedules, aggregating AMOUNT by LINE_TYPE and schedule.
Related Objects
- LNS_AMORTIZATION_SCHEDULES — parent header; join on AMORTIZATION_SCHEDULE_ID.
- LNS_FEE_SCHEDULES — referenced via FEE_SCHEDULE_ID.
- RA_CUSTOMER_TRX_ALL — Receivables transaction header; join on CUST_TRX_ID.
- RA_CUSTOMER_TRX_LINES_ALL — Receivables transaction line; join on CUST_TRX_LINE_ID.
- Loan master objects — referenced via LOAN_ID to the LNS loan contract tables.
- LNS_AMORTIZATION_LINES_PK / LNS_AMORTIZATION_LINES_U1 / LNS_AMORTIZATION_LINES_U2 — primary key and unique indexes providing identity and business-key enforcement.
-
Table: LNS_AMORTIZATION_LINES
12.1.1
owner:LNS, object_type:TABLE, fnd_design_data:LNS.LNS_AMORTIZATION_LINES, object_name:LNS_AMORTIZATION_LINES, status:VALID, product: LNS - Loans , description: Amortization Lines reprensents the details of any give Amortization represented on the Amortization Schedules table , implementation_dba_data: LNS.LNS_AMORTIZATION_LINES ,
-
Table: LNS_AMORTIZATION_LINES
12.2.2
owner:LNS, object_type:TABLE, fnd_design_data:LNS.LNS_AMORTIZATION_LINES, object_name:LNS_AMORTIZATION_LINES, status:VALID, product: LNS - Loans , description: Amortization Lines reprensents the details of any give Amortization represented on the Amortization Schedules table , implementation_dba_data: LNS.LNS_AMORTIZATION_LINES ,
-
VIEW: LNS.LNS_AMORTIZATION_LINES#
12.2.2
owner:LNS, object_type:VIEW, object_name:LNS_AMORTIZATION_LINES#, status:VALID,
-
SYNONYM: APPS.LNS_AMORTIZATION_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:LNS_AMORTIZATION_LINES, status:VALID,
-
SYNONYM: APPS.LNS_AMORTIZATION_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:LNS_AMORTIZATION_LINES, status:VALID,
-
VIEW: APPS.LNS_RECEIVABLE_ACTIVITIES_V
12.1.1
-
VIEW: APPS.LNS_RECEIVABLE_ACTIVITIES_V
12.2.2
-
VIEW: LNS.LNS_AMORTIZATION_LINES#
12.2.2
-
APPS.LNS_AMORTIZATION_LINES_PKG SQL Statements
12.1.1
-
APPS.LNS_AMORTIZATION_LINES_PKG SQL Statements
12.2.2
-
TABLE: LNS.LNS_AMORTIZATION_LINES
12.1.1
owner:LNS, object_type:TABLE, fnd_design_data:LNS.LNS_AMORTIZATION_LINES, object_name:LNS_AMORTIZATION_LINES, status:VALID,
-
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_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 ,
-
TABLE: LNS.LNS_AMORTIZATION_LINES
12.2.2
owner:LNS, object_type:TABLE, fnd_design_data:LNS.LNS_AMORTIZATION_LINES, object_name:LNS_AMORTIZATION_LINES, status:VALID,
-
12.2.2 FND Design 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
-
PACKAGE BODY: APPS.LNS_AMORTIZATION_LINES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_AMORTIZATION_LINES_PKG, status:VALID,
-
APPS.LNS_FEE_ENGINE SQL Statements
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.LNS_REC_ACT_ADJ_V
12.1.1
-
VIEW: APPS.LNS_REC_ACT_ADJ_V
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.LNS_AMORTIZATION_LINES_PKG
12.1.1
-
PACKAGE BODY: APPS.LNS_AMORTIZATION_LINES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_AMORTIZATION_LINES_PKG, status:VALID,
-
VIEW: APPS.LNS_REC_ACT_CASH_CM_V
12.1.1
-
VIEW: APPS.LNS_REC_ACT_CASH_CM_V
12.2.2
-
PACKAGE BODY: APPS.LNS_AMORTIZATION_LINES_PKG
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.LNS_FEE_ENGINE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_FEE_ENGINE, status:VALID,
-
PACKAGE BODY: APPS.LNS_FEE_ASSIGNMENT_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_FEE_ASSIGNMENT_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.LNS_FEE_ENGINE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_FEE_ENGINE, status:VALID,
-
APPS.LNS_FEE_ENGINE SQL Statements
12.1.1
-
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 ,
-
PACKAGE BODY: APPS.LNS_FINANCIALS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_FINANCIALS, status:VALID,
-
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 ,
-
Table: RA_CUSTOMER_TRX_LINES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_LINES_ALL, object_name:RA_CUSTOMER_TRX_LINES_ALL, status:VALID, product: AR - Receivables , description: Invoice, debit memo, chargeback, credit memo and commitment lines , implementation_dba_data: AR.RA_CUSTOMER_TRX_LINES_ALL ,
-
VIEW: APPS.LNS_SL_GL_V
12.2.2
owner:APPS, object_type:VIEW, object_name:LNS_SL_GL_V, status:VALID,
-
VIEW: APPS.LNS_SL_GL_V
12.1.1
owner:APPS, object_type:VIEW, object_name:LNS_SL_GL_V, status:VALID,
-
PACKAGE BODY: APPS.LNS_DISTRIBUTIONS_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_DISTRIBUTIONS_PUB, status:VALID,
-
Table: RA_CUSTOMER_TRX_LINES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_LINES_ALL, object_name:RA_CUSTOMER_TRX_LINES_ALL, status:VALID, product: AR - Receivables , description: Invoice, debit memo, chargeback, credit memo and commitment lines , implementation_dba_data: AR.RA_CUSTOMER_TRX_LINES_ALL ,
-
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_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 ,
-
PACKAGE BODY: APPS.LNS_BILLING_BATCH_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_BILLING_BATCH_PUB, status:VALID,
-
PACKAGE BODY: APPS.LNS_BILLING_BATCH_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_BILLING_BATCH_PUB, status:VALID,
-
VIEW: APPS.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,