DBA Data[Home] [Help]

APPS.ORACLEMYPAGE dependencies on HTP

Line 8: htp.p('DEBUG ('||l_hsecs||') '||message);htp.nl;

4: procedure timer(message VARCHAR2) is --defaulted to NULL, removed for GSCC
5: l_hsecs pls_integer;
6: begin
7: select HSECS into l_hsecs from V$TIMER;
8: htp.p('DEBUG ('||l_hsecs||') '||message);htp.nl;
9: htp.p('Debug');
10: end;
11:
12: function openHTML return varchar2 is

Line 9: htp.p('Debug');

5: l_hsecs pls_integer;
6: begin
7: select HSECS into l_hsecs from V$TIMER;
8: htp.p('DEBUG ('||l_hsecs||') '||message);htp.nl;
9: htp.p('Debug');
10: end;
11:
12: function openHTML return varchar2 is
13:

Line 134: htp.p('Add page creation code here');

130: from ICX_PAGES
131: where USER_ID = icx_sec.g_user_id;
132: exception
133: when NO_DATA_FOUND then
134: htp.p('Add page creation code here');
135: end;
136:
137: fnd_message.set_name('ICX','ICX_LOGIN_CUSTOMIZE');
138: l_customize_page := fnd_message.get;

Line 141: htp.p('');

137: fnd_message.set_name('ICX','ICX_LOGIN_CUSTOMIZE');
138: l_customize_page := fnd_message.get;
139: l_date := to_char(sysdate,icx_sec.g_date_format);
140:
141: htp.p('');
142: htp.p(''||l_title||'');
143: if l_refresh_rate > 0
144: then
145: htp.p('');

Line 142: htp.p(''||l_title||'');

138: l_customize_page := fnd_message.get;
139: l_date := to_char(sysdate,icx_sec.g_date_format);
140:
141: htp.p('');
142: htp.p(''||l_title||'');
143: if l_refresh_rate > 0
144: then
145: htp.p('');
146: end if;

Line 145: htp.p('');

141: htp.p('');
142: htp.p(''||l_title||'');
143: if l_refresh_rate > 0
144: then
145: htp.p('');
146: end if;
147: htp.p('');

196: function_window.win.focus();
197: }
198: };');
199:
200: htp.p('');
201:
202: htp.p('

Web Analytics Made Easy -StatCounter
');
203: htp.p('');
204:

Line 202: htp.p('');

198: };');
199:
200: htp.p('');
201:
202: htp.p('

Web Analytics Made Easy -StatCounter
');
203: htp.p('');
204:
205: htp.p('');
206: htp.p('');

Line 203: htp.p('');

199:
200: htp.p('');
201:
202: htp.p('

Web Analytics Made Easy -StatCounter
');
203: htp.p('');
204:
205: htp.p('
');
206: htp.p('');
207: htp.p('');

Line 205: htp.p('
'||l_date||'
');

201:
202: htp.p('

Web Analytics Made Easy -StatCounter
');
203: htp.p('');
204:
205: htp.p('
');
206: htp.p('');
207: htp.p('');
208: htp.p('');

Line 206: htp.p('
');

202: htp.p('

Web Analytics Made Easy -StatCounter
');
203: htp.p('');
204:
205: htp.p('
'||l_date||''||htf.anchor(curl => 'OraclePlugs.Customize?',
209: ctext => l_customize_page)||'
');
206: htp.p('');
207: htp.p('');
208: htp.p('');
210: htp.p('
'||l_date||''||htf.anchor(curl => 'OraclePlugs.Customize?',
209: ctext => l_customize_page)||'
');

Line 207: htp.p(''||l_date||'');

203: htp.p('');
204:
205: htp.p('');
206: htp.p('');
207: htp.p('');
208: htp.p('');
210: htp.p('
'||l_date||''||htf.anchor(curl => 'OraclePlugs.Customize?',
209: ctext => l_customize_page)||'
');
211:

Line 208: htp.p(''||htf.anchor(curl => 'OraclePlugs.Customize?',

204:
205: htp.p('');
206: htp.p('');
207: htp.p('');
208: htp.p('');
210: htp.p('
'||l_date||' '||htf.anchor(curl => 'OraclePlugs.Customize?',
209: ctext => l_customize_page)||'
');
211:
212: htp.formOpen(curl => 'XXX',

Line 210: htp.p('');

206: htp.p('');
207: htp.p(''||l_date||'');
208: htp.p(''||htf.anchor(curl => 'OraclePlugs.Customize?',
209: ctext => l_customize_page)||'');
210: htp.p('');
211:
212: htp.formOpen(curl => 'XXX',
213: cattributes => 'NAME="functionwindowfocus"');
214: htp.formHidden('X','FALSE');

Line 212: htp.formOpen(curl => 'XXX',

208: htp.p(''||htf.anchor(curl => 'OraclePlugs.Customize?',
209: ctext => l_customize_page)||'');
210: htp.p('');
211:
212: htp.formOpen(curl => 'XXX',
213: cattributes => 'NAME="functionwindowfocus"');
214: htp.formHidden('X','FALSE');
215: htp.formClose;
216:

Line 214: htp.formHidden('X','FALSE');

210: htp.p('');
211:
212: htp.formOpen(curl => 'XXX',
213: cattributes => 'NAME="functionwindowfocus"');
214: htp.formHidden('X','FALSE');
215: htp.formClose;
216:
217: select HSECS into l_timer from V$TIMER;
218: l_timer := (l_timer-l_hsecs)/100;

Line 215: htp.formClose;

211:
212: htp.formOpen(curl => 'XXX',
213: cattributes => 'NAME="functionwindowfocus"');
214: htp.formHidden('X','FALSE');
215: htp.formClose;
216:
217: select HSECS into l_timer from V$TIMER;
218: l_timer := (l_timer-l_hsecs)/100;
219: htp.p('

Startup took '||l_timer||' seconds

');

Line 219: htp.p('

Startup took '||l_timer||' seconds

');

215: htp.formClose;
216:
217: select HSECS into l_timer from V$TIMER;
218: l_timer := (l_timer-l_hsecs)/100;
219: htp.p('

Startup took '||l_timer||' seconds

');
220:
221: htp.p('');
222: htp.p('
');
223: htp.p('');

Line 221: htp.p('
');

217: select HSECS into l_timer from V$TIMER;
218: l_timer := (l_timer-l_hsecs)/100;
219: htp.p('

Startup took '||l_timer||' seconds

');
220:
221: htp.p('
');
222: htp.p('
');
223: htp.p('');
224:
225: for l in left loop

Line 222: htp.p('
');
269: htp.p('
');

218: l_timer := (l_timer-l_hsecs)/100;
219: htp.p('

Startup took '||l_timer||' seconds

');
220:
221: htp.p('');
222: htp.p('');

264: htp.p('');
265: end loop;
266:
267: htp.p('

');
223: htp.p('');
224:
225: for l in left loop
226: htp.p('');
269: htp.p('
');

Line 223: htp.p('');

219: htp.p('

Startup took '||l_timer||' seconds

');
220:
221: htp.p('
');
222: htp.p('');
242: end loop;
243:
244: htp.p('
');
223: htp.p('');
224:
225: for l in left loop
226: htp.p('
');
227:

Line 226: htp.p('
');

222: htp.p('

');
223: htp.p('');
224:
225: for l in left loop
226: htp.p('');
242: end loop;
243:

Line 241: htp.p('');

237: select HSECS into l_timer from V$TIMER;
238: l_timer := (l_timer-l_hsecs)/100;
239: htp.p('

Region took '||l_timer||' seconds

');
240:
241: htp.p('');
242: end loop;
243:
244: htp.p('
');
227:
228: select HSECS into l_hsecs from V$TIMER;
229:
230: l_stmt_str := 'begin '||l.web_html_call||

Line 239: htp.p('

Region took '||l_timer||' seconds

');

235: execute immediate l_stmt_str;
236:
237: select HSECS into l_timer from V$TIMER;
238: l_timer := (l_timer-l_hsecs)/100;
239: htp.p('

Region took '||l_timer||' seconds

');
240:
241: htp.p('
');
245: htp.p('
');

Line 244: htp.p('
');

240:
241: htp.p('

');
245: htp.p('
');
246: htp.p('');
247:
248: for r in right loop

Line 245: htp.p('
');
242: end loop;
243:
244: htp.p('
');

241: htp.p('

');
245: htp.p('
');
246: htp.p('');
247:
248: for r in right loop
249: htp.p('');
265: end loop;
266:
267: htp.p('
');

Line 246: htp.p('');

242: end loop;
243:
244: htp.p('

');
245: htp.p('
');
246: htp.p('');
247:
248: for r in right loop
249: htp.p('');

Line 267: htp.p('
');
250:

Line 249: htp.p('
');

245: htp.p('

');
246: htp.p('');
247:
248: for r in right loop
249: htp.p('');
265: end loop;
266:

Line 264: htp.p('');

260: select HSECS into l_timer from V$TIMER;
261: l_timer := (l_timer-l_hsecs)/100;
262: htp.p('

Region took '||l_timer||' seconds

');
263:
264: htp.p('');
265: end loop;
266:
267: htp.p('
');
250:
251: select HSECS into l_hsecs from V$TIMER;
252:
253: l_stmt_str := 'begin '||r.web_html_call||

Line 262: htp.p('

Region took '||l_timer||' seconds

');

258: execute immediate l_stmt_str;
259:
260: select HSECS into l_timer from V$TIMER;
261: l_timer := (l_timer-l_hsecs)/100;
262: htp.p('

Region took '||l_timer||' seconds

');
263:
264: htp.p('
');
268: htp.p('
');

263:
264: htp.p('

');
268: htp.p('
');
270:
271: select HSECS into l_timer from V$TIMER;

Line 268: htp.p('
');
268: htp.p('
');
270:
271: select HSECS into l_timer from V$TIMER;
272: l_timer := (l_timer-l_start)/100;

Line 269: htp.p('
');

265: end loop;
266:
267: htp.p('

');
268: htp.p('');
269: htp.p('');
270:
271: select HSECS into l_timer from V$TIMER;
272: l_timer := (l_timer-l_start)/100;
273: htp.p('

Whole page took '||l_timer||' seconds

');

Line 273: htp.p('

Whole page took '||l_timer||' seconds

');

269: htp.p('');
270:
271: select HSECS into l_timer from V$TIMER;
272: l_timer := (l_timer-l_start)/100;
273: htp.p('

Whole page took '||l_timer||' seconds

');
274:
275: htp.p('');
276: htp.p('');
277: end if; -- vaildateSession

Line 275: htp.p('');

271: select HSECS into l_timer from V$TIMER;
272: l_timer := (l_timer-l_start)/100;
273: htp.p('

Whole page took '||l_timer||' seconds

');
274:
275: htp.p('');
276: htp.p('');
277: end if; -- vaildateSession
278:
279: end;

Line 276: htp.p('');

272: l_timer := (l_timer-l_start)/100;
273: htp.p('

Whole page took '||l_timer||' seconds

');
274:
275: htp.p('');
276: htp.p('');
277: end if; -- vaildateSession
278:
279: end;
280:

Line 297: htp.p('session_id = '||p_session_id ||' '||SQLERRM);

293: where session_id = p_session_id;
294: commit;
295: exception
296: when no_data_found then
297: htp.p('session_id = '||p_session_id ||' '||SQLERRM);
298: when others then
299: htp.p(SQLERRM);
300:
301: end updateCurrentPageID;

Line 299: htp.p(SQLERRM);

295: exception
296: when no_data_found then
297: htp.p('session_id = '||p_session_id ||' '||SQLERRM);
298: when others then
299: htp.p(SQLERRM);
300:
301: end updateCurrentPageID;
302:
303:

Line 503: --htp.p('home global');--mputman debug

499: l_hosted_profile VARCHAR2(50);
500: l_expired varchar2(30);
501:
502: begin
503: --htp.p('home global');--mputman debug
504:
505: -- 2802333 nlbarlow APPS_SSO
506: BEGIN
507: SELECT user_id

Line 611: htp.p('');
614: ELSIF i_direct IS NOT NULL THEN
615: htp.p('');
614: ELSIF i_direct IS NOT NULL THEN
615: htp.p('');

609: p_url_only => 'Y');
610:
611: htp.p('');
614: ELSIF i_direct IS NOT NULL THEN
615: htp.p('');

Line 615: htp.p('');
614: ELSIF i_direct IS NOT NULL THEN
615: htp.p('');
618: ELSE
619: htp.p('');
614: ELSIF i_direct IS NOT NULL THEN
615: htp.p('');
618: ELSE
619: htp.p('');

613: htp.p('');
614: ELSIF i_direct IS NOT NULL THEN
615: htp.p('');
618: ELSE
619: htp.p('');

Line 619: htp.p('');
618: ELSE
619: htp.p('');
622: END IF; -- FWK
623:

Line 620: htp.p('top.location="OracleMyPage.home?home_url='||wfa_html.conv_special_url_chars(home_url)||'"');

616: htp.p('top.location="'||i_direct||'"');
617: htp.p('');
618: ELSE
619: htp.p('');
622: END IF; -- FWK
623:
624: icx_sec.g_validateSession_flag := true;

Line 621: htp.p('');

617: htp.p('');
618: ELSE
619: htp.p('');
622: END IF; -- FWK
623:
624: icx_sec.g_validateSession_flag := true;
625:

Line 670: htp.p(SQLERRM);

666: --
667: NULL;
668: when others then
669: icx_sec.g_validateSession_flag := true;
670: htp.p(SQLERRM);
671:
672: end;
673:
674: --************************************************************

Line 821: htp.p ('Please contact System Administrator. ');

817: fnd_profile.get(name => 'APPS_PORTAL',
818: val => l_url);
819:
820: if l_url IS NULL Then
821: htp.p ('Please contact System Administrator. ');
822: htp.p ('Profile - APPS_PORTAL is null') ;
823: end If ;
824:
825: owa_util.mime_header('text/html', FALSE);

Line 822: htp.p ('Profile - APPS_PORTAL is null') ;

818: val => l_url);
819:
820: if l_url IS NULL Then
821: htp.p ('Please contact System Administrator. ');
822: htp.p ('Profile - APPS_PORTAL is null') ;
823: end If ;
824:
825: owa_util.mime_header('text/html', FALSE);
826: owa_util.redirect_url(l_url);

Line 1100: --htp.p(l_page_id);

1096: for thisPage in getPages(icx_sec.g_user_id) loop
1097: l_page_id := thisPage.page_id;
1098: l_page_name := thisPage.page_name;
1099: l_main_region_id := thisPage.main_region_id;
1100: --htp.p(l_page_id);
1101: if thisPage.page_type <> 'MAIN' then
1102: temp_page_id:=l_page_id;
1103: l_tabicons(l_page_index).name := 'edit'||l_page_id;-- mputman added l_page_id for bug1340651
1104: l_tabicons(l_page_index).iconname := 'OA_HTML/webtools/images/tab_edit_icon.gif';

Line 1185: htp.p('ERROR - Translation data has not been installed yet, please apply NLS patch.');htp.nl;

1181:
1182: EXCEPTION
1183: -- added 1378862 mputman
1184: WHEN no_nls_exception THEN
1185: htp.p('ERROR - Translation data has not been installed yet, please apply NLS patch.');htp.nl;
1186: when others then
1187: htp.p(SQLERRM);
1188:
1189: end;

Line 1187: htp.p(SQLERRM);

1183: -- added 1378862 mputman
1184: WHEN no_nls_exception THEN
1185: htp.p('ERROR - Translation data has not been installed yet, please apply NLS patch.');htp.nl;
1186: when others then
1187: htp.p(SQLERRM);
1188:
1189: end;
1190:
1191: -- **************************************************************