DBA Data[Home] [Help]

APPS.AMW_PROCESS_CERT_SUMMARY dependencies on FND_API

Line 1453: retcode := 2; --FND_API.G_RET_STS_UNEXP_ERROR;

1449: fnd_file.put_line (fnd_file.LOG, SUBSTR ('Unexpected Error in Populate_All_Cert_General_Sum'
1450: || SUBSTR (SQLERRM, 1, 100), 1, 200));
1451: errbuf := SQLERRM;
1452: ---05.24.2005 npanandi: changed retcode to 2 to comply with number datatype
1453: retcode := 2; --FND_API.G_RET_STS_UNEXP_ERROR;
1454: END POPULATE_ALL_CERT_GENERAL_SUM;
1455:
1456:
1457: /*===========================================================================+

Line 1519: IF lx_return_status <> FND_API.G_RET_STS_SUCCESS THEN

1515: x_msg_count => lx_msg_count,
1516: x_msg_data => lx_msg_data);
1517: commit;
1518:
1519: IF lx_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1520: fnd_file.put_line(fnd_file.LOG, 'Problems in insert audit units' || lx_msg_data ||to_char(sysdate, 'hh:mi:ss dd-mon-rrrr'));
1521: END IF;
1522:
1523: ELSE

Line 1533: IF lx_return_status <> FND_API.G_RET_STS_SUCCESS THEN

1529: x_msg_count => lx_msg_count,
1530: x_msg_data => lx_msg_data);
1531: commit;
1532:
1533: IF lx_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1534: fnd_file.put_line(fnd_file.LOG, 'Problems in insert audit units' || lx_msg_data || to_char(sysdate, 'hh:mi:ss dd-mon-rrrr'));
1535: END IF;
1536: END LOOP;
1537: END IF;*/

Line 1595: retcode := FND_API.G_RET_STS_UNEXP_ERROR;

1591: WHEN OTHERS THEN
1592: fnd_file.put_line (fnd_file.LOG, SUBSTR ('Unexpected Error in Populate_Proc_Cert_Sum'
1593: || SUBSTR (SQLERRM, 1, 100), 1, 200));
1594: errbuf := SQLERRM;
1595: retcode := FND_API.G_RET_STS_UNEXP_ERROR;
1596:
1597: END Populate_Proc_Cert_Sum;
1598:
1599: