DBA Data[Home] [Help]

APPS.OKL_LOAN_AMORT_SCHEDULE_PVT dependencies on OKL_PRICING_PVT

Line 810: l_schedule_tbl OKL_PRICING_PVT.schedule_table_type;

806: l_principal_balance NUMBER;
807: l_amort_sched_tbl amort_sched_tbl_type;
808: l_counter NUMBER;
809:
810: l_schedule_tbl OKL_PRICING_PVT.schedule_table_type;
811: l_last_int_calc_date DATE;
812: l_proj_interest_rate NUMBER;
813:
814: BEGIN

Line 874: OKL_PRICING_PVT.generate_loan_schedules

870:
871: l_last_int_calc_date := OKL_VARIABLE_INTEREST_PVT.get_last_int_calc_date(p_khr_id => p_chr_id);
872:
873: --Generate Projected Schedule
874: OKL_PRICING_PVT.generate_loan_schedules
875: (p_khr_id => p_chr_id,
876: p_investment => l_amort_sched_tbl(l_counter).principal_balance,
877: p_start_date => l_last_int_calc_date + 1,
878: x_interest_rate => l_proj_interest_rate,

Line 1038: l_schedule_tbl OKL_PRICING_PVT.schedule_table_type;

1034:
1035: l_periods_tbl periods_tbl_type;
1036: l_arrears_yn VARCHAR2(1);
1037:
1038: l_schedule_tbl OKL_PRICING_PVT.schedule_table_type;
1039: l_min_schedule_date DATE;
1040: l_last_int_calc_date DATE;
1041: l_proj_interest_rate NUMBER;
1042:

Line 1171: OKL_PRICING_PVT.generate_loan_schedules

1167:
1168: l_last_int_calc_date := OKL_VARIABLE_INTEREST_PVT.get_last_int_calc_date(p_khr_id => p_chr_id);
1169:
1170: --Generate Projected Schedule
1171: OKL_PRICING_PVT.generate_loan_schedules
1172: (p_khr_id => p_chr_id,
1173: p_investment => l_amort_sched_tbl(l_counter).principal_balance,
1174: p_start_date => l_last_int_calc_date + 1,
1175: x_interest_rate => l_proj_interest_rate,