DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_PERSON dependencies on HR_PUMP_UTILS

Line 970: hr_pump_utils.set_multi_msg_error_flag(true);

966: when hr_multi_message.error_message_exist then
967: if cr%isopen then
968: close cr;
969: end if;
970: hr_pump_utils.set_multi_msg_error_flag(true);
971: when others then
972: if cr%isopen then
973: close cr;
974: end if;