DBA Data[Home] [Help]

APPS.HR_PERSON_INFO_UTIL_SS dependencies on WF_CORE

Line 292: wf_core.Context

288: return;
289: end if;
290: exception
291: when others then
292: wf_core.Context
293: (g_package, 'process_action', p_item_type, p_item_key, to_char(p_actid), p_funcmode);
294: raise;
295: END process_action;
296: