DBA Data[Home] [Help]

APPS.HRDPP_CREATE_JOB_GROUP dependencies on HR_PUMP_UTILS

Line 192: hr_pump_utils.set_multi_msg_error_flag(true);

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