DBA Data[Home] [Help]

APPS.HRDPP_CREATE_APPLICANT dependencies on HR_PUMP_UTILS

Line 948: hr_pump_utils.set_multi_msg_error_flag(true);

944: when hr_multi_message.error_message_exist then
945: if cr%isopen then
946: close cr;
947: end if;
948: hr_pump_utils.set_multi_msg_error_flag(true);
949: when others then
950: if cr%isopen then
951: close cr;
952: end if;