DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_BENEFITS_GROUP dependencies on HR_PUMP_UTILS

Line 371: hr_pump_utils.set_multi_msg_error_flag(true);

367: when hr_multi_message.error_message_exist then
368: if cr%isopen then
369: close cr;
370: end if;
371: hr_pump_utils.set_multi_msg_error_flag(true);
372: when others then
373: if cr%isopen then
374: close cr;
375: end if;