DBA Data[Home] [Help]

APPS.HRDPP_DELETE_JOB_GROUP dependencies on HR_PUMP_UTILS

Line 165: hr_pump_utils.set_multi_msg_error_flag(true);

161: when hr_multi_message.error_message_exist then
162: if cr%isopen then
163: close cr;
164: end if;
165: hr_pump_utils.set_multi_msg_error_flag(true);
166: when others then
167: if cr%isopen then
168: close cr;
169: end if;