DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_EMPLOYEE dependencies on HR_PUMP_UTILS

Line 910: hr_pump_utils.set_multi_msg_error_flag(true);

906: when hr_multi_message.error_message_exist then
907: if cr%isopen then
908: close cr;
909: end if;
910: hr_pump_utils.set_multi_msg_error_flag(true);
911: when others then
912: if cr%isopen then
913: close cr;
914: end if;