DBA Data[Home] [Help]

APPS.ICX_POR_EXT_CLASS dependencies on ICX_POR_EXT_CLASS

Line 1: PACKAGE BODY ICX_POR_EXT_CLASS AS

1: PACKAGE BODY ICX_POR_EXT_CLASS AS
2: /* $Header: ICXEXTCB.pls 115.28 2004/03/31 18:46:06 vkartik ship $*/
3:
4: --------------------------------------------------------------
5: -- Type and Cursor --

Line 253: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.addCategories-'||

249: clearTables('ADD');
250:
251: EXCEPTION
252: when others then
253: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.addCategories-'||
254: xErrLoc||' '||SQLERRM);
255: ICX_POR_EXT_UTL.pushError(snapShot(SQL%ROWCOUNT+1, xMode));
256: -- rollback;
257: ICX_POR_EXT_UTL.extRollback;

Line 364: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.updateCategories-'||

360: IF (cRebuildItems%ISOPEN) THEN
361: CLOSE cRebuildItems;
362: END IF;
363:
364: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.updateCategories-'||
365: xErrLoc||' '||SQLERRM);
366: ICX_POR_EXT_UTL.pushError(snapShot(SQL%ROWCOUNT+1, xMode));
367:
368: ICX_POR_EXT_UTL.extRollback;

Line 435: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.processBatchData-'||

431: when ICX_POR_EXT_UTL.gException then
432: -- rollback;
433: ICX_POR_EXT_UTL.extRollback;
434:
435: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.processBatchData-'||
436: xErrLoc);
437: raise ICX_POR_EXT_UTL.gException;
438: when others then
439: -- rollback;

Line 442: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.processBatchData-'||

438: when others then
439: -- rollback;
440: ICX_POR_EXT_UTL.extRollback;
441:
442: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.processBatchData-'||
443: xErrLoc||' '||SQLERRM);
444: raise ICX_POR_EXT_UTL.gException;
445: END processBatchData;
446:

Line 640: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.openClassCursor-'||

636: when ICX_POR_EXT_UTL.gException then
637: -- rollback;
638: ICX_POR_EXT_UTL.extRollback;
639:
640: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.openClassCursor-'||
641: xErrLoc);
642: raise ICX_POR_EXT_UTL.gException;
643: when others then
644: -- rollback;

Line 647: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.openClassCursor-'||

643: when others then
644: -- rollback;
645: ICX_POR_EXT_UTL.extRollback;
646:
647: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.openClassCursor-'||
648: xErrLoc||' '||SQLERRM);
649: raise ICX_POR_EXT_UTL.gException;
650: END openClassCursor;
651:

Line 837: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.processClassRecords-'||

833: when ICX_POR_EXT_UTL.gException then
834: -- rollback;
835: ICX_POR_EXT_UTL.extRollback;
836:
837: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.processClassRecords-'||
838: xErrLoc);
839: raise ICX_POR_EXT_UTL.gException;
840: when others then
841: -- rollback;

Line 844: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.processClassRecords-'||

840: when others then
841: -- rollback;
842: ICX_POR_EXT_UTL.extRollback;
843:
844: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.processClassRecords-'||
845: xErrLoc||' '||SQLERRM);
846: raise ICX_POR_EXT_UTL.gException;
847: END processClassRecords;
848:

Line 907: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.extractClassificationData-'||

903: IF (cClass%ISOPEN) THEN
904: CLOSE cClass;
905: END IF;
906:
907: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.extractClassificationData-'||
908: xErrLoc);
909: raise ICX_POR_EXT_UTL.gException;
910: when others then
911: -- rollback;

Line 918: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.extractClassificationData-'||

914: IF (cClass%ISOPEN) THEN
915: CLOSE cClass;
916: END IF;
917:
918: ICX_POR_EXT_UTL.pushError('ICX_POR_EXT_CLASS.extractClassificationData-'||
919: xErrLoc||' '||SQLERRM);
920: raise ICX_POR_EXT_UTL.gException;
921: END extractClassificationData;
922:

Line 924: END ICX_POR_EXT_CLASS;

920: raise ICX_POR_EXT_UTL.gException;
921: END extractClassificationData;
922:
923:
924: END ICX_POR_EXT_CLASS;