DBA Data[Home] [Help]

APPS.HXC_APPROVAL_WF_PKG dependencies on HXC_FIND_NOTIFY_APRS_PKG

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

4331: itemkey => l_item_key,
4332: process => l_process_name);
4333: wf_engine.setitemowner(itemtype,
4334: l_item_key,
4335: HXC_FIND_NOTIFY_APRS_PKG.get_login(p_person_id=>l_tc_resource_id,
4336: p_user_id => l_last_updated_by)
4337: );
4338: if g_debug then
4339: hr_utility.set_location(l_proc, 260);

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

6362: hr_utility.trace('is_different_time_category l_app_bb_id ::'||l_app_bb_id);
6363:
6364: if l_is_blank = 'Y' then
6365:
6366: l_total_hours:= HXC_FIND_NOTIFY_APRS_PKG.category_timecard_hrs(l_app_bb_id,'');
6367:
6368: wf_engine.SetItemAttrNumber(
6369: itemtype => itemtype,
6370: itemkey => itemkey,