DBA Data[Home] [Help]

APPS.HRDPP_CREATE_USER_TABLE dependencies on HR_PUMP_UTILS

Line 195: hr_pump_utils.set_multi_msg_error_flag(true);

191: when hr_multi_message.error_message_exist then
192: if cr%isopen then
193: close cr;
194: end if;
195: hr_pump_utils.set_multi_msg_error_flag(true);
196: when others then
197: if cr%isopen then
198: close cr;
199: end if;