DBA Data[Home] [Help]

APPS.CEP_STANDARD dependencies on FND_FILE

Line 51: FND_FILE.put_line(FND_FILE.LOG, line);

47: end if;
48:
49:
50: IF fnd_global.CONC_REQUEST_ID <> -1 THEN
51: FND_FILE.put_line(FND_FILE.LOG, line);
52: END IF;
53: End If ;
54:
55: end;