DBA Data[Home] [Help]

APPS.PAY_IE_EHECS_REPORT_PKG dependencies on FND_CONCURRENT

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

713:
714: EXCEPTION
715: WHEN l_ehecs_exception THEN
716: Hr_Utility.set_location('..'||'SQL-ERRM :'||SQLERRM,410);
717: error_message := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','EHECS Report errors out. Some mandatory values are missing.');
718: WHEN Others THEN
719: Hr_Utility.set_location('..'||'SQL-ERRM :'||SQLERRM,410);
720: END range_code;
721: -----------------------------------------------------------------------

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

5228: ||'as it may not be in the correct format. You can, however, modify and use the template output.';
5229:
5230: IF l_errflag = 'Y' THEN
5231: Fnd_file.put_line(FND_FILE.LOG,l_str_common);
5232: error_message := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',
5233: 'EHECS Report completed with validation warning(s).');
5234: END IF;
5235:
5236:

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

5242: IF l_clob IS NOT NULL THEN
5243: l_blob := c2b(l_clob);
5244: pay_core_files.write_to_magtape_lob(l_blob);
5245: END IF;
5246: error_message := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','EHECS Report errors out.');
5247: WHEN Others THEN
5248: Hr_Utility.set_location('..'||'SQL-ERRM :'||SQLERRM,3370);
5249: l_string := l_string ||''||EOL ;
5250: l_clob := l_clob||l_string;