DBA Data[Home] [Help]

APPS.PJI_UTILS dependencies on FND_FILE

Line 374: FND_FILE.PUT(FND_FILE.OUTPUT, p_msg);

370: -- for GSCC standards
371: -- dbms_ output.put_ line('OUT: ' || p_msg);
372: else
373: -- in all other cases write the message into the output file
374: FND_FILE.PUT(FND_FILE.OUTPUT, p_msg);
375: end if;
376:
377: exception
378: