DBA Data[Home] [Help]

APPS.FND_AUDIT_REPORT dependencies on FND_FILE

Line 21: fnd_file.put_line(fnd_file.log,data);

17: DATA IN VARCHAR2) is
18: begin
19:
20: if log = 'Y' then
21: fnd_file.put_line(fnd_file.log,data);
22: else
23: /* For debugging purposes replace null with
24: dbms_output.put_line(data);
25: Call with audit_group_validation with log = 'N' as well.