DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_SECONDARY_EMP_ dependencies on HR_MULTI_MESSAGE

Line 1331: when hr_multi_message.error_message_exist then

1327: close cr;
1328: --
1329: hr_data_pump.exit('call');
1330: exception
1331: when hr_multi_message.error_message_exist then
1332: if cr%isopen then
1333: close cr;
1334: end if;
1335: hr_pump_utils.set_multi_msg_error_flag(true);