DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BEN_ASG dependencies on HR_PUMP_UTILS

Line 876: hr_pump_utils.set_multi_msg_error_flag(true);

872: when hr_multi_message.error_message_exist then
873: if cr%isopen then
874: close cr;
875: end if;
876: hr_pump_utils.set_multi_msg_error_flag(true);
877: when others then
878: if cr%isopen then
879: close cr;
880: end if;