DBA Data[Home] [Help]

APPS.JTF_FM_IH_LOGGER_PVT dependencies on DBMS_OUTPUT

Line 98: DBMS_OUTPUT.PUT_LINE(blb_length);

94: len := 1;
95: pos := 1;
96:
97:
98: DBMS_OUTPUT.PUT_LINE(blb_length);
99:
100:
101: while (len < blb_length) loop
102:

Line 104: DBMS_OUTPUT.PUT_line(buf);

100:
101: while (len < blb_length) loop
102:
103: dbms_lob.read(CLOBSTR, amt, len, buf);
104: DBMS_OUTPUT.PUT_line(buf);
105: len := len + amt;
106:
107: end loop;
108: