DBA Data[Home] [Help]

APPS.PJI_UTILS dependencies on FND_FILE

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

350: -- for GSCC standards
351: -- dbms_ output.put_ line('OUT: ' || p_msg);
352: else
353: -- in all other cases write the message into the output file
354: FND_FILE.PUT(FND_FILE.OUTPUT, p_msg);
355: end if;
356:
357: exception
358: