DBA Data[Home] [Help]

APPS.PAY_IE_EHECS_REPORT_PKG dependencies on FND_CONCURRENT

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

887:
888: EXCEPTION
889: WHEN l_ehecs_exception THEN
890: Hr_Utility.set_location('..'||'SQL-ERRM :'||SQLERRM,410);
891: error_message := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','EHECS Report errors out. Some mandatory values are missing.');
892: WHEN Others THEN
893: Hr_Utility.set_location('..'||'SQL-ERRM :'||SQLERRM,410);
894: END range_code;
895: -----------------------------------------------------------------------

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

5532: ||'as it may not be in the correct format. You can, however, modify and use the template output.';
5533:
5534: IF l_errflag = 'Y' THEN
5535: Fnd_file.put_line(FND_FILE.LOG,l_str_common);
5536: error_message := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',
5537: 'EHECS Report completed with validation warning(s).');
5538: END IF;
5539:
5540:

Line 5550: error_message := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','EHECS Report errors out.');

5546: IF l_clob IS NOT NULL THEN
5547: l_blob := c2b(l_clob);
5548: pay_core_files.write_to_magtape_lob(l_blob);
5549: END IF;
5550: error_message := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','EHECS Report errors out.');
5551: WHEN Others THEN
5552: Hr_Utility.set_location('..'||'SQL-ERRM :'||SQLERRM,3370);
5553: l_string := l_string ||''||EOL ; --7367314
5554: l_clob := l_clob||l_string;