DBA Data[Home] [Help]

APPS.HXC_APPROVAL_WF_HELPER dependencies on WF_CORE

Line 1687: wf_core.context('HCAPPRWFHELPER', 'hxc_approval_wf_helper.prepare_notification',

1683:
1684: if g_debug then
1685: hr_utility.set_location(l_proc, 999);
1686: end if;
1687: wf_core.context('HCAPPRWFHELPER', 'hxc_approval_wf_helper.prepare_notification',
1688: itemtype, itemkey, to_char(actid), funcmode);
1689: raise;
1690: result := '';
1691: return;

Line 1759: wf_core.context('HCAPPRWFHELPER', 'hxc_approval_wf_helper.cleanup',

1755:
1756: if g_debug then
1757: hr_utility.set_location(l_proc, 999);
1758: end if;
1759: wf_core.context('HCAPPRWFHELPER', 'hxc_approval_wf_helper.cleanup',
1760: itemtype, itemkey, to_char(actid), funcmode);
1761: raise;
1762: result := '';
1763: return;