DBA Data[Home] [Help]

APPS.HXC_FIND_NOTIFY_APRS_PKG dependencies on HXC_NOTIFICATION_HELPER

Line 2308: if(hxc_notification_helper.run_extensions(l_approval_component_id)) then

2304: open c_appr_comp(l_appl_period_bb_id,l_app_ovn);
2305: fetch c_appr_comp into l_approval_component_id;
2306: close c_appr_comp;
2307:
2308: if(hxc_notification_helper.run_extensions(l_approval_component_id)) then
2309: open csr_get_extension(to_number(l_time_recipient));
2310: fetch csr_get_extension into l_ext_func2;
2311: close csr_get_extension;
2312: