DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on DBMS_UTILITY

Line 772: htp.p(dbms_utility.format_error_stack);

768: return -1;
769:
770: when others then
771: -- htp.p(SQLERRM);
772: htp.p(dbms_utility.format_error_stack);
773: return -1;
774: end;
775:
776:

Line 821: htp.p(dbms_utility.format_error_stack);

817:
818: exception
819: when others then
820: -- htp.p(SQLERRM);
821: htp.p(dbms_utility.format_error_stack);
822: return -1;
823: end;
824:
825: -- ***********************************************

Line 886: htp.p(dbms_utility.format_error_stack);

882:
883: exception
884: when others then
885: -- htp.p(SQLERRM);
886: htp.p(dbms_utility.format_error_stack);
887: return -1;
888: end;
889: -- ***********************************************
890: -- Procedure SeverLevel

Line 962: htp.p(dbms_utility.format_error_stack);

958:
959: exception
960: when others then
961: -- htp.p(SQLERRM);
962: htp.p(dbms_utility.format_error_stack);
963: end;
964:
965: -- ***********************************************
966: -- Function NewSession

Line 1024: htp.p(dbms_utility.format_error_stack);

1020:
1021: exception
1022: when others then
1023: -- htp.p(SQLERRM);
1024: htp.p(dbms_utility.format_error_stack);
1025: return -1;
1026: end;
1027:
1028: -- ***********************************************

Line 1243: htp.p(dbms_utility.format_error_stack);

1239:
1240: exception
1241: when others then
1242: -- htp.p(SQLERRM);
1243: htp.p(dbms_utility.format_error_stack);
1244: return FALSE;
1245: end;
1246:
1247: -- ***********************************************

Line 1291: htp.p(dbms_utility.format_error_stack);

1287: exception
1288: when others
1289: then
1290: -- htp.p(SQLERRM);
1291: htp.p(dbms_utility.format_error_stack);
1292: p_success := FALSE;
1293: end;
1294:
1295:

Line 1461: htp.p(dbms_utility.format_error_stack);

1457: exception
1458: when others
1459: then
1460: -- htp.p(SQLERRM);
1461: htp.p(dbms_utility.format_error_stack);
1462:
1463: end setSessionPrivate;
1464:
1465: -- **************************************************

Line 1821: c_error_msg := dbms_utility.format_error_stack;

1817: -- c_login_msg := fnd_message.get;
1818:
1819: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
1820: c_login_msg := fnd_message.get;
1821: c_error_msg := dbms_utility.format_error_stack;
1822:
1823: if g_session_id is not null
1824: then
1825: update icx_sessions

Line 2385: c_error_msg := dbms_utility.format_error_stack;

2381: end if;
2382: --Bug 3957805
2383: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
2384: c_login_msg := fnd_message.get;
2385: c_error_msg := dbms_utility.format_error_stack;
2386:
2387: OracleApps.displayLogin(c_login_msg||' '||c_error_msg,'IC','Y');
2388: return FALSE;
2389: else

Line 2426: htp.p(dbms_utility.format_error_stack);

2422: return true;
2423: exception
2424: when others then
2425: -- htp.p(SQLERRM);
2426: htp.p(dbms_utility.format_error_stack);
2427: return false;
2428: end;
2429:
2430: -- ***********************************************

Line 3379: htp.p(dbms_utility.format_error_stack);

3375:
3376: exception
3377: when others then
3378: -- htp.p(SQLERRM);
3379: htp.p(dbms_utility.format_error_stack);
3380: end;
3381:
3382: function getsessioncookie(p_ticket in varchar2) return number is
3383:

Line 3442: htp.p(dbms_utility.format_error_stack);

3438:
3439: exception
3440: when others then
3441: -- htp.p(SQLERRM);
3442: htp.p(dbms_utility.format_error_stack);
3443: return -1;
3444: end;
3445:
3446: -- ***********************************************

Line 3552: htp.p(dbms_utility.format_error_stack);

3548:
3549: exception
3550: when others then
3551: -- htp.p(SQLERRM);
3552: htp.p(dbms_utility.format_error_stack);
3553: return -1;
3554:
3555:
3556: end;

Line 3975: htp.p(dbms_utility.format_error_stack);

3971:
3972: exception
3973: when others then
3974: -- return SQLERRM;
3975: htp.p(dbms_utility.format_error_stack);
3976:
3977: end;
3978:
3979: -- added for 1574527 mputman

Line 4025: htp.p(dbms_utility.format_error_stack);

4021:
4022: EXCEPTION
4023: WHEN OTHERS THEN
4024: -- htp.p(SQLERRM);
4025: htp.p(dbms_utility.format_error_stack);
4026:
4027: END;
4028:
4029: