DBA Data[Home] [Help]

APPS.HRDPP_DELETE_BAL_TYPE dependencies on HR_PUMP_UTILS

Line 170: hr_pump_utils.set_multi_msg_error_flag(true);

166: when hr_multi_message.error_message_exist then
167: if cr%isopen then
168: close cr;
169: end if;
170: hr_pump_utils.set_multi_msg_error_flag(true);
171: when others then
172: if cr%isopen then
173: close cr;
174: end if;