DBA Data[Home] [Help]

APPS.PQH_AME_APPROVALS dependencies on WF_CORE

Line 225: wf_core.context(g_package,'mark_elctbl_chc_approved',p_itemType,p_itemKey);

221:
222: hr_utility.set_location(' Leaving:'||l_proc, 10);
223: Exception
224: When Others Then
225: wf_core.context(g_package,'mark_elctbl_chc_approved',p_itemType,p_itemKey);
226: Raise;
227: END;
228:
229: -- ---------------------------------------------------------------------------

Line 256: wf_core.context(g_package,'mark_elctbl_chc_rejected',p_itemType,p_itemKey);

252: p_result := 'COMPLETE:T';
253: hr_utility.set_location(' Leaving:'||l_proc, 10);
254: Exception
255: When Others Then
256: wf_core.context(g_package,'mark_elctbl_chc_rejected',p_itemType,p_itemKey);
257: Raise;
258: END mark_elctbl_chc_rejected;
259: --
260: PROCEDURE unmark_wf_flag_for_elctbl_chc (

Line 292: wf_core.context(g_package,'unmark_wf_flag_for_elctbl_chc',p_itemType,p_itemKey);

288: --
289: hr_utility.set_location(' Leaving:'||l_proc, 10);
290: Exception
291: When Others Then
292: wf_core.context(g_package,'unmark_wf_flag_for_elctbl_chc',p_itemType,p_itemKey);
293: Raise;
294: END unmark_wf_flag_for_elctbl_chc;
295:
296: