Fnd_file output value is not shown in the View Log file/Output
Hi
While using the Procedure inside of the Host Program. The Fnd_File Output value is not shown in the View Log file/Output
Please help me regarding this.
Note: Fnd_File.Output has written in the Procedure.
Example:
The below mentioned code has called in the procedure.
Fnd_File.Put_Line (Fnd_File.Output, '---- PROCEDURE Started-----');
Fnd_File.Put_Line (Fnd_File.Log, '---- PROCEDURE Directory_Path Started-----');
Regards
M.Padmanabhan