DBA Data[Home] [Help]

APPS.HRDPP_CREATE_ORGANIZATION dependencies on HR_PUMP_UTILS

Line 424: hr_pump_utils.set_multi_msg_error_flag(true);

420: when hr_multi_message.error_message_exist then
421: if cr%isopen then
422: close cr;
423: end if;
424: hr_pump_utils.set_multi_msg_error_flag(true);
425: when others then
426: if cr%isopen then
427: close cr;
428: end if;