DBA Data[Home] [Help]

APPS.FII_BUDGET_FORECAST_C dependencies on ENI_DENORM_HRCHY

Line 3477: WHERE category_set_id = ENI_DENORM_HRCHY.get_category_set_id;

3473:
3474: IF (l_pcat_enabled_flag = 'Y') THEN
3475: SELECT structure_id INTO p_mtc_structure_id
3476: FROM MTL_CATEGORY_SETS_VL
3477: WHERE category_set_id = ENI_DENORM_HRCHY.get_category_set_id;
3478:
3479: g_phase := 'Validates that all product categories are defined (2)';
3480: FOR rec_csr IN prodCursor LOOP
3481: l_prod_cat_id := rec_csr.prod_category_id;