DBA Data[Home] [Help]

APPS.HRDPP_CREATE_EMPLOYEE dependencies on HR_MULTI_MESSAGE

Line 1029: when hr_multi_message.error_message_exist then

1025: close cr;
1026: --
1027: hr_data_pump.exit('call');
1028: exception
1029: when hr_multi_message.error_message_exist then
1030: if cr%isopen then
1031: close cr;
1032: end if;
1033: hr_pump_utils.set_multi_msg_error_flag(true);