DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_EMPLOYEE dependencies on HR_PUMP_UTILS

Line 916: hr_pump_utils.set_multi_msg_error_flag(true);

912: when hr_multi_message.error_message_exist then
913: if cr%isopen then
914: close cr;
915: end if;
916: hr_pump_utils.set_multi_msg_error_flag(true);
917: when others then
918: if cr%isopen then
919: close cr;
920: end if;