DBA Data[Home] [Help]

APPS.OKL_ECO_PVT dependencies on OKL_FE_CRIT_CAT_DEF_V

Line 374: FROM okl_fe_crit_cat_def_v

370: -- select the ID of the parent record from the parent table
371:
372: CURSOR l_ecc_csr IS
373: SELECT 'x'
374: FROM okl_fe_crit_cat_def_v
375: WHERE crit_cat_def_id = p_crit_cat_def_id;
376:
377: BEGIN
378:

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

404: ,p_token1_value => 'CRIT_CAT_DEF_ID'
405: ,p_token2 => g_child_table_token
406: ,p_token2_value => 'OKL_FE_CRIT_CAT_OBJECTS'
407: ,p_token3 => g_parent_table_token
408: ,p_token3_value => 'OKL_FE_CRIT_CAT_DEF_V');
409: RAISE okl_api.g_exception_error;
410: END IF;
411: RETURN g_ret_sts_success;
412: EXCEPTION