DBA Data[Home] [Help]

APPS.HRDPP_DELETE_GRADE dependencies on HR_PUMP_UTILS

Line 174: hr_pump_utils.set_multi_msg_error_flag(true);

170: when hr_multi_message.error_message_exist then
171: if cr%isopen then
172: close cr;
173: end if;
174: hr_pump_utils.set_multi_msg_error_flag(true);
175: when others then
176: if cr%isopen then
177: close cr;
178: end if;