DBA Data[Home] [Help]

APPS.OKL_LRF_GENERATE_PVT dependencies on OKL_LEASE_RATE_FACTORS_PVT

Line 508: okl_lease_rate_factors_pvt.delete_lease_rate_factors(p_api_version => p_api_version

504: ,x_lrf); --if not valid then raise error else populate lrf
505: l_gen_lrf_tbl(i).lease_rate_factor := trunc(x_lrf, 4);
506: END LOOP;
507: --delete lrf lines and corressponding levels from the okl_ls_rt_fctr_ents_b and okl_fe_lrs_levels table for this lrs version
508: okl_lease_rate_factors_pvt.delete_lease_rate_factors(p_api_version => p_api_version
509: ,p_init_msg_list => okl_api.g_false
510: ,x_return_status => lx_return_status
511: ,x_msg_count => x_msg_count
512: ,x_msg_data => x_msg_data

Line 680: okl_lease_rate_factors_pvt.handle_lrf_ents(p_api_version => p_api_version

676: IF g_cp_mode = 'Y' THEN
677: fnd_file.put_line(fnd_file.log, 'Inserting into okl_ls_rt_fctr_ents');
678: END IF;
679: --call handlelrf API to insert levels and factors
680: okl_lease_rate_factors_pvt.handle_lrf_ents(p_api_version => p_api_version
681: ,p_init_msg_list => okl_api.g_false
682: ,x_return_status => lx_return_status
683: ,x_msg_count => x_msg_count
684: ,x_msg_data => x_msg_data