DBA Data[Home] [Help]

APPS.PQH_RANKING dependencies on FND_FILE

Line 16: fnd_file.put_line (

12: PROCEDURE write_log (p_write_log in varchar2, p_log_text in varchar2) IS
13: Begin
14: If (p_write_log = 'Y') then
15: --
16: fnd_file.put_line (
17: which => fnd_file.log,
18: buff => p_log_text);
19: --
20: end if;

Line 17: which => fnd_file.log,

13: Begin
14: If (p_write_log = 'Y') then
15: --
16: fnd_file.put_line (
17: which => fnd_file.log,
18: buff => p_log_text);
19: --
20: end if;
21: End write_log;