DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on ICX_UTIL

Line 2015: icx_util.add_error(c_display_error);

2011: --let normal failure occur.
2012: n_error_num := SQLCODE;
2013: c_error_msg := SQLERRM;
2014: select substr(c_error_msg,12,512) into c_display_error from dual;
2015: icx_util.add_error(c_display_error);
2016: icx_admin_sig.error_screen(c_display_error);
2017:
2018: -- fnd_message.set_name('ICX','ICX_DATA_INCORRECT');
2019: -- fnd_message.set_name('ICX','ICX_INVALID_FUNCTION');

Line 2304: icx_util.error_page_setup; --clean out artifact errors -- mputman 1574527

2300: c_error_msg varchar2(2000);
2301: c_login_msg varchar2(2000);
2302:
2303: begin
2304: icx_util.error_page_setup; --clean out artifact errors -- mputman 1574527
2305: -- nlbarlow 1574527
2306: if icx_sec.g_validateSession_flag
2307: then
2308: