DBA Data[Home] [Help]

APPS.HXC_APPROVAL_WF_HELPER dependencies on WF_CORE

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

1666:
1667: if g_debug then
1668: hr_utility.set_location(l_proc, 999);
1669: end if;
1670: wf_core.context('HCAPPRWFHELPER', 'hxc_approval_wf_helper.prepare_notification',
1671: itemtype, itemkey, to_char(actid), funcmode);
1672: raise;
1673: result := '';
1674: return;

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

1738:
1739: if g_debug then
1740: hr_utility.set_location(l_proc, 999);
1741: end if;
1742: wf_core.context('HCAPPRWFHELPER', 'hxc_approval_wf_helper.cleanup',
1743: itemtype, itemkey, to_char(actid), funcmode);
1744: raise;
1745: result := '';
1746: return;