DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CN_SECONDARY_EMP_ dependencies on HR_MULTI_MESSAGE

Line 1219: when hr_multi_message.error_message_exist then

1215: close cr;
1216: --
1217: hr_data_pump.exit('call');
1218: exception
1219: when hr_multi_message.error_message_exist then
1220: if cr%isopen then
1221: close cr;
1222: end if;
1223: hr_pump_utils.set_multi_msg_error_flag(true);