DBA Data[Home] [Help]

APPS.HRDPP_DELETE_LIFE_EVENT_REASON dependencies on HR_PUMP_UTILS

Line 193: hr_pump_utils.set_multi_msg_error_flag(true);

189: when hr_multi_message.error_message_exist then
190: if cr%isopen then
191: close cr;
192: end if;
193: hr_pump_utils.set_multi_msg_error_flag(true);
194: when others then
195: if cr%isopen then
196: close cr;
197: end if;