DBA Data[Home] [Help]

APPS.HXC_NOTIFICATION_PROCESS_PKG dependencies on HXC_FIND_NOTIFY_APRS_PKG

Line 106: HXC_FIND_NOTIFY_APRS_PKG.is_final_apr(

102: l_label := wf_engine.GetActivityLabel ( actid => p_actid);
103:
104: if l_label = 'APPROVAL_NOTIFICATION:APPROVED_BY_APR_INACTION' then
105:
106: HXC_FIND_NOTIFY_APRS_PKG.is_final_apr(
107: p_itemtype ,
108: p_itemkey ,
109: p_actid ,
110: p_funcmode ,

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

283: wf_engine.SetItemAttrText
284: (itemtype => p_itemtype,
285: itemkey => p_itemkey,
286: aname => 'DESCRIPTION',
287: avalue => hxc_find_notify_aprs_pkg.get_description(l_app_bb_id));
288:
289: l_total_hours:= HXC_FIND_NOTIFY_APRS_PKG.category_timecard_hrs(l_app_bb_id,'');
290: wf_engine.SetItemAttrNumber(
291: itemtype => p_itemtype,

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

285: itemkey => p_itemkey,
286: aname => 'DESCRIPTION',
287: avalue => hxc_find_notify_aprs_pkg.get_description(l_app_bb_id));
288:
289: l_total_hours:= HXC_FIND_NOTIFY_APRS_PKG.category_timecard_hrs(l_app_bb_id,'');
290: wf_engine.SetItemAttrNumber(
291: itemtype => p_itemtype,
292: itemkey => p_itemkey,
293: aname => 'TOTAL_TC_HOURS',

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

792: itemkey => l_item_key,
793: process => l_process_name);
794: wf_engine.setitemowner(p_itemtype,
795: p_item_key,
796: HXC_FIND_NOTIFY_APRS_PKG.get_login(p_person_id=>l_tc_resource_id,
797: p_user_id => l_last_updated_by)
798: );
799:
800: open c_csr_get_appl_periods(l_app_bb_id,l_app_bb_ovn);