DBA Data[Home] [Help]

APPS.OKL_VARIABLE_INTEREST_PVT dependencies on OKL_STREAM_GENERATOR_PVT

Line 2891: OKL_STREAM_GENERATOR_PVT.get_sel_date(p_start_date => l_payment_line.start_date,

2887: END IF;
2888:
2889: FOR i IN 1..l_payment_line.level_periods
2890: LOOP
2891: OKL_STREAM_GENERATOR_PVT.get_sel_date(p_start_date => l_payment_line.start_date,
2892: p_advance_or_arrears => 'ARREARS',
2893: p_periods_after => i,
2894: p_months_per_period => l_adder_months,
2895: x_date => l_sel_date,

Line 3191: OKL_STREAM_GENERATOR_PVT.get_next_billing_date(

3187: l_next_rate_change_date := add_months(l_next_rate_change_date, 12);
3188: END LOOP;
3189: ELSE -- (l_int_param_tbl(l_int_param_row).rate_change_frequency_code = 'BILLING_DATE' THEN
3190: IF (l_int_param_tbl(l_int_param_tbl_row).interest_calculation_basis = 'FLOAT') THEN
3191: OKL_STREAM_GENERATOR_PVT.get_next_billing_date(
3192: p_api_version => p_api_version,
3193: p_init_msg_list => p_init_msg_list,
3194: p_khr_id => l_int_param_tbl(l_int_param_tbl_row).khr_id,
3195: p_billing_date => p_rate_change_start_date,