DBA Data[Home] [Help]

APPS.PAY_IE_NES_REPORT_PKG dependencies on FND_CONCURRENT

Line 928: error_message := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','NES Report errors out. Some mandatory values are missing.');

924:
925: EXCEPTION
926: WHEN l_nes_exception THEN
927: Hr_Utility.set_location('..'||'SQL-ERRM :'||SQLERRM,410);
928: error_message := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','NES Report errors out. Some mandatory values are missing.');
929: WHEN Others THEN
930: Hr_Utility.set_location('..'||'SQL-ERRM :'||SQLERRM,410);
931: END range_code;
932: -----------------------------------------------------------------------

Line 3012: error_message := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',

3008: ||'as it may not be in the correct format. You can, however, modify and use the template output.';
3009:
3010: IF l_errflag = 'Y' THEN
3011: Fnd_file.put_line(FND_FILE.LOG,l_str_common);
3012: error_message := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',
3013: 'NES Report completed with validation warning(s).');
3014: END IF;
3015:
3016: