DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PRTT_PREM dependencies on HR_PUMP_UTILS

Line 447: hr_pump_utils.set_multi_msg_error_flag(true);

443: when hr_multi_message.error_message_exist then
444: if cr%isopen then
445: close cr;
446: end if;
447: hr_pump_utils.set_multi_msg_error_flag(true);
448: when others then
449: if cr%isopen then
450: close cr;
451: end if;