DBA Data[Home] [Help]

APPS.ICX_POR_SCHEMA_UPGRADE dependencies on ICX_POR_SCHEMA_UPLOAD

Line 220: ICX_POR_SCHEMA_UPLOAD.assign_all_section_tags(l_category_ids(i));

216: -- Loop through all the genus category
217: for i in 1..l_category_ids.COUNT loop
218: l_loc := 300+i;
219:
220: ICX_POR_SCHEMA_UPLOAD.assign_all_section_tags(l_category_ids(i));
221:
222: ICX_POR_EXT_UTL.debug(ICX_POR_EXT_UTL.MUST_LEVEL, 'Assigning section tag and section map for rt_category_id = '|| l_category_ids(i));
223:
224: end loop;