DBA Data[Home] [Help]

APPS.POS_ASN_MASTER_PKG dependencies on HTP

Line 8: htp.htmlOpen;

4:
5: PROCEDURE BogusFrame IS
6: BEGIN
7:
8: htp.htmlOpen;
9: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
10:
11: htp.title('Web Suppliers Bogus Frame');
12: htp.headOpen;

Line 9: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');

5: PROCEDURE BogusFrame IS
6: BEGIN
7:
8: htp.htmlOpen;
9: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
10:
11: htp.title('Web Suppliers Bogus Frame');
12: htp.headOpen;
13: htp.headClose;

Line 11: htp.title('Web Suppliers Bogus Frame');

7:
8: htp.htmlOpen;
9: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
10:
11: htp.title('Web Suppliers Bogus Frame');
12: htp.headOpen;
13: htp.headClose;
14:
15: htp.bodyOpen(NULL, 'bgcolor=#cccccc');

Line 12: htp.headOpen;

8: htp.htmlOpen;
9: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
10:
11: htp.title('Web Suppliers Bogus Frame');
12: htp.headOpen;
13: htp.headClose;
14:
15: htp.bodyOpen(NULL, 'bgcolor=#cccccc');
16:

Line 13: htp.headClose;

9: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
10:
11: htp.title('Web Suppliers Bogus Frame');
12: htp.headOpen;
13: htp.headClose;
14:
15: htp.bodyOpen(NULL, 'bgcolor=#cccccc');
16:
17: htp.bodyClose;

Line 15: htp.bodyOpen(NULL, 'bgcolor=#cccccc');

11: htp.title('Web Suppliers Bogus Frame');
12: htp.headOpen;
13: htp.headClose;
14:
15: htp.bodyOpen(NULL, 'bgcolor=#cccccc');
16:
17: htp.bodyClose;
18: htp.htmlClose;
19:

Line 17: htp.bodyClose;

13: htp.headClose;
14:
15: htp.bodyOpen(NULL, 'bgcolor=#cccccc');
16:
17: htp.bodyClose;
18: htp.htmlClose;
19:
20: END BogusFrame;
21:

Line 18: htp.htmlClose;

14:
15: htp.bodyOpen(NULL, 'bgcolor=#cccccc');
16:
17: htp.bodyClose;
18: htp.htmlClose;
19:
20: END BogusFrame;
21:
22:

Line 43: htp.htmlOpen;

39: l_language := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
40: l_script_name := owa_util.get_cgi_env('SCRIPT_NAME');
41: l_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
42:
43: htp.htmlOpen;
44: htp.title(fnd_message.get_string('ICX', 'ICX_POS_ENTER_ASN'));
45:
46: htp.headOpen;
47: icx_util.copyright;

Line 44: htp.title(fnd_message.get_string('ICX', 'ICX_POS_ENTER_ASN'));

40: l_script_name := owa_util.get_cgi_env('SCRIPT_NAME');
41: l_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
42:
43: htp.htmlOpen;
44: htp.title(fnd_message.get_string('ICX', 'ICX_POS_ENTER_ASN'));
45:
46: htp.headOpen;
47: icx_util.copyright;
48:

Line 46: htp.headOpen;

42:
43: htp.htmlOpen;
44: htp.title(fnd_message.get_string('ICX', 'ICX_POS_ENTER_ASN'));
45:
46: htp.headOpen;
47: icx_util.copyright;
48:
49: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
50:

Line 49: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');

45:
46: htp.headOpen;
47: icx_util.copyright;
48:
49: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
50:
51: js.scriptOpen;
52: pos_global_vars_sv.InitializeMessageArray;
53: pos_global_vars_sv.InitializeOtherVars(l_script_name);

Line 55: htp.p(' ');
57: htp.p(' ');
59: htp.p(' ');

52: pos_global_vars_sv.InitializeMessageArray;
53: pos_global_vars_sv.InitializeOtherVars(l_script_name);
54: js.scriptClose;
55: htp.p(' ');
57: htp.p(' ');
59: htp.p(' ');

Line 57: htp.p(' ');
57: htp.p(' ');
59: htp.p(' ');
61: --icx_util.LOVscript;

Line 58: htp.p(' ');

54: js.scriptClose;
55: htp.p(' ');
57: htp.p(' ');
59: htp.p(' ');
61: --icx_util.LOVscript;
62:

Line 59: htp.p(' ');
57: htp.p(' ');
59: htp.p(' ');
61: --icx_util.LOVscript;
62:
63:

Line 60: htp.p(' ');

56: htp.p(' ');
57: htp.p(' ');
59: htp.p(' ');
61: --icx_util.LOVscript;
62:
63:
64: htp.headClose;

Line 64: htp.headClose;

60: htp.p(' ');
61: --icx_util.LOVscript;
62:
63:
64: htp.headClose;
65: -- htp.bodyOpen(NULL, 'bgcolor=#336699');
66:
67:
68: -- Here, we are using nested framesets. The illusion that

Line 65: -- htp.bodyOpen(NULL, 'bgcolor=#336699');

61: --icx_util.LOVscript;
62:
63:
64: htp.headClose;
65: -- htp.bodyOpen(NULL, 'bgcolor=#336699');
66:
67:
68: -- Here, we are using nested framesets. The illusion that
69: -- we want to achieve is as follows:

Line 86: htp.p('');

82: -- * controlregion *
83: -- ************************************
84:
85: -- these partitions should probably be in percentages
86: htp.p('');
87:
88: -- Toolbar frame
89: htp.p(' 90: htp.p(' name=toolbar');

Line 89: htp.p('

85: -- these partitions should probably be in percentages
86: htp.p('');
87:
88: -- Toolbar frame
89: htp.p(' 90: htp.p(' name=toolbar');
91: htp.p(' marginwidth=6');
92: htp.p(' marginheight=2');
93: htp.p(' scrolling=no>');

Line 90: htp.p(' name=toolbar');

86: htp.p('');
87:
88: -- Toolbar frame
89: htp.p(' 90: htp.p(' name=toolbar');
91: htp.p(' marginwidth=6');
92: htp.p(' marginheight=2');
93: htp.p(' scrolling=no>');
94:

Line 91: htp.p(' marginwidth=6');

87:
88: -- Toolbar frame
89: htp.p(' 90: htp.p(' name=toolbar');
91: htp.p(' marginwidth=6');
92: htp.p(' marginheight=2');
93: htp.p(' scrolling=no>');
94:
95: -- these partitions should probably be in percentages

Line 92: htp.p(' marginheight=2');

88: -- Toolbar frame
89: htp.p(' 90: htp.p(' name=toolbar');
91: htp.p(' marginwidth=6');
92: htp.p(' marginheight=2');
93: htp.p(' scrolling=no>');
94:
95: -- these partitions should probably be in percentages
96: htp.p('');

Line 93: htp.p(' scrolling=no>');

89: htp.p(' 90: htp.p(' name=toolbar');
91: htp.p(' marginwidth=6');
92: htp.p(' marginheight=2');
93: htp.p(' scrolling=no>');
94:
95: -- these partitions should probably be in percentages
96: htp.p('');
97:

Line 96: htp.p('');

92: htp.p(' marginheight=2');
93: htp.p(' scrolling=no>');
94:
95: -- these partitions should probably be in percentages
96: htp.p('');
97:
98: -- blue border frame
99: htp.p(' 100: name=borderLeft

Line 99: htp.p('

95: -- these partitions should probably be in percentages
96: htp.p('');
97:
98: -- blue border frame
99: htp.p(' 100: name=borderLeft
101: marginwidth=0
102: marginheight=0
103: scrolling=no>');

Line 105: htp.p('');

101: marginwidth=0
102: marginheight=0
103: scrolling=no>');
104: -- these partitions should probably be in percentages
105: htp.p('');
106:
107: -- upper banner frame
108: -- htp.p(' 109: htp.p('

Line 108: -- htp.p('

104: -- these partitions should probably be in percentages
105: htp.p('');
106:
107: -- upper banner frame
108: -- htp.p(' 109: htp.p(' 110: htp.p(' name=upperbanner');
111: htp.p(' marginwidth=0');
112: htp.p(' marginheight=0');

Line 109: htp.p('

105: htp.p('');
106:
107: -- upper banner frame
108: -- htp.p(' 109: htp.p(' 110: htp.p(' name=upperbanner');
111: htp.p(' marginwidth=0');
112: htp.p(' marginheight=0');
113: htp.p(' scrolling=no>');

Line 110: htp.p(' name=upperbanner');

106:
107: -- upper banner frame
108: -- htp.p(' 109: htp.p(' 110: htp.p(' name=upperbanner');
111: htp.p(' marginwidth=0');
112: htp.p(' marginheight=0');
113: htp.p(' scrolling=no>');
114:

Line 111: htp.p(' marginwidth=0');

107: -- upper banner frame
108: -- htp.p(' 109: htp.p(' 110: htp.p(' name=upperbanner');
111: htp.p(' marginwidth=0');
112: htp.p(' marginheight=0');
113: htp.p(' scrolling=no>');
114:
115: -- search frame

Line 112: htp.p(' marginheight=0');

108: -- htp.p(' 109: htp.p(' 110: htp.p(' name=upperbanner');
111: htp.p(' marginwidth=0');
112: htp.p(' marginheight=0');
113: htp.p(' scrolling=no>');
114:
115: -- search frame
116: htp.p('

Line 113: htp.p(' scrolling=no>');

109: htp.p(' 110: htp.p(' name=upperbanner');
111: htp.p(' marginwidth=0');
112: htp.p(' marginheight=0');
113: htp.p(' scrolling=no>');
114:
115: -- search frame
116: htp.p(' 117: --htp.p('

Line 116: htp.p('

112: htp.p(' marginheight=0');
113: htp.p(' scrolling=no>');
114:
115: -- search frame
116: htp.p(' 117: --htp.p(' 118: htp.p(' name=content');
119: htp.p(' marginwidth=0');
120: htp.p(' marginheight=0');

Line 117: --htp.p('

113: htp.p(' scrolling=no>');
114:
115: -- search frame
116: htp.p(' 117: --htp.p(' 118: htp.p(' name=content');
119: htp.p(' marginwidth=0');
120: htp.p(' marginheight=0');
121: htp.p(' scrolling=auto>');

Line 118: htp.p(' name=content');

114:
115: -- search frame
116: htp.p(' 117: --htp.p(' 118: htp.p(' name=content');
119: htp.p(' marginwidth=0');
120: htp.p(' marginheight=0');
121: htp.p(' scrolling=auto>');
122: /*

Line 119: htp.p(' marginwidth=0');

115: -- search frame
116: htp.p(' 117: --htp.p(' 118: htp.p(' name=content');
119: htp.p(' marginwidth=0');
120: htp.p(' marginheight=0');
121: htp.p(' scrolling=auto>');
122: /*
123: -- details frame

Line 120: htp.p(' marginheight=0');

116: htp.p(' 117: --htp.p(' 118: htp.p(' name=content');
119: htp.p(' marginwidth=0');
120: htp.p(' marginheight=0');
121: htp.p(' scrolling=auto>');
122: /*
123: -- details frame
124: --htp.p('

Line 121: htp.p(' scrolling=auto>');

117: --htp.p(' 118: htp.p(' name=content');
119: htp.p(' marginwidth=0');
120: htp.p(' marginheight=0');
121: htp.p(' scrolling=auto>');
122: /*
123: -- details frame
124: --htp.p(' 125: htp.p('

Line 124: --htp.p('

120: htp.p(' marginheight=0');
121: htp.p(' scrolling=auto>');
122: /*
123: -- details frame
124: --htp.p(' 125: htp.p(' 126: htp.p(' name=results');
127: htp.p(' marginwidth=0');
128: htp.p(' marginheight=0');

Line 125: htp.p('

121: htp.p(' scrolling=auto>');
122: /*
123: -- details frame
124: --htp.p(' 125: htp.p(' 126: htp.p(' name=results');
127: htp.p(' marginwidth=0');
128: htp.p(' marginheight=0');
129: htp.p(' scrolling=yes>');

Line 126: htp.p(' name=results');

122: /*
123: -- details frame
124: --htp.p(' 125: htp.p(' 126: htp.p(' name=results');
127: htp.p(' marginwidth=0');
128: htp.p(' marginheight=0');
129: htp.p(' scrolling=yes>');
130: */

Line 127: htp.p(' marginwidth=0');

123: -- details frame
124: --htp.p(' 125: htp.p(' 126: htp.p(' name=results');
127: htp.p(' marginwidth=0');
128: htp.p(' marginheight=0');
129: htp.p(' scrolling=yes>');
130: */
131: -- lower banner frame

Line 128: htp.p(' marginheight=0');

124: --htp.p(' 125: htp.p(' 126: htp.p(' name=results');
127: htp.p(' marginwidth=0');
128: htp.p(' marginheight=0');
129: htp.p(' scrolling=yes>');
130: */
131: -- lower banner frame
132: htp.p('

Line 129: htp.p(' scrolling=yes>');

125: htp.p(' 126: htp.p(' name=results');
127: htp.p(' marginwidth=0');
128: htp.p(' marginheight=0');
129: htp.p(' scrolling=yes>');
130: */
131: -- lower banner frame
132: htp.p(' 133: htp.p(' name=lowerbanner');

Line 132: htp.p('

128: htp.p(' marginheight=0');
129: htp.p(' scrolling=yes>');
130: */
131: -- lower banner frame
132: htp.p(' 133: htp.p(' name=lowerbanner');
134: htp.p(' marginwidth=0');
135: htp.p(' marginheight=0');
136: htp.p(' scrolling=no>');

Line 133: htp.p(' name=lowerbanner');

129: htp.p(' scrolling=yes>');
130: */
131: -- lower banner frame
132: htp.p(' 133: htp.p(' name=lowerbanner');
134: htp.p(' marginwidth=0');
135: htp.p(' marginheight=0');
136: htp.p(' scrolling=no>');
137:

Line 134: htp.p(' marginwidth=0');

130: */
131: -- lower banner frame
132: htp.p(' 133: htp.p(' name=lowerbanner');
134: htp.p(' marginwidth=0');
135: htp.p(' marginheight=0');
136: htp.p(' scrolling=no>');
137:
138: htp.p('');

Line 135: htp.p(' marginheight=0');

131: -- lower banner frame
132: htp.p(' 133: htp.p(' name=lowerbanner');
134: htp.p(' marginwidth=0');
135: htp.p(' marginheight=0');
136: htp.p(' scrolling=no>');
137:
138: htp.p('');
139:

Line 136: htp.p(' scrolling=no>');

132: htp.p(' 133: htp.p(' name=lowerbanner');
134: htp.p(' marginwidth=0');
135: htp.p(' marginheight=0');
136: htp.p(' scrolling=no>');
137:
138: htp.p('');
139:
140: -- blue border frame

Line 138: htp.p('');

134: htp.p(' marginwidth=0');
135: htp.p(' marginheight=0');
136: htp.p(' scrolling=no>');
137:
138: htp.p('');
139:
140: -- blue border frame
141: htp.p(' 142: name=borderRight

Line 141: htp.p('

137:
138: htp.p('');
139:
140: -- blue border frame
141: htp.p(' 142: name=borderRight
143: marginwidth=0
144: marginheight=0
145: scrolling=no>');

Line 147: htp.p('');

143: marginwidth=0
144: marginheight=0
145: scrolling=no>');
146:
147: htp.p('');
148:
149: -- control region frame
150: htp.p(' 151: htp.p(' name=controlregion');

Line 150: htp.p('

146:
147: htp.p('');
148:
149: -- control region frame
150: htp.p(' 151: htp.p(' name=controlregion');
152: htp.p(' marginwidth=0');
153: htp.p(' marginheight=0');
154: htp.p(' scrolling=no>');

Line 151: htp.p(' name=controlregion');

147: htp.p('');
148:
149: -- control region frame
150: htp.p(' 151: htp.p(' name=controlregion');
152: htp.p(' marginwidth=0');
153: htp.p(' marginheight=0');
154: htp.p(' scrolling=no>');
155:

Line 152: htp.p(' marginwidth=0');

148:
149: -- control region frame
150: htp.p(' 151: htp.p(' name=controlregion');
152: htp.p(' marginwidth=0');
153: htp.p(' marginheight=0');
154: htp.p(' scrolling=no>');
155:
156: htp.p('');

Line 153: htp.p(' marginheight=0');

149: -- control region frame
150: htp.p(' 151: htp.p(' name=controlregion');
152: htp.p(' marginwidth=0');
153: htp.p(' marginheight=0');
154: htp.p(' scrolling=no>');
155:
156: htp.p('');
157:

Line 154: htp.p(' scrolling=no>');

150: htp.p(' 151: htp.p(' name=controlregion');
152: htp.p(' marginwidth=0');
153: htp.p(' marginheight=0');
154: htp.p(' scrolling=no>');
155:
156: htp.p('');
157:
158:

Line 156: htp.p('');

152: htp.p(' marginwidth=0');
153: htp.p(' marginheight=0');
154: htp.p(' scrolling=no>');
155:
156: htp.p('');
157:
158:
159: -- htp.bodyClose;
160: htp.htmlClose;

Line 159: -- htp.bodyClose;

155:
156: htp.p('');
157:
158:
159: -- htp.bodyClose;
160: htp.htmlClose;
161:
162: END ShowFrameSet;
163:

Line 160: htp.htmlClose;

156: htp.p('');
157:
158:
159: -- htp.bodyClose;
160: htp.htmlClose;
161:
162: END ShowFrameSet;
163:
164: