DBA Data[Home] [Help]

APPS.OKL_LRL_PVT dependencies on OKL_LS_RT_FCTR_ENTS

Line 521: FROM okl_ls_rt_fctr_ents

517: -- select the ID of the parent record from the parent table
518:
519: CURSOR l_lrf_csr IS
520: SELECT 'x'
521: FROM okl_ls_rt_fctr_ents
522: WHERE id = p_rate_set_factor_id;
523:
524: BEGIN
525:

Line 547: ,p_token3_value => 'OKL_LS_RT_FCTR_ENTS');

543: ,p_token1_value => 'RATE_SET_FACTOR_ID'
544: ,p_token2 => g_child_table_token
545: ,p_token2_value => 'OKL_FE_RATE_SET_LEVELS'
546: ,p_token3 => g_parent_table_token
547: ,p_token3_value => 'OKL_LS_RT_FCTR_ENTS');
548: RAISE okl_api.g_exception_error;
549: END IF;
550: END IF;
551: RETURN g_ret_sts_success;