DBA Data[Home] [Help]

APPS.HRDPP_CREATE_USER_COLUMN_INSTA dependencies on HR_PUMP_UTILS

Line 205: hr_pump_utils.set_multi_msg_error_flag(true);

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