DBA Data[Home] [Help]

APPS.PAY_IE_TAX_VAL dependencies on FND_MESSAGE

Line 1410: errbuf := fnd_message.get;

1406: , sysdate);
1407: COMMIT;
1408:
1409: WHEN OTHERS THEN
1410: errbuf := fnd_message.get;
1411: l_error_stack := errbuf;
1412: l_error := SQLERRM;
1413:
1414: /*Update interface table and set processed flag to 'No' to record that record has not been updated

Line 1555: errbuf := fnd_message.get;

1551: COMMIT;
1552:
1553: WHEN OTHERS THEN
1554:
1555: errbuf := fnd_message.get;
1556: l_error_stack := errbuf;
1557: l_error := SQLERRM;
1558: retcode := 2;
1559: /* The following command will be used to output the exception details to an output file*/

Line 1842: errbuf := fnd_message.get;

1838: l_error := SQLERRM;
1839: retcode := 2;
1840: FND_FILE.PUT_LINE(fnd_file.log,'No data found');
1841: WHEN unequal_value THEN
1842: errbuf := fnd_message.get;
1843: l_error_stack := errbuf;
1844: l_error := SQLERRM;
1845: retcode := 2;
1846: IF l_count_mth_taxcredit <> l_count_emp_recno THEN

Line 2145: errbuf := fnd_message.get;

2141: , sysdate);
2142: COMMIT;
2143:
2144: WHEN OTHERS THEN
2145: errbuf := fnd_message.get;
2146: l_error_stack := errbuf;
2147: l_error := SQLERRM;
2148: retcode := 2;
2149: FND_FILE.PUT_LINE (fnd_file.log, 'Error raised in loading data into one or all of the follo

Line 3122: errbuf := fnd_message.get;

3118: l_error := SQLERRM;
3119: retcode := 2;
3120: FND_FILE.PUT_LINE(fnd_file.log,'No data found');
3121: WHEN unequal_value THEN
3122: errbuf := fnd_message.get;
3123: l_error_stack := errbuf;
3124: l_error := SQLERRM;
3125: retcode := 2;
3126: IF l_count_mth_taxcredit <> l_count_emp_recno THEN

Line 3212: errbuf := fnd_message.get;

3208: , sysdate);
3209: COMMIT;
3210:
3211: WHEN OTHERS THEN
3212: errbuf := fnd_message.get;
3213: l_error_stack := errbuf;
3214: l_error := SQLERRM;
3215: retcode := 2;
3216: FND_FILE.PUT_LINE (fnd_file.log, 'Error raised in loading data into one or all of the follo

Line 4401: errbuf := fnd_message.get;

4397: , sysdate);
4398: COMMIT;
4399:
4400: WHEN OTHERS THEN
4401: errbuf := fnd_message.get;
4402: l_error_stack := errbuf;
4403: l_error := SQLERRM;
4404:
4405: /*Update interface table and set processed flag to 'No' to record that record has not been updated

Line 4546: errbuf := fnd_message.get;

4542: COMMIT;
4543:
4544: WHEN OTHERS THEN
4545:
4546: errbuf := fnd_message.get;
4547: l_error_stack := errbuf;
4548: l_error := SQLERRM;
4549: retcode := 2;
4550: /* The following command will be used to output the exception details to an output file*/