DBA Data[Home] [Help]

APPS.OKL_ECL_PVT dependencies on OKL_FE_CRIT_CAT_DEF_V

Line 321: FROM okl_fe_crit_cat_def_v

317: -- select the ID of the parent record from the parent table
318:
319: CURSOR l_ecc_csr IS
320: SELECT 'x'
321: FROM okl_fe_crit_cat_def_v
322: WHERE crit_cat_def_id = p_crit_cat_def_id;
323:
324: BEGIN
325:

Line 354: ,p_token3_value => 'OKL_FE_CRIT_CAT_DEF_V');

350: ,p_token1_value => 'CRIT_CAT_DEF_ID'
351: ,p_token2 => g_child_table_token
352: ,p_token2_value => 'OKL_FE_CRITERIA'
353: ,p_token3 => g_parent_table_token
354: ,p_token3_value => 'OKL_FE_CRIT_CAT_DEF_V');
355: RAISE okl_api.g_exception_error;
356: END IF;
357: RETURN g_ret_sts_success;
358: EXCEPTION