[Home] [Help]
[Dependency Information]
Object Name: | LNS_PAY_SUM_YEARLY_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view contains year-to-date and last year payment summary information for every loan in the system
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOAN_ID | NUMBER | (15) | Yes | Identifies the Loan |
PRINCIPAL_PAID_YTD | NUMBER | Principal Paid YTD | ||
INTEREST_PAID_YTD | NUMBER | Interest Paid YTD | ||
FEE_PAID_YTD | NUMBER | Fee Paid YTD | ||
PRINCIPAL_PAID_LAST_YEAR | NUMBER | Principal Paid Last Year | ||
INTEREST_PAID_LAST_YEAR | NUMBER | Interest Paid Last Year | ||
FEE_PAID_LAST_YEAR | NUMBER | Fee Paid Last Year |
Cut, paste (and edit) the following text to query this object:
SELECT LOAN_ID
, PRINCIPAL_PAID_YTD
, INTEREST_PAID_YTD
, FEE_PAID_YTD
, PRINCIPAL_PAID_LAST_YEAR
, INTEREST_PAID_LAST_YEAR
, FEE_PAID_LAST_YEAR
FROM APPS.LNS_PAY_SUM_YEARLY_V;
APPS.LNS_PAY_SUM_YEARLY_V is not referenced by any database object
|
|
|