DBA Data[Home] [Help]

APPS.PAY_IE_P45_ARCHIVE dependencies on FND_CONCURRENT

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

5199: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,' />');
5200: IF l_eit_supp_flag THEN
5201: l_str_Common:=' Ensure that the Year1, Year2, Year3, Year4, and Year5 values are not the same for the assignment '|| p45_rec.assignment_id;
5202: Fnd_file.put_line(FND_FILE.LOG,l_str_common);
5203: error_message := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',
5204: 'IE P45 XML report completed with validation warning(s).');
5205: END IF; */
5206: /* ELSE
5207: l_str_Common:=' Ensure that the sum of Pay1, Pay2, Pay3, Pay4, Pay5 and All Other Pay is equal to the total pay in supplementary p45 for the asssingment'|| p45_rec.assignment_id;

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

5205: END IF; */
5206: /* ELSE
5207: l_str_Common:=' Ensure that the sum of Pay1, Pay2, Pay3, Pay4, Pay5 and All Other Pay is equal to the total pay in supplementary p45 for the asssingment'|| p45_rec.assignment_id;
5208: Fnd_file.put_line(FND_FILE.LOG,l_str_common);
5209: error_message := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',
5210: 'IE P45 XML report completed with validation warning(s).');
5211:
5212: END IF; */
5213:

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

5383: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,' />');
5384: IF l_eit_supp_flag THEN
5385: l_str_Common:=' Ensure that the Year1, Year2, Year3, Year4, and Year5 values are not the same for the assignment '|| p45_rec.assignment_id;
5386: Fnd_file.put_line(FND_FILE.LOG,l_str_common);
5387: error_message := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',
5388: 'IE P45 XML report completed with validation warning(s).');
5389: END IF;
5390: /* ELSE
5391: l_str_Common:=' Ensure that the sum of Pay1, Pay2, Pay3, Pay4, Pay5 and All Other Pay is equal to the total pay in supplementary p45 for the asssingment'|| p45_rec.assignment_id;

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

5389: END IF;
5390: /* ELSE
5391: l_str_Common:=' Ensure that the sum of Pay1, Pay2, Pay3, Pay4, Pay5 and All Other Pay is equal to the total pay in supplementary p45 for the asssingment'|| p45_rec.assignment_id;
5392: Fnd_file.put_line(FND_FILE.LOG,l_str_common);
5393: error_message := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',
5394: 'IE P45 XML report completed with validation warning(s).');
5395:
5396: END IF; */
5397:

Line 5827: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS

5823: END IF;
5824:
5825:
5826: IF warn_status =1 then
5827: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS
5828: (
5829: status => 'WARNING',
5830: message => 'PPSN and Address missing. Please check the log file for more details.'
5831: );