DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_USER_COLUMN_INSTA dependencies on HR_PUMP_UTILS

Line 207: hr_pump_utils.set_multi_msg_error_flag(true);

203: when hr_multi_message.error_message_exist then
204: if cr%isopen then
205: close cr;
206: end if;
207: hr_pump_utils.set_multi_msg_error_flag(true);
208: when others then
209: if cr%isopen then
210: close cr;
211: end if;