DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CN_EMP_ASG dependencies on HR_MULTI_MESSAGE

Line 929: when hr_multi_message.error_message_exist then

925: close cr;
926: --
927: hr_data_pump.exit('call');
928: exception
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);