DBA Data[Home] [Help]

APPS.MSD_VALIDATE_DEMAND_PLAN dependencies on FND_FILE

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

707:
708: Begin
709:
710: if (p_text is not NULL) then
711: fnd_file.put_line(fnd_file.log, p_text);
712: -- dbms_output.put_line(p_text);
713: end if;
714:
715: --

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

718: Procedure debug_out(p_text in varchar2) is
719: i number := 1;
720: Begin
721: while i<= length(p_text) loop
722: fnd_file.put_line(fnd_file.output, substr(p_text, i, 90));
723: -- dbms_output.put_line(substr(p_text, i, 90));
724: i := i+90;
725: end loop;
726: end;

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

757: End;
758: --
759: Procedure Blank_Line is
760: Begin
761: fnd_file.put_line(fnd_file.log, '');
762: -- dbms_output.put_line('');
763: End;
764: --
765: PROCEDURE CHK_CAL_FOR_BUCKET (p_date IN DATE,