DBA Data[Home] [Help]

APPS.XNP_WEB_UTILS dependencies on STANDARD

Line 12: -- standard -- dbms_output.enable(20000);

8: then
9: htp.p(p_text);
10: elsif G_FORMAT = 'DBMS'
11: then
12: -- standard -- dbms_output.enable(20000);
13: null;
14: if p_text = '

'
15: then
16: -- standard -- dbms_output.put_line (fnd_global.local_chr(10));

Line 16: -- standard -- dbms_output.put_line (fnd_global.local_chr(10));

12: -- standard -- dbms_output.enable(20000);
13: null;
14: if p_text = '

'
15: then
16: -- standard -- dbms_output.put_line (fnd_global.local_chr(10));
17: null;
18: else
19: -- standard -- dbms_output.put_line (substr(p_text,1,255));
20: null;

Line 19: -- standard -- dbms_output.put_line (substr(p_text,1,255));

15: then
16: -- standard -- dbms_output.put_line (fnd_global.local_chr(10));
17: null;
18: else
19: -- standard -- dbms_output.put_line (substr(p_text,1,255));
20: null;
21: end if;
22: end if;
23: END print;