DBA Data[Home] [Help]

APPS.POS_ASL_MASTER_PKG dependencies on HTP

Line 25: htp.htmlOpen;

21: l_language := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
22: l_script_name := owa_util.get_cgi_env('SCRIPT_NAME');
23: l_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
24:
25: htp.htmlOpen;
26: htp.title(fnd_message.get_string('ICX', 'POS_ASL_ATTRIBUTES'));
27:
28:
29: htp.headOpen;

Line 26: htp.title(fnd_message.get_string('ICX', 'POS_ASL_ATTRIBUTES'));

22: l_script_name := owa_util.get_cgi_env('SCRIPT_NAME');
23: l_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
24:
25: htp.htmlOpen;
26: htp.title(fnd_message.get_string('ICX', 'POS_ASL_ATTRIBUTES'));
27:
28:
29: htp.headOpen;
30: icx_util.copyright;

Line 29: htp.headOpen;

25: htp.htmlOpen;
26: htp.title(fnd_message.get_string('ICX', 'POS_ASL_ATTRIBUTES'));
27:
28:
29: htp.headOpen;
30: icx_util.copyright;
31:
32: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
33:

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

28:
29: htp.headOpen;
30: icx_util.copyright;
31:
32: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
33:
34: js.scriptOpen;
35: pos_global_vars_sv.InitializeMessageArray;
36: pos_global_vars_sv.InitializeOtherVars(l_script_name);

Line 38: htp.p(' ');
40: htp.p(' ');
42: htp.p(' ');

35: pos_global_vars_sv.InitializeMessageArray;
36: pos_global_vars_sv.InitializeOtherVars(l_script_name);
37: js.scriptClose;
38: htp.p(' ');
40: htp.p(' ');
42: htp.p(' ');

Line 40: htp.p(' ');
40: htp.p(' ');
42: htp.p(' ');
44: htp.p(' ');

37: js.scriptClose;
38: htp.p(' ');
40: htp.p(' ');
42: htp.p(' ');
44: htp.p(' ');

Line 42: htp.p(' ');
40: htp.p(' ');
42: htp.p(' ');
44: htp.p(' ');
46: --icx_util.LOVscript;

Line 43: htp.p(' ');

39: htp.p(' ');
40: htp.p(' ');
42: htp.p(' ');
44: htp.p(' ');
46: --icx_util.LOVscript;
47:

Line 44: htp.p(' ');
42: htp.p(' ');
44: htp.p(' ');
46: --icx_util.LOVscript;
47:
48:

Line 45: htp.p(' ');

41: htp.p(' ');
42: htp.p(' ');
44: htp.p(' ');
46: --icx_util.LOVscript;
47:
48:
49: htp.headClose;

Line 49: htp.headClose;

45: htp.p(' ');
46: --icx_util.LOVscript;
47:
48:
49: htp.headClose;
50: -- htp.bodyOpen(NULL, 'bgcolor=#336699');
51:
52:
53: -- Here, we are using nested framesets. The illusion that

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

46: --icx_util.LOVscript;
47:
48:
49: htp.headClose;
50: -- htp.bodyOpen(NULL, 'bgcolor=#336699');
51:
52:
53: -- Here, we are using nested framesets. The illusion that
54: -- we want to achieve is as follows:

Line 71: htp.p('');

67: -- * controlregion *
68: -- ************************************
69:
70: -- these partitions should probably be in percentages
71: htp.p('');
72:
73: -- Toolbar frame
74: htp.p(' 75:

Line 74: htp.p('

70: -- these partitions should probably be in percentages
71: htp.p('');
72:
73: -- Toolbar frame
74: htp.p(' 75:
76: htp.p(' name=toolbar');
77: htp.p(' marginwidth=6');
78: htp.p(' marginheight=2');

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

72:
73: -- Toolbar frame
74: htp.p(' 75:
76: htp.p(' name=toolbar');
77: htp.p(' marginwidth=6');
78: htp.p(' marginheight=2');
79: htp.p(' scrolling=no>');
80:

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

73: -- Toolbar frame
74: htp.p(' 75:
76: htp.p(' name=toolbar');
77: htp.p(' marginwidth=6');
78: htp.p(' marginheight=2');
79: htp.p(' scrolling=no>');
80:
81: -- these partitions should probably be in percentages

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

74: htp.p(' 75:
76: htp.p(' name=toolbar');
77: htp.p(' marginwidth=6');
78: htp.p(' marginheight=2');
79: htp.p(' scrolling=no>');
80:
81: -- these partitions should probably be in percentages
82: htp.p('');

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

75:
76: htp.p(' name=toolbar');
77: htp.p(' marginwidth=6');
78: htp.p(' marginheight=2');
79: htp.p(' scrolling=no>');
80:
81: -- these partitions should probably be in percentages
82: htp.p('');
83:

Line 82: htp.p('');

78: htp.p(' marginheight=2');
79: htp.p(' scrolling=no>');
80:
81: -- these partitions should probably be in percentages
82: htp.p('');
83:
84: -- blue border frame
85: htp.p(' 86: name=borderLeft

Line 85: htp.p('

81: -- these partitions should probably be in percentages
82: htp.p('');
83:
84: -- blue border frame
85: htp.p(' 86: name=borderLeft
87: marginwidth=0
88: marginheight=0
89: scrolling=no>');

Line 91: htp.p('');

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

Line 94: htp.p('

90: -- these partitions should probably be in percentages
91: htp.p('');
92:
93: -- upper banner frame
94: htp.p(' 95:
96: -- htp.p(' 97:
98: htp.p(' name=upperbanner');

Line 96: -- htp.p('

92:
93: -- upper banner frame
94: htp.p(' 95:
96: -- htp.p(' 97:
98: htp.p(' name=upperbanner');
99: htp.p(' marginwidth=0');
100: htp.p(' marginheight=0');

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

94: htp.p(' 95:
96: -- htp.p(' 97:
98: htp.p(' name=upperbanner');
99: htp.p(' marginwidth=0');
100: htp.p(' marginheight=0');
101: htp.p(' scrolling=no>');
102:

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

95:
96: -- htp.p(' 97:
98: htp.p(' name=upperbanner');
99: htp.p(' marginwidth=0');
100: htp.p(' marginheight=0');
101: htp.p(' scrolling=no>');
102:
103: -- search frame

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

96: -- htp.p(' 97:
98: htp.p(' name=upperbanner');
99: htp.p(' marginwidth=0');
100: htp.p(' marginheight=0');
101: htp.p(' scrolling=no>');
102:
103: -- search frame
104: htp.p('

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

97:
98: htp.p(' name=upperbanner');
99: htp.p(' marginwidth=0');
100: htp.p(' marginheight=0');
101: htp.p(' scrolling=no>');
102:
103: -- search frame
104: htp.p(' 105:

Line 104: htp.p('

100: htp.p(' marginheight=0');
101: htp.p(' scrolling=no>');
102:
103: -- search frame
104: htp.p(' 105:
106: htp.p(' name=content');
107: htp.p(' marginwidth=0');
108: htp.p(' marginheight=0');

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

102:
103: -- search frame
104: htp.p(' 105:
106: htp.p(' name=content');
107: htp.p(' marginwidth=0');
108: htp.p(' marginheight=0');
109: htp.p(' scrolling=no>');
110:

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

103: -- search frame
104: htp.p(' 105:
106: htp.p(' name=content');
107: htp.p(' marginwidth=0');
108: htp.p(' marginheight=0');
109: htp.p(' scrolling=no>');
110:
111: -- ASL modifiers frame

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

104: htp.p(' 105:
106: htp.p(' name=content');
107: htp.p(' marginwidth=0');
108: htp.p(' marginheight=0');
109: htp.p(' scrolling=no>');
110:
111: -- ASL modifiers frame
112: --htp.p('

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

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

Line 112: --htp.p('

108: htp.p(' marginheight=0');
109: htp.p(' scrolling=no>');
110:
111: -- ASL modifiers frame
112: --htp.p(' 113:
114: -- lower banner frame
115: htp.p(' 116: htp.p(' name=lowerbanner');

Line 115: htp.p('

111: -- ASL modifiers frame
112: --htp.p(' 113:
114: -- lower banner frame
115: htp.p(' 116: htp.p(' name=lowerbanner');
117: htp.p(' marginwidth=0');
118: htp.p(' marginheight=0');
119: htp.p(' scrolling=no>');

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

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

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

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

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

114: -- lower banner frame
115: htp.p(' 116: htp.p(' name=lowerbanner');
117: htp.p(' marginwidth=0');
118: htp.p(' marginheight=0');
119: htp.p(' scrolling=no>');
120:
121: htp.p('');
122:

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

115: htp.p(' 116: htp.p(' name=lowerbanner');
117: htp.p(' marginwidth=0');
118: htp.p(' marginheight=0');
119: htp.p(' scrolling=no>');
120:
121: htp.p('');
122:
123: -- blue border frame

Line 121: htp.p('');

117: htp.p(' marginwidth=0');
118: htp.p(' marginheight=0');
119: htp.p(' scrolling=no>');
120:
121: htp.p('');
122:
123: -- blue border frame
124: htp.p(' 125: name=borderRight

Line 124: htp.p('

120:
121: htp.p('');
122:
123: -- blue border frame
124: htp.p(' 125: name=borderRight
126: marginwidth=0
127: marginheight=0
128: scrolling=no>');

Line 130: htp.p('');

126: marginwidth=0
127: marginheight=0
128: scrolling=no>');
129:
130: htp.p('');
131:
132: -- control region frame
133: htp.p(' 134:

Line 133: htp.p('

129:
130: htp.p('');
131:
132: -- control region frame
133: htp.p(' 134:
135: htp.p(' name=controlregion');
136: htp.p(' marginwidth=0');
137: htp.p(' marginheight=0');

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

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

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

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

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

133: htp.p(' 134:
135: htp.p(' name=controlregion');
136: htp.p(' marginwidth=0');
137: htp.p(' marginheight=0');
138: htp.p(' scrolling=no>');
139:
140: htp.p('');
141:

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

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

Line 140: htp.p('');

136: htp.p(' marginwidth=0');
137: htp.p(' marginheight=0');
138: htp.p(' scrolling=no>');
139:
140: htp.p('');
141:
142:
143: -- htp.bodyClose;
144: htp.htmlClose;

Line 143: -- htp.bodyClose;

139:
140: htp.p('');
141:
142:
143: -- htp.bodyClose;
144: htp.htmlClose;
145:
146: END ShowFrameSet;
147:

Line 144: htp.htmlClose;

140: htp.p('');
141:
142:
143: -- htp.bodyClose;
144: htp.htmlClose;
145:
146: END ShowFrameSet;
147:
148: END POS_ASL_MASTER_PKG;