DBA Data[Home] [Help]

APPS.LNS_TERMS_PUB dependencies on LNS_FIN_UTILS

Line 133: l_pmt_start_date := lns_fin_utils.getNextDate(p_date => l_loan_start_date

129: open c_get_loan_start_date(p_loan_term_rec.loan_id);
130: fetch c_get_loan_start_date into l_loan_start_date;
131: close c_get_loan_start_date;
132: if (l_loan_start_date is not null) then
133: l_pmt_start_date := lns_fin_utils.getNextDate(p_date => l_loan_start_date
134: ,p_interval_type => p_loan_term_rec.loan_payment_frequency
135: ,p_direction => 1);
136: end if;
137: if (l_pmt_start_date is not null) then