DBA Data[Home] [Help]

APPS.ICX_DEFINE_PAGES dependencies on WFA_SEC

Line 17: wfa_sec.Header(background_only=>TRUE);

13: htp.title(wf_core.translate('ERROR'));
14: htp.headClose;
15:
16: begin
17: wfa_sec.Header(background_only=>TRUE);
18: exception
19: when others then
20: htp.bodyOpen;
21: end;

Line 38: wfa_sec.Footer;

34: htp.br;
35: htp.p(wf_core.translate('WFENG_ERRSTACK')||': '||
36: replace(error_stack,wf_core.newline,'
'));
37:
38: wfa_sec.Footer;
39: htp.htmlClose;
40: end Error;
41:
42: -- ***********************************************

Line 79: wfa_sec.GetSession(username);

75:
76: begin
77:
78: -- Check session and current user
79: wfa_sec.GetSession(username);
80: username := upper(username);
81:
82: l_user_id:= icx_sec.getID(icx_sec.PV_WEB_USER_ID);
83:

Line 334: wfa_sec.GetSession(username);

330:
331: Begin
332:
333: -- Check session and current user
334: wfa_sec.GetSession(username);
335: username := upper(username);
336:
337: l_user_id:= icx_sec.getID(icx_sec.PV_WEB_USER_ID);
338:

Line 404: wfa_sec.GetSession(username);

400: l_pages varchar2(4000);
401:
402: BEGIN
403: -- Check session and current user
404: wfa_sec.GetSession(username);
405: username := upper(username);
406:
407: l_user_id:= icx_sec.getID(icx_sec.PV_WEB_USER_ID);
408:

Line 493: wfa_sec.GetSession(username);

489:
490: begin
491:
492: -- Check session and current user
493: wfa_sec.GetSession(username);
494: username := upper(username);
495:
496: l_user_id:= icx_sec.getID(icx_sec.PV_WEB_USER_ID);
497:

Line 521: wfa_sec.Header(background_only=>TRUE,

517: htp.p('');
518: htp.p(''||l_title||'');
519: htp.p('

Web Analytics Made Easy -StatCounter
');
520:
521: wfa_sec.Header(background_only=>TRUE,
522: page_title=>wf_core.translate('MAINTAIN_PAGES'),
523: inc_lov_applet=>FALSE);
524:
525: htp.p('