DBA Data[Home] [Help]

APPS.UIUTIL dependencies on UIUTIL

Line 1: package body uiutil

1: package body uiutil
2: as
3:
4: FUNCTION el_image(c_el_type IN varchar2)
5: return VARCHAR2

Line 646: uiutil.prn_copyright;

642: begin
643: htp.p(' ');
644: htp.p(' ');
645: htp.p(' ');
646: uiutil.prn_copyright;
647: htp.p('');
648: htp.p('');
649: end cabo6;
650:

Line 671: htp.p(' ');

667: htp.p(' ');
668: htp.p(' ');
669: htp.p(' ');
670: htp.p(' ');
671: htp.p('
');
672: htp.p(' ');
673: htp.p(' ');
674: htp.p(' ');
675: htp.p(' ');

Line 808: htp.prn(uiutil.el_image(FND_CSS_PKG.Encode(c_type)));

804: v_link := replace(v_link, '#', '%23');
805: if c_type = 'NONE'
806: then null;
807: else
808: htp.prn(uiutil.el_image(FND_CSS_PKG.Encode(c_type)));
809: end if;
810: htp.p(''

Line 829: htp.prn(uiutil.el_image(FND_CSS_PKG.Encode(c_type)));

825: v_link := replace(v_link, '#', '%23');
826: if c_type = 'NONE'
827: then null;
828: else
829: htp.prn(uiutil.el_image(FND_CSS_PKG.Encode(c_type)));
830: end if;
831:
832: htp.p('
');
919: htp.p('Oracle
920:


');
921:

Line 929: end uiutil;

925: htp.p('');
926: end copyright_notice;
927:
928:
929: end uiutil;