DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_EMP_ASG dependencies on HR_PUMP_UTILS

Line 1093: hr_pump_utils.set_multi_msg_error_flag(true);

1089: when hr_multi_message.error_message_exist then
1090: if cr%isopen then
1091: close cr;
1092: end if;
1093: hr_pump_utils.set_multi_msg_error_flag(true);
1094: when others then
1095: if cr%isopen then
1096: close cr;
1097: end if;