DBA Data[Home] [Help]

APPS.HR_PERSON_INFO_UTIL_SS dependencies on WF_CORE

Line 291: wf_core.Context

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