DBA Data[Home] [Help]

APPS.HXC_APPROVAL_WF_HELPER dependencies on HXC_APPROVAL_WF_HELPER

Line 1: Package Body HXC_APPROVAL_WF_HELPER as

1: Package Body HXC_APPROVAL_WF_HELPER as
2: /* $Header: hxcaprwfhelper.pkb 120.12.12010000.4 2010/01/20 12:34:30 amakrish ship $ */
3: g_pkg constant varchar2(30) := 'hxc_approval_wf_helper.';
4: g_debug boolean :=hr_utility.debug_enabled;
5:

Line 3: g_pkg constant varchar2(30) := 'hxc_approval_wf_helper.';

1: Package Body HXC_APPROVAL_WF_HELPER as
2: /* $Header: hxcaprwfhelper.pkb 120.12.12010000.4 2010/01/20 12:34:30 amakrish ship $ */
3: g_pkg constant varchar2(30) := 'hxc_approval_wf_helper.';
4: g_debug boolean :=hr_utility.debug_enabled;
5:
6: -- This will determine the error admin role
7: FUNCTION find_admin_role(

Line 519: aname => hxc_approval_wf_helper.c_action_code_attribute,

515:
516: p_notif_action_code := wf_engine.getitemattrtext
517: (itemtype => p_item_type ,
518: itemkey => p_item_key ,
519: aname => hxc_approval_wf_helper.c_action_code_attribute,
520: ignore_notfound => true);
521:
522: p_notif_recipient_code := wf_engine.getitemattrtext
523: (itemtype => p_item_type,

Line 525: aname => hxc_approval_wf_helper.c_recipient_code_attribute,

521:
522: p_notif_recipient_code := wf_engine.getitemattrtext
523: (itemtype => p_item_type,
524: itemkey => p_item_key ,
525: aname => hxc_approval_wf_helper.c_recipient_code_attribute,
526: ignore_notfound => true);
527:
528: --The approval component id is derived from a CURSOR c_based on the passed application building block id.
529:

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;

Line 1767: END HXC_APPROVAL_WF_HELPER;

1763: return;
1764:
1765: End cleanup;
1766: ----------------------------------------------------------------------------------------------------------------
1767: END HXC_APPROVAL_WF_HELPER;
1768: