DBA Data[Home] [Help]

APPS.AS_INT_TYP_COD_MIGRATION dependencies on ENI_PROD_DEN_HRCHY_PARENTS_V

Line 259: from eni_prod_den_hrchy_parents_v

255: order by P.query_param_id;
256:
257: CURSOR C_Prod_Cat_Desc(c_product_category_id NUMBER, c_product_cat_set_id NUMBER) IS
258: select concat_cat_parentage
259: from eni_prod_den_hrchy_parents_v
260: where category_id = c_product_category_id
261: and category_set_id = c_product_cat_set_id
262: and language = userenv('lang');
263: