DBA Data[Home] [Help]

APPS.CST_PERIODIC_AVERAGE_PROC_CP dependencies on FND_FILE

Line 1923: FND_FILE.put_line

1919:
1920: x_errbuf := SQLCODE || substr(SQLERRM, 1, 200);
1921: x_retcode := '2';
1922:
1923: FND_FILE.put_line
1924: ( FND_FILE.log
1925: , 'Error in begin_cp_worker '|| x_errbuf
1926: );
1927:

Line 1924: ( FND_FILE.log

1920: x_errbuf := SQLCODE || substr(SQLERRM, 1, 200);
1921: x_retcode := '2';
1922:
1923: FND_FILE.put_line
1924: ( FND_FILE.log
1925: , 'Error in begin_cp_worker '|| x_errbuf
1926: );
1927:
1928: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN