DBA Data[Home] [Help]

APPS.HXC_FIND_NOTIFY_APRS_PKG dependencies on HXC_NOTIFICATION_HELPER

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

2445: open c_appr_comp(l_appl_period_bb_id,l_app_ovn);
2446: fetch c_appr_comp into l_approval_component_id;
2447: close c_appr_comp;
2448:
2449: if(hxc_notification_helper.run_extensions(l_approval_component_id)) then
2450: open csr_get_extension(to_number(l_time_recipient));
2451: fetch csr_get_extension into l_ext_func2;
2452: close csr_get_extension;
2453: