DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_SECONDARY_EMP_ dependencies on HR_PUMP_UTILS

Line 1335: hr_pump_utils.set_multi_msg_error_flag(true);

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);
1336: when others then
1337: if cr%isopen then
1338: close cr;
1339: end if;