580: hr_utility.set_location('Leaving....' || l_name,999);
581: c_fatal_error_flag := 7;
582: /*srw.message(288, 'Error found in ' || l_name);*/null;
583:
584: fnd_message.raise_error;
585: END;
586:
587: PROCEDURE TOTAL_RECORD IS
588: l_buffer varchar2(2000);
1369:
1370: /*srw.message('100', 'Please select one of your GREs as the transmitter for this report in the New Hire Reporting organization information type.');*/null;
1371:
1372: c_fatal_error_flag := 1;
1373: fnd_message.raise_error;
1374: else
1375: open c_transmitter_count;
1376: fetch c_transmitter_count into l_transmitter_count;
1377: hr_utility.trace('transmitter count = ' || to_char(l_transmitter_count));
1383: /*srw.message('100', 'You have selected New York to be your reporting state, and have identified two GREs as the transmitter for the New Hire report.');*/null;
1384:
1385: /*srw.message('100', 'Please select only one of your GREs as the transmitter for this report in the New Hire Reporting organization information type. ');*/null;
1386:
1387: fnd_message.raise_error;
1388: end if;
1389: close c_transmitter_count;
1390: end if;
1391: close c_transmitter;
1520: hr_utility.set_location('Leaving... ' || l_name,100);
1521: exception when others then
1522: hr_utility.set_location('Leaving....' || l_name,999);
1523: c_fatal_error_flag := 6;
1524: fnd_message.raise_error;
1525:
1526: END;
1527:
1528: PROCEDURE P_OUTPUT_NEW_HIRE_NULL IS