DBA Data[Home] [Help]

APPS.PAY_NL_GENERAL dependencies on FND_CONCURRENT

Line 2954: error_message := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', l_message);

2950: hr_utility.set_location('Leaving NL_ADJUST_TO_CORRECTION',330);
2951: --raise_application_error(-20001, 'This process does not correlate with the note id 558457.1.') ;
2952: l_message := substrb(fnd_message.get_string('PAY','HR_NL_ADJ_TO_CORR'),1,300); --9453856
2953: fnd_file.put_line(fnd_file.log,l_message);
2954: error_message := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', l_message);
2955:
2956: END NL_ADJUST_TO_CORRECTION;
2957: --9453856
2958: