DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CN_EMP_ASG dependencies on HR_PUMP_UTILS

Line 933: hr_pump_utils.set_multi_msg_error_flag(true);

929: when hr_multi_message.error_message_exist then
930: if cr%isopen then
931: close cr;
932: end if;
933: hr_pump_utils.set_multi_msg_error_flag(true);
934: when others then
935: if cr%isopen then
936: close cr;
937: end if;