DBA Data[Home] [Help]

APPS.ICX_CAT_POPULATE_CATG_PVT dependencies on ICX_CAT_POPULATE_MI_PVT

Line 369: ICX_CAT_POPULATE_MI_PVT.populateCategoryItems(gInsPOCategoryIdTbl);

365: -- Or if the category was re-activated
366: -- then addItemCategories should also take care of populating the master items for the category.
367: IF ( gInsPOCategoryIdTbl.COUNT > 0 ) THEN
368: l_err_loc := 200;
369: ICX_CAT_POPULATE_MI_PVT.populateCategoryItems(gInsPOCategoryIdTbl);
370: END IF;
371:
372: l_err_loc := 300;
373: clearTables(l_action_mode);