DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CN_EMPLOYEE dependencies on HR_PUMP_UTILS

Line 924: hr_pump_utils.set_multi_msg_error_flag(true);

920: when hr_multi_message.error_message_exist then
921: if cr%isopen then
922: close cr;
923: end if;
924: hr_pump_utils.set_multi_msg_error_flag(true);
925: when others then
926: if cr%isopen then
927: close cr;
928: end if;