DBA Data[Home] [Help]

APPS.HRDPP_CREATE_POSITION dependencies on HR_MULTI_MESSAGE

Line 1296: when hr_multi_message.error_message_exist then

1292: close cr;
1293: --
1294: hr_data_pump.exit('call');
1295: exception
1296: when hr_multi_message.error_message_exist then
1297: if cr%isopen then
1298: close cr;
1299: end if;
1300: hr_pump_utils.set_multi_msg_error_flag(true);