DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_CWK dependencies on HR_PUMP_UTILS

Line 839: hr_pump_utils.set_multi_msg_error_flag(true);

835: when hr_multi_message.error_message_exist then
836: if cr%isopen then
837: close cr;
838: end if;
839: hr_pump_utils.set_multi_msg_error_flag(true);
840: when others then
841: if cr%isopen then
842: close cr;
843: end if;