DBA Data[Home] [Help]

APPS.LNS_INDEX_RATES_PUB dependencies on LNS_BILLING_UTIL_PUB

Line 932: lns_billing_util_pub.last_payment_number(term.loan_id) last_billed_installment,

928: CURSOR c_get_loan_info(indexRateId NUMBER) IS
929: SELECT loan.loan_id,
930: term.term_id,
931: loan.loan_number,
932: lns_billing_util_pub.last_payment_number(term.loan_id) last_billed_installment,
933: loan.loan_status,
934: loan.CURRENT_PHASE,
935: decode(loan.CURRENT_PHASE, 'TERM', term.percent_increase, 'OPEN', term.open_percent_increase),
936: decode(loan.CURRENT_PHASE, 'TERM', term.percent_increase_life, 'OPEN', term.open_percent_increase_life),

Line 1135: lns_billing_util_pub.last_payment_number(term.loan_id) last_billed_installment,

1131: CURSOR c_get_loan_info(p_loan_id NUMBER) IS
1132: SELECT loan.loan_id,
1133: term.term_id,
1134: loan.loan_number,
1135: lns_billing_util_pub.last_payment_number(term.loan_id) last_billed_installment,
1136: loan.loan_status,
1137: loan.CURRENT_PHASE,
1138: term.index_rate_id,
1139: hdr.interest_rate_name,