DBA Data[Home] [Help]

APPS.ICX_CAT_SQE_PVT dependencies on ICX_CAT_CATEGORIES_TL

Line 600: FROM icx_cat_categories_tl

596: -- now for each category, we have to either get the category itself (if it is an item category)
597: -- or get the list of item categories under it
598: SELECT distinct rt_category_id
599: BULK COLLECT INTO l_category_ids
600: FROM icx_cat_categories_tl
601: WHERE type = 2
602: AND rt_category_id in (SELECT child_category_id
603: FROM icx_cat_browse_trees
604: START WITH parent_category_id = p_category_ids(i)