DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on ICX_ADMIN_SIG

Line 2016: icx_admin_sig.error_screen(c_display_error);

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');
2020: -- c_error_msg := fnd_message.get;