DBA Data[Home] [Help]

APPS.HRDPP_CREATE_ORG_INFORMATION dependencies on HR_PUMP_UTILS

Line 432: hr_pump_utils.set_multi_msg_error_flag(true);

428: when hr_multi_message.error_message_exist then
429: if cr%isopen then
430: close cr;
431: end if;
432: hr_pump_utils.set_multi_msg_error_flag(true);
433: when others then
434: if cr%isopen then
435: close cr;
436: end if;