DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_WF_PKG dependencies on HXC_FIND_NOTIFY_APRS_PKG

Line 228: l_login := hxc_find_notify_aprs_pkg.get_login(p_person_id => p_person_id);

224: l_proc constant varchar2(61) :='hxc_timekeeper_wf_pkg.set_login';
225: l_login fnd_user.user_name%type;
226: begin
227:
228: l_login := hxc_find_notify_aprs_pkg.get_login(p_person_id => p_person_id);
229:
230: --
231: -- if null returned, timecard owner does not have a self
232: -- service login name, where does notification get sent?

Line 347: avalue => hxc_find_notify_aprs_pkg.get_description_tc(p_tc_bb_id,p_tc_bb_ovn)

343: wf_engine.SetItemAttrText
344: (itemtype => p_itemtype,
345: itemkey => p_itemkey,
346: aname => 'DESCRIPTION',
347: avalue => hxc_find_notify_aprs_pkg.get_description_tc(p_tc_bb_id,p_tc_bb_ovn)
348: );
349:
350: l_total_hours := HXC_TIME_CATEGORY_UTILS_PKG.category_timecard_hrs (
351: p_tbb_id => p_tc_bb_id

Line 457: HXC_FIND_NOTIFY_APRS_PKG.get_login(p_tc_timekeeper_id));

453: process => p_tc_process_name);
454:
455: wf_engine.setitemowner(p_tc_item_type,
456: l_child_item_key,
457: HXC_FIND_NOTIFY_APRS_PKG.get_login(p_tc_timekeeper_id));
458:
459:
460: wf_engine.SetItemAttrNumber
461: (itemtype => p_tc_item_type

Line 608: ,owner => HXC_FIND_NOTIFY_APRS_PKG.get_login(p_tc_resource_id));

604:
605: wf_engine.setitemowner
606: (itemtype => p_item_type
607: ,itemkey => p_item_key
608: ,owner => HXC_FIND_NOTIFY_APRS_PKG.get_login(p_tc_resource_id));
609:
610: wf_engine.StartProcess
611: (itemtype => p_item_type
612: ,itemkey => p_item_key