DBA Data[Home] [Help]

APPS.HRDPP_CREATE_MX_CONTACT dependencies on HR_PUMP_UTILS

Line 946: hr_pump_utils.set_multi_msg_error_flag(true);

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