DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BALANCE_TYPE dependencies on HR_PUMP_UTILS

Line 217: hr_pump_utils.set_multi_msg_error_flag(true);

213: when hr_multi_message.error_message_exist then
214: if cr%isopen then
215: close cr;
216: end if;
217: hr_pump_utils.set_multi_msg_error_flag(true);
218: when others then
219: if cr%isopen then
220: close cr;
221: end if;