DBA Data[Home] [Help]

APPS.MST_WB_UTIL dependencies on FND_FILE

Line 5705: fnd_file.put_line(fnd_file.log, p_info_str);

5701: /**************FOLLOWING ARE BEING USED FOR PURGE PLAN************************/
5702: procedure print_info(p_purge_debug_control in number, p_info_str in varchar2) is
5703: begin
5704: if p_purge_debug_control = 1 then
5705: fnd_file.put_line(fnd_file.log, p_info_str);
5706: --dbms_output.put_line(p_info_str);
5707: --abc123pro(p_info_str);
5708: end if;
5709: end print_info;