DBA Data[Home] [Help]

APPS.HXC_NOTIFICATION_PROCESS_PKG dependencies on HXC_FIND_NOTIFY_APRS_PKG

Line 55: HXC_FIND_NOTIFY_APRS_PKG.is_final_apr(

51: l_label := wf_engine.GetActivityLabel ( actid => p_actid);
52:
53: if l_label = 'APPROVAL_NOTIFICATION:APPROVED_BY_APR_INACTION' then
54:
55: HXC_FIND_NOTIFY_APRS_PKG.is_final_apr(
56: p_itemtype ,
57: p_itemkey ,
58: p_actid ,
59: p_funcmode ,

Line 236: avalue => hxc_find_notify_aprs_pkg.get_description(l_app_bb_id));

232: wf_engine.SetItemAttrText
233: (itemtype => p_itemtype,
234: itemkey => p_itemkey,
235: aname => 'DESCRIPTION',
236: avalue => hxc_find_notify_aprs_pkg.get_description(l_app_bb_id));
237:
238: l_total_hours:= HXC_FIND_NOTIFY_APRS_PKG.category_timecard_hrs(l_app_bb_id,'');
239: wf_engine.SetItemAttrNumber(
240: itemtype => p_itemtype,

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

234: itemkey => p_itemkey,
235: aname => 'DESCRIPTION',
236: avalue => hxc_find_notify_aprs_pkg.get_description(l_app_bb_id));
237:
238: l_total_hours:= HXC_FIND_NOTIFY_APRS_PKG.category_timecard_hrs(l_app_bb_id,'');
239: wf_engine.SetItemAttrNumber(
240: itemtype => p_itemtype,
241: itemkey => p_itemkey,
242: aname => 'TOTAL_TC_HOURS',

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

741: itemkey => l_item_key,
742: process => l_process_name);
743: wf_engine.setitemowner(p_itemtype,
744: p_item_key,
745: HXC_FIND_NOTIFY_APRS_PKG.get_login(p_person_id=>l_tc_resource_id,
746: p_user_id => l_last_updated_by)
747: );
748:
749: open c_csr_get_appl_periods(l_app_bb_id,l_app_bb_ovn);