DBA Data[Home] [Help]

APPS.ICX_CAT_FPI_UPGRADE dependencies on ICX_CAT_FPI_UPGRADE

Line 1: PACKAGE BODY ICX_CAT_FPI_UPGRADE AS

1: PACKAGE BODY ICX_CAT_FPI_UPGRADE AS
2: /* $Header: ICXUPGIB.pls 120.0.12020000.2 2013/02/12 11:16:12 bpulivar ship $*/
3:
4: --------------------------------------------------------------
5: -- Cursors and Types --

Line 1998: 'ICX_CAT_FPI_UPGRADE.upgrade-' ||xErrLoc ||

1994: EXCEPTION
1995: WHEN snap_shot_too_old THEN
1996: ICX_POR_EXT_UTL.debug(ICX_POR_EXT_UTL.MUST_LEVEL,
1997: 'ORA-01555: snapshot too old: caught at ' ||
1998: 'ICX_CAT_FPI_UPGRADE.upgrade-' ||xErrLoc ||
1999: ', SQLERRM:' ||SQLERRM ||
2000: '; so close the cursor and repoen the cursor');
2001: xErrLoc := 282;
2002: ICX_POR_EXT_UTL.extAFCommit;

Line 2661: END ICX_CAT_FPI_UPGRADE;

2657: ICX_POR_EXT_UTL.printStackTrace;
2658: raise_application_error(-20000, gReturnErr);
2659: END upgrade;
2660:
2661: END ICX_CAT_FPI_UPGRADE;