DBA Data[Home] [Help]

APPS.HRDPP_CREATE_SIT dependencies on HR_PUMP_UTILS

Line 549: hr_pump_utils.set_multi_msg_error_flag(true);

545: when hr_multi_message.error_message_exist then
546: if cr%isopen then
547: close cr;
548: end if;
549: hr_pump_utils.set_multi_msg_error_flag(true);
550: when others then
551: if cr%isopen then
552: close cr;
553: end if;