DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_GB_PERSON_ADDRESS dependencies on HR_PUMP_UTILS

Line 444: hr_pump_utils.set_multi_msg_error_flag(true);

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