DBA Data[Home] [Help]

APPS.PER_PERUSHRM_XMLP_PKG dependencies on FND_MESSAGE

Line 592: fnd_message.raise_error;

588: hr_utility.set_location('Leaving....' || l_name,999);
589: c_fatal_error_flag := 7;
590: /*srw.message(288, 'Error found in ' || l_name);*/null;
591:
592: fnd_message.raise_error;
593: END;
594:
595: PROCEDURE TOTAL_RECORD IS
596: l_buffer varchar2(2000);

Line 1381: fnd_message.raise_error;

1377:
1378: /*srw.message('100', 'Please select one of your GREs as the transmitter for this report in the New Hire Reporting organization information type.');*/null;
1379:
1380: c_fatal_error_flag := 1;
1381: fnd_message.raise_error;
1382: else
1383: open c_transmitter_count;
1384: fetch c_transmitter_count into l_transmitter_count;
1385: hr_utility.trace('transmitter count = ' || to_char(l_transmitter_count));

Line 1395: fnd_message.raise_error;

1391: /*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;
1392:
1393: /*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;
1394:
1395: fnd_message.raise_error;
1396: end if;
1397: close c_transmitter_count;
1398: end if;
1399: close c_transmitter;

Line 1532: fnd_message.raise_error;

1528: hr_utility.set_location('Leaving... ' || l_name,100);
1529: exception when others then
1530: hr_utility.set_location('Leaving....' || l_name,999);
1531: c_fatal_error_flag := 6;
1532: fnd_message.raise_error;
1533:
1534: END;
1535:
1536: PROCEDURE P_OUTPUT_NEW_HIRE_NULL IS