DBA Data[Home] [Help]

APPS.FND_SIF_UTILS dependencies on WF_CORE

Line 92: wf_core.context('FND_SIF_UTILS', 'Initialize_Error', p_item_type, p_item_key,

88: p_result_out := wf_engine.eng_completed;
89:
90: exception
91: when others then
92: wf_core.context('FND_SIF_UTILS', 'Initialize_Error', p_item_type, p_item_key,
93: p_act_id, p_func_mode);
94: raise;
95: end Initialize_Error;
96: