DBA Data[Home] [Help]

APPS.OKL_LOAN_AMORT_SCHEDULE_PVT dependencies on OKL_PRICING_PVT

Line 836: l_schedule_tbl OKL_PRICING_PVT.schedule_table_type;

832: l_principal_balance NUMBER;
833: l_amort_sched_tbl amort_sched_tbl_type;
834: l_counter NUMBER;
835:
836: l_schedule_tbl OKL_PRICING_PVT.schedule_table_type;
837: l_last_int_calc_date DATE;
838: l_proj_interest_rate NUMBER;
839:
840: BEGIN

Line 900: OKL_PRICING_PVT.generate_loan_schedules

896:
897: l_last_int_calc_date := OKL_VARIABLE_INTEREST_PVT.get_last_int_calc_date(p_khr_id => p_chr_id);
898:
899: --Generate Projected Schedule
900: OKL_PRICING_PVT.generate_loan_schedules
901: (p_khr_id => p_chr_id,
902: p_investment => l_amort_sched_tbl(l_counter).principal_balance,
903: p_start_date => l_last_int_calc_date + 1,
904: x_interest_rate => l_proj_interest_rate,

Line 1064: l_schedule_tbl OKL_PRICING_PVT.schedule_table_type;

1060:
1061: l_periods_tbl periods_tbl_type;
1062: l_arrears_yn VARCHAR2(1);
1063:
1064: l_schedule_tbl OKL_PRICING_PVT.schedule_table_type;
1065: l_min_schedule_date DATE;
1066: l_last_int_calc_date DATE;
1067: l_proj_interest_rate NUMBER;
1068:

Line 1197: OKL_PRICING_PVT.generate_loan_schedules

1193:
1194: l_last_int_calc_date := OKL_VARIABLE_INTEREST_PVT.get_last_int_calc_date(p_khr_id => p_chr_id);
1195:
1196: --Generate Projected Schedule
1197: OKL_PRICING_PVT.generate_loan_schedules
1198: (p_khr_id => p_chr_id,
1199: p_investment => l_amort_sched_tbl(l_counter).principal_balance,
1200: p_start_date => l_last_int_calc_date + 1,
1201: x_interest_rate => l_proj_interest_rate,