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.2 2008/08/05 12:00:08 ubhat 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.2 2008/08/05 12:00:08 ubhat 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 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;

Line 1750: END HXC_APPROVAL_WF_HELPER;

1746: return;
1747:
1748: End cleanup;
1749: ----------------------------------------------------------------------------------------------------------------
1750: END HXC_APPROVAL_WF_HELPER;
1751: