DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_PERSON dependencies on HR_PUMP_UTILS

Line 964: hr_pump_utils.set_multi_msg_error_flag(true);

960: when hr_multi_message.error_message_exist then
961: if cr%isopen then
962: close cr;
963: end if;
964: hr_pump_utils.set_multi_msg_error_flag(true);
965: when others then
966: if cr%isopen then
967: close cr;
968: end if;