DBA Data[Home] [Help]

APPS.HRDPP_CREATE_US_EMPLOYEE dependencies on HR_PUMP_UTILS

Line 907: hr_pump_utils.set_multi_msg_error_flag(true);

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