DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PERSON_LIFE_EVENT dependencies on HR_PUMP_UTILS

Line 599: hr_pump_utils.set_multi_msg_error_flag(true);

595: when hr_multi_message.error_message_exist then
596: if cr%isopen then
597: close cr;
598: end if;
599: hr_pump_utils.set_multi_msg_error_flag(true);
600: when others then
601: if cr%isopen then
602: close cr;
603: end if;