DBA Data[Home] [Help]

APPS.PN_PROFILE_UPGRADE dependencies on APP_EXCEPTION

Line 216: app_exception.raise_exception;

212:
213: EXCEPTION
214: WHEN OTHERS THEN
215: raise_application_error(-20001,'Error while ' || l_info_text || to_char(sqlcode));
216: app_exception.raise_exception;
217: END;
218:
219:
220: /*-----------------------------------------------------------------------------

Line 418: app_exception.raise_exception;

414: EXCEPTION
415: WHEN OTHERS THEN
416: l_info_text := SQLERRM;
417: raise_application_error(-20001,'Error while ' || l_info_text || to_char(sqlcode));
418: app_exception.raise_exception;
419: END;
420:
421:
422: /*-----------------------------------------------------------------------------

Line 497: app_exception.raise_exception;

493:
494: EXCEPTION
495: WHEN OTHERS THEN
496: raise_application_error(-20001,'Error while ' || l_info_text || to_char(sqlcode));
497: app_exception.raise_exception;
498:
499: END init_lookup_vars_migr;
500:
501:

Line 602: app_exception.raise_exception;

598:
599: EXCEPTION
600: WHEN OTHERS THEN
601: raise_application_error(-20001,'Error while ' || l_info_text || to_char(sqlcode));
602: app_exception.raise_exception;
603:
604: END update_profile_tbl;
605:
606: END pn_profile_upgrade;