DBA Data[Home] [Help]

APPS.ICX_SIG dependencies on HTF

Line 12: return htf.img(curl => '/OA_MEDIA/FNDLOGOS.gif',

8: end;
9:
10: function logo return varchar2 is
11: begin
12: return htf.img(curl => '/OA_MEDIA/FNDLOGOS.gif',
13: cattributes => 'BORDER=0');
14: end;
15:
16: function background return varchar2 is

Line 25: ||htf.mailto('[email protected]','[email protected]'));

21: procedure footer is
22: begin
23: /*
24: htp.address('Please send any questions or comments to '
25: ||htf.mailto('[email protected]','[email protected]'));
26: */
27: htp.bodyClose;
28: end;
29:

Line 32: return htf.line;

28: end;
29:
30: function footer return varchar2 is
31: begin
32: return htf.line;
33: /*
34: ||
35: htf.address('Please send any questions or comments to '||
36: htf.mailto('[email protected]','[email protected]'));

Line 35: htf.address('Please send any questions or comments to '||

31: begin
32: return htf.line;
33: /*
34: ||
35: htf.address('Please send any questions or comments to '||
36: htf.mailto('[email protected]','[email protected]'));
37: */
38:
39: end;

Line 36: htf.mailto('[email protected]','[email protected]'));

32: return htf.line;
33: /*
34: ||
35: htf.address('Please send any questions or comments to '||
36: htf.mailto('[email protected]','[email protected]'));
37: */
38:
39: end;
40: