DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_GB_PERSON_ADDRESS dependencies on HR_PUMP_UTILS

Line 449: hr_pump_utils.set_multi_msg_error_flag(true);

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