DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_PERSON_ADDRESS dependencies on HR_PUMP_UTILS

Line 395: hr_pump_utils.set_multi_msg_error_flag(true);

391: when hr_multi_message.error_message_exist then
392: if cr%isopen then
393: close cr;
394: end if;
395: hr_pump_utils.set_multi_msg_error_flag(true);
396: when others then
397: if cr%isopen then
398: close cr;
399: end if;