DBA Data[Home] [Help]

APPS.ORACLEAPPS dependencies on DBMS_UTILITY

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

1107:
1108: exception
1109: when others then
1110: --htp.p(SQLERRM);
1111: htp.p(dbms_utility.format_error_stack);
1112:
1113: end;
1114:
1115:

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

1277:
1278: exception
1279: when others then
1280: -- htp.p(SQLERRM);
1281: htp.p(dbms_utility.format_error_stack);
1282:
1283: end;
1284:
1285: procedure redirectURL(i_1 in varchar2,

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

1385:
1386: exception
1387: when others then
1388: -- htp.p(SQLERRM);
1389: htp.p(dbms_utility.format_error_stack);
1390:
1391: end;
1392:
1393:

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

2320: icx_admin_sig.error_screen(err_mesg);
2321:
2322: when others then
2323: --htp.p(SQLERRM);
2324: htp.p(dbms_utility.format_error_stack);
2325:
2326: end;
2327:
2328: -- ***********************************************

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

2508: exception
2509: when others then
2510: icx_sec.g_validateSession_flag := true;
2511: --htp.p(SQLERRM);
2512: htp.p(dbms_utility.format_error_stack);
2513: end;
2514:
2515: -- ***********************************************
2516: -- procedure runFunction

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

4094: end if;
4095: exception
4096: when others then
4097: --htp.p(SQLERRM);
4098: htp.p(dbms_utility.format_error_stack);
4099:
4100: /*
4101: fnd_message.set_name('ICX','ICX_SESSION_FAILED');
4102: c_error_msg := fnd_message.get;

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

4231: end if;
4232: exception
4233: when others then
4234: --htp.p(SQLERRM);
4235: htp.p(dbms_utility.format_error_stack);
4236: end;
4237:
4238: -- ***********************************************
4239: -- Procedure updateNewPassword

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

4336: end if;
4337: exception
4338: when others then
4339: --htp.p(SQLERRM);
4340: htp.p(dbms_utility.format_error_stack);
4341: end;
4342:
4343: procedure icxLogin (rmode in number,
4344: i_1 in varchar2,

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

4363:
4364: exception
4365: when others then
4366: -- htp.p(SQLERRM);
4367: htp.p(dbms_utility.format_error_stack);
4368: end;
4369:
4370: procedure DF(i_direct IN VARCHAR2,
4371: i_mode IN NUMBER)

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

4610: htp.p('');
4611: exception
4612: when others then
4613: -- htp.p(SQLERRM);
4614: htp.p(dbms_utility.format_error_stack);
4615: end;
4616:
4617: -- ***********************************************
4618: -- Procedure convertSession

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

4955: when others then
4956: rollback;
4957: icx_sec.g_prog_appl_id := -1;
4958: -- htp.p(SQLERRM);
4959: htp.p(dbms_utility.format_error_stack);
4960: end;
4961:
4962:
4963: end OracleApps;