DBA Data[Home] [Help]

APPS.ICX_POR_EXTRACTOR dependencies on ICX_POR_EXTRACTOR

Line 1: PACKAGE BODY ICX_POR_EXTRACTOR AS

1: PACKAGE BODY ICX_POR_EXTRACTOR AS
2: /* $Header: ICXEXTMB.pls 120.2 2008/02/14 20:27:56 aharihar ship $*/
3:
4: gLastRunDate Date;
5:

Line 71: ICX_POR_EXT_UTL.pushError('ICX_POR_EXTRACTOR.setLastRunDates-'||

67:
68: EXCEPTION
69: when others then
70: ICX_POR_EXT_UTL.extRollback;
71: ICX_POR_EXT_UTL.pushError('ICX_POR_EXTRACTOR.setLastRunDates-'||
72: xErrLoc||' '||SQLERRM);
73: raise ICX_POR_EXT_UTL.gException;
74: END setLastRunDates;
75:

Line 335: ICX_POR_EXT_UTL.pushError('ICX_POR_EXTRACTOR.extract-'||

331:
332: EXCEPTION
333: WHEN OTHERS THEN
334: ICX_POR_EXT_UTL.extRollback;
335: ICX_POR_EXT_UTL.pushError('ICX_POR_EXTRACTOR.extract-'||
336: xErrLoc||' '||SQLERRM);
337: ICX_POR_EXT_UTL.printStackTrace;
338: ICX_POR_EXT_UTL.debug(ICX_POR_EXT_UTL.MUST_LEVEL, 'Extractor Stopped');
339: -- popolates interMedia index

Line 420: ICX_POR_EXT_UTL.pushError('ICX_POR_EXTRACTOR.purge-'||xErrLoc);

416:
417: EXCEPTION
418: when ICX_POR_EXT_UTL.gFatalException then
419: ICX_POR_EXT_UTL.extRollback;
420: ICX_POR_EXT_UTL.pushError('ICX_POR_EXTRACTOR.purge-'||xErrLoc);
421: ICX_POR_EXT_UTL.printStackTrace;
422: ICX_POR_EXT_UTL.debug(ICX_POR_EXT_UTL.MUST_LEVEL, 'Purge Stopped');
423: ICX_POR_EXT_UTL.closeLog;
424: raise;

Line 427: ICX_POR_EXT_UTL.pushError('ICX_POR_EXTRACTOR.purge-'||xErrLoc);

423: ICX_POR_EXT_UTL.closeLog;
424: raise;
425: when ICX_POR_EXT_UTL.gException then
426: ICX_POR_EXT_UTL.extRollback;
427: ICX_POR_EXT_UTL.pushError('ICX_POR_EXTRACTOR.purge-'||xErrLoc);
428: ICX_POR_EXT_UTL.printStackTrace;
429: ICX_POR_EXT_UTL.debug(ICX_POR_EXT_UTL.MUST_LEVEL, 'Purge Stopped');
430: ICX_POR_EXT_UTL.closeLog;
431: raise;

Line 434: ICX_POR_EXT_UTL.pushError('ICX_POR_EXTRACTOR.purge-'||

430: ICX_POR_EXT_UTL.closeLog;
431: raise;
432: when others then
433: ICX_POR_EXT_UTL.extRollback;
434: ICX_POR_EXT_UTL.pushError('ICX_POR_EXTRACTOR.purge-'||
435: xErrLoc||' '||SQLERRM);
436: ICX_POR_EXT_UTL.printStackTrace;
437: ICX_POR_EXT_UTL.debug(ICX_POR_EXT_UTL.MUST_LEVEL, 'Purge Stopped');
438: ICX_POR_EXT_UTL.closeLog;

Line 443: END ICX_POR_EXTRACTOR;

439: raise;
440: END purge;
441:
442:
443: END ICX_POR_EXTRACTOR;