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 3400: htp.p(dbms_utility.format_error_stack);

3396:
3397: exception
3398: when others then
3399: -- htp.p(SQLERRM);
3400: htp.p(dbms_utility.format_error_stack);
3401: end;
3402:
3403: function getsessioncookie(p_ticket in varchar2) return number is
3404:

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

3459:
3460: exception
3461: when others then
3462: -- htp.p(SQLERRM);
3463: htp.p(dbms_utility.format_error_stack);
3464: return -1;
3465: end;
3466:
3467: -- ***********************************************

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

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

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

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

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

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