DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SERVICE dependencies on ICX_UTIL

Line 1064: icx_util.add_error(fnd_message.get);

1060: --
1061: EXCEPTION
1062: WHEN g_invalid_responsibility THEN
1063: fnd_message.set_name('PER','HR_SSA_INVALID_RESPONSIBILITY');
1064: icx_util.add_error(fnd_message.get);
1065: icx_admin_sig.error_screen('HRSSA');
1066: end create_process;
1067: -- ----------------------------------------------------------------------------
1068: -- |------------------------------< display_html >----------------------------|