DBA Data[Home] [Help]

APPS.ICX_POR_EXTRACTOR dependencies on ICX_POR_EXT_PURGE

Line 273: ICX_POR_EXT_PURGE.purgeClassificationData;

269: end if;
270:
271: -- purge classification data
272: xErrLoc := 440;
273: ICX_POR_EXT_PURGE.purgeClassificationData;
274: elsif (pType = 'ITEM') then -- ITEMS
275: xErrLoc := 450;
276: -- Bug#2273120 - srmani : Message to Recompile FlexFields.
277: -- Check if flex field 'System Items' is compiled successfully

Line 408: ICX_POR_EXT_PURGE.purgeClassificationData;

404: 'BEGIN Purge: system process id ' || gSpid);
405:
406: -- purge classification data
407: xErrLoc := 300;
408: ICX_POR_EXT_PURGE.purgeClassificationData;
409:
410: -- purge item data
411: xErrLoc := 300;
412: ICX_POR_EXT_PURGE.purgeItemData;

Line 412: ICX_POR_EXT_PURGE.purgeItemData;

408: ICX_POR_EXT_PURGE.purgeClassificationData;
409:
410: -- purge item data
411: xErrLoc := 300;
412: ICX_POR_EXT_PURGE.purgeItemData;
413:
414: ICX_POR_EXT_UTL.debug(ICX_POR_EXT_UTL.MUST_LEVEL, 'END Purge');
415: ICX_POR_EXT_UTL.closeLog;
416: