DBA Data[Home] [Help]

APPS.LNS_LOAN_HEADER_PUB dependencies on LNS_TERMS

Line 189: select amortization_frequency into l_amort_freq from lns_terms

185:
186:
187: --Calculate Maturity Date
188: IF (p_loan_header_rec.loan_maturity_date is null) THEN
189: select amortization_frequency into l_amort_freq from lns_terms
190: where loan_id = l_loan_id;
191:
192: p_loan_header_rec.loan_maturity_date :=
193: lns_fin_utils.getMaturityDate(

Line 204: select amortization_frequency into l_amort_freq from lns_terms

200:
201: --Calculate Open phase Maturity Date
202: IF (p_loan_header_rec.multiple_funding_flag = 'Y' AND
203: p_loan_header_rec.open_maturity_date is null) THEN
204: select amortization_frequency into l_amort_freq from lns_terms
205: where loan_id = l_loan_id;
206:
207: p_loan_header_rec.open_maturity_date :=
208: lns_fin_utils.getMaturityDate(