DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CN_APPLICANT dependencies on HR_PUMP_UTILS

Line 832: hr_pump_utils.set_multi_msg_error_flag(true);

828: when hr_multi_message.error_message_exist then
829: if cr%isopen then
830: close cr;
831: end if;
832: hr_pump_utils.set_multi_msg_error_flag(true);
833: when others then
834: if cr%isopen then
835: close cr;
836: end if;