DBA Data[Home] [Help]

APPS.HRDPP_CREATE_GB_PERSON_ADDRESS dependencies on HR_PUMP_UTILS

Line 483: hr_pump_utils.set_multi_msg_error_flag(true);

479: when hr_multi_message.error_message_exist then
480: if cr%isopen then
481: close cr;
482: end if;
483: hr_pump_utils.set_multi_msg_error_flag(true);
484: when others then
485: if cr%isopen then
486: close cr;
487: end if;