DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_EMP_ASG dependencies on HR_MULTI_MESSAGE

Line 1033: when hr_multi_message.error_message_exist then

1029: close cr;
1030: --
1031: hr_data_pump.exit('call');
1032: exception
1033: when hr_multi_message.error_message_exist then
1034: if cr%isopen then
1035: close cr;
1036: end if;
1037: hr_pump_utils.set_multi_msg_error_flag(true);