DBA Data[Home] [Help]

APPS.LNS_FEE_ENGINE dependencies on LNS_FIN_UTILS

Line 1619: l_payment_tbl LNS_FIN_UTILS.PAYMENT_SCHEDULE_TBL;

1615: i number;
1616:
1617: -- for disbursement phase
1618: l_fee_basis_tbl LNS_FEE_ENGINE.FEE_BASIS_TBL;
1619: l_payment_tbl LNS_FIN_UTILS.PAYMENT_SCHEDULE_TBL;
1620:
1621: -- conversion fees
1622: cursor c_conv_fees(p_loan_id number) is
1623: select fee.fee_description

Line 1675: l_payment_tbl := lns_fin_utils.buildPaymentSchedule(p_loan_start_date => l_loan_Details.loan_start_date

1671: -- get disbursement_ids for timePeriod
1672: l_loan_Details := lns_financials.getLoanDetails(p_loan_id, p_based_on_terms, 'OPEN');
1673:
1674: -- 0. buildPaymentSchedule
1675: l_payment_tbl := lns_fin_utils.buildPaymentSchedule(p_loan_start_date => l_loan_Details.loan_start_date
1676: ,p_loan_maturity_date => l_loan_details.maturity_date
1677: ,p_first_pay_date => l_loan_details.first_payment_date
1678: ,p_num_intervals => l_loan_details.number_installments
1679: ,p_interval_type => l_loan_details.payment_frequency