DBA Data[Home] [Help]

APPS.MST_RELEASE dependencies on FND_FILE

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

3917:
3918: procedure print_info(p_release_debug_control in number, p_info_str in varchar2) is
3919: begin
3920: if p_release_debug_control = 1 then
3921: fnd_file.put_line(fnd_file.log, p_info_str);
3922: --dbms_output.put_line(p_info_str);
3923: --abc123pro(p_info_str);
3924: end if;
3925: end print_info;