DBA Data[Home] [Help]

APPS.OKL_QUICK_QUOTES_PVT dependencies on OKL_STREAM_GENERATOR_PVT

Line 1340: l_months_factor := okl_stream_generator_pvt.get_months_factor(

1336: --Fix Bug # 5184245 ssdeshpa end
1337: IF l_qqhv_rec_type.target_frequency IS NOT NULL
1338: THEN
1339: -- getting the value of the frequency for the correspoding code
1340: l_months_factor := okl_stream_generator_pvt.get_months_factor(
1341: p_frequency => l_qqhv_rec_type.target_frequency,
1342: x_return_status => x_return_status);
1343: IF (x_return_status = okl_api.g_ret_sts_unexp_error) THEN
1344: RAISE okl_api.g_exception_unexpected_error;

Line 1378: l_months_factor := okl_stream_generator_pvt.get_months_factor(

1374: OPEN get_lrs(l_qqhv_rec_type.rate_card_id);
1375: FETCH get_lrs INTO l_frequency, l_qqhv_rec_type.TARGET_ARREARS;
1376: CLOSE get_lrs;
1377:
1378: l_months_factor := okl_stream_generator_pvt.get_months_factor(
1379: p_frequency => l_frequency,
1380: x_return_status => x_return_status);
1381: l_qqhv_rec_type.target_periods := l_qqhv_rec_type.term/l_months_factor;
1382:

Line 1389: l_months_factor := okl_stream_generator_pvt.get_months_factor(

1385: OPEN get_srt(l_qqhv_rec_type.rate_template_id);
1386: FETCH get_srt INTO l_frequency, l_rate;
1387: CLOSE get_srt;
1388:
1389: l_months_factor := okl_stream_generator_pvt.get_months_factor(
1390: p_frequency => l_frequency,
1391: x_return_status => x_return_status);
1392:
1393: l_qqhv_rec_type.target_periods := l_qqhv_rec_type.term/l_months_factor;