DBA Data[Home] [Help]

APPS.HRDPP_DELETE_CBR_PER_IN_LER dependencies on HR_PUMP_UTILS

Line 175: hr_pump_utils.set_multi_msg_error_flag(true);

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