DBA Data[Home] [Help]

APPS.CST_PERIODIC_AVERAGE_PROC_CP dependencies on FND_FILE

Line 1872: FND_FILE.put_line

1868:
1869: x_errbuf := SQLCODE || substr(SQLERRM, 1, 200);
1870: x_retcode := '2';
1871:
1872: FND_FILE.put_line
1873: ( FND_FILE.log
1874: , 'Error in begin_cp_worker '|| x_errbuf
1875: );
1876:

Line 1873: ( FND_FILE.log

1869: x_errbuf := SQLCODE || substr(SQLERRM, 1, 200);
1870: x_retcode := '2';
1871:
1872: FND_FILE.put_line
1873: ( FND_FILE.log
1874: , 'Error in begin_cp_worker '|| x_errbuf
1875: );
1876:
1877: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN