DBA Data[Home] [Help]

APPS.MSD_VALIDATE_DEMAND_PLAN dependencies on FND_FILE

Line 706: fnd_file.put_line(fnd_file.log, p_text);

702:
703: Begin
704:
705: if (p_text is not NULL) then
706: fnd_file.put_line(fnd_file.log, p_text);
707: -- dbms_output.put_line(p_text);
708: end if;
709:
710: --

Line 717: fnd_file.put_line(fnd_file.output, substr(p_text, i, 90));

713: Procedure debug_out(p_text in varchar2) is
714: i number := 1;
715: Begin
716: while i<= length(p_text) loop
717: fnd_file.put_line(fnd_file.output, substr(p_text, i, 90));
718: -- dbms_output.put_line(substr(p_text, i, 90));
719: i := i+90;
720: end loop;
721: end;

Line 756: fnd_file.put_line(fnd_file.log, '');

752: End;
753: --
754: Procedure Blank_Line is
755: Begin
756: fnd_file.put_line(fnd_file.log, '');
757: -- dbms_output.put_line('');
758: End;
759: --
760: PROCEDURE CHK_CAL_FOR_BUCKET (p_date IN DATE,