DBA Data[Home] [Help]

APPS.HRDPP_CREATE_EMPLOYEE dependencies on HR_PUMP_UTILS

Line 1033: hr_pump_utils.set_multi_msg_error_flag(true);

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);
1034: when others then
1035: if cr%isopen then
1036: close cr;
1037: end if;