DBA Data[Home] [Help]

APPS.MSD_DPE dependencies on FND_FILE

Line 740: fnd_file.put_line(fnd_file.log, p_text);

736:
737: BEGIN
738:
739: if (p_text is not NULL) then
740: fnd_file.put_line(fnd_file.log, p_text);
741: end if;
742:
743: END;
744: