DBA Data[Home] [Help]

APPS.IGI_ITR_TIMEOUT_PKG dependencies on FND_FILE

Line 12: fnd_file.put_line( fnd_file.log , pp_mesg );

8: PROCEDURE WriteToLogFile (pp_mesg in varchar2) IS
9: l_debug boolean := TRUE;
10: BEGIN
11: if l_debug then
12: fnd_file.put_line( fnd_file.log , pp_mesg );
13: else
14: null;
15: end if;
16: END WriteToLogFile;