DBA Data[Home] [Help]

APPS.HRDPP_CREATE_COMPANY_COST_CENT dependencies on HR_PUMP_UTILS

Line 229: hr_pump_utils.set_multi_msg_error_flag(true);

225: when hr_multi_message.error_message_exist then
226: if cr%isopen then
227: close cr;
228: end if;
229: hr_pump_utils.set_multi_msg_error_flag(true);
230: when others then
231: if cr%isopen then
232: close cr;
233: end if;