DBA Data[Home] [Help]

APPS.MRP_EXPL_STD_MANDATORY dependencies on FND_FILE

Line 627: FND_FILE.PUT_LINE(FND_FILE.LOG, pBUFF);

623: BEGIN
624:
625: -- add a line of text to the log file if MRP:Debug profile is set
626: IF (G_MRP_DEBUG = 'Y') THEN
627: FND_FILE.PUT_LINE(FND_FILE.LOG, pBUFF);
628: END IF;
629:
630: END LOG_ERROR;
631: