DBA Data[Home] [Help]

APPS.HXC_APPROVAL_WF_PKG dependencies on HXC_FIND_NOTIFY_APRS_PKG

Line 3690: HXC_FIND_NOTIFY_APRS_PKG.get_login(p_person_id=>l_tc_resource_id,

3686: itemkey => l_item_key,
3687: process => l_process_name);
3688: wf_engine.setitemowner(itemtype,
3689: l_item_key,
3690: HXC_FIND_NOTIFY_APRS_PKG.get_login(p_person_id=>l_tc_resource_id,
3691: p_user_id => l_last_updated_by)
3692: );
3693: if g_debug then
3694: hr_utility.set_location(l_proc, 260);

Line 5675: l_total_hours:= HXC_FIND_NOTIFY_APRS_PKG.category_timecard_hrs(l_app_bb_id,'');

5671: aname => 'APP_BB_ID');
5672:
5673: if l_is_blank = 'Y' then
5674:
5675: l_total_hours:= HXC_FIND_NOTIFY_APRS_PKG.category_timecard_hrs(l_app_bb_id,'');
5676:
5677: wf_engine.SetItemAttrNumber(
5678: itemtype => itemtype,
5679: itemkey => itemkey,