DBA Data[Home] [Help]

APPS.HRDPP_CREATE_AU_EMPLOYEE dependencies on HR_PUMP_UTILS

Line 853: hr_pump_utils.set_multi_msg_error_flag(true);

849: when hr_multi_message.error_message_exist then
850: if cr%isopen then
851: close cr;
852: end if;
853: hr_pump_utils.set_multi_msg_error_flag(true);
854: when others then
855: if cr%isopen then
856: close cr;
857: end if;