DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_MX_PERSON dependencies on HR_PUMP_UTILS

Line 932: hr_pump_utils.set_multi_msg_error_flag(true);

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