DBA Data[Home] [Help]

APPS.HRDPP_CREATE_OUTCOME dependencies on HR_PUMP_UTILS

Line 455: hr_pump_utils.set_multi_msg_error_flag(true);

451: when hr_multi_message.error_message_exist then
452: if cr%isopen then
453: close cr;
454: end if;
455: hr_pump_utils.set_multi_msg_error_flag(true);
456: when others then
457: if cr%isopen then
458: close cr;
459: end if;