DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PERSON_EXTRA_INFO dependencies on HR_PUMP_UTILS

Line 489: hr_pump_utils.set_multi_msg_error_flag(true);

485: when hr_multi_message.error_message_exist then
486: if cr%isopen then
487: close cr;
488: end if;
489: hr_pump_utils.set_multi_msg_error_flag(true);
490: when others then
491: if cr%isopen then
492: close cr;
493: end if;