DBA Data[Home] [Help]

APPS.WF_PLUG dependencies on WFA_SEC

Line 32: wfa_sec.Header(TRUE);

28: htp.title(wf_core.translate('ERROR'));
29: htp.headClose;
30:
31: begin
32: wfa_sec.Header(TRUE);
33: exception
34: when others then
35: htp.bodyOpen;
36: end;

Line 54: wfa_sec.Footer;

50: htp.br;
51: htp.p(wf_core.translate('WFENG_ERRSTACK')||': '||
52: replace(error_stack,wf_plug.chr_newline,'
'));
53:
54: wfa_sec.Footer;
55: htp.htmlClose;
56: end Error;
57:
58: --

Line 935: Wfa_Sec.DetailURL(notrec.nid),

931: nf_from_user, nf_to_user, nf_subject);
932:
933: htp.tableData(cvalue=>''||
934: htf.anchor(owa_util.get_owa_service_path||
935: Wfa_Sec.DetailURL(notrec.nid),
936: ctext=>nf_subject, cattributes=>'TARGET="_top"'),
937: calign=>'left');
938:
939: else

Line 943: Wfa_Sec.DetailURL(notrec.nid),

939: else
940:
941: htp.tableData( cvalue=>''||
942: htf.anchor(owa_util.get_owa_service_path||
943: Wfa_Sec.DetailURL(notrec.nid),
944: ctext=>notrec.subject, cattributes=>'TARGET="_top"'),
945: calign=>'left');
946:
947: end if;

Line 1067: wfa_sec.GetSession(l_username);

1063:
1064: BEGIN
1065:
1066: -- Check session and current user
1067: wfa_sec.GetSession(l_username);
1068: l_username := upper(l_username);
1069: wf_directory.GetRoleInfo(l_username, l_realname, s0, s0, s0, s0);
1070:
1071: -- Get language codeset

Line 1384: wfa_sec.footer;

1380: htp.tablerowclose;
1381:
1382: htp.tableclose;
1383:
1384: wfa_sec.footer;
1385: htp.htmlClose;
1386:
1387: exception
1388: when others then

Line 1446: wfa_sec.GetSession(l_username);

1442:
1443: BEGIN
1444:
1445: -- Check session and current user
1446: wfa_sec.GetSession(l_username);
1447: l_username := upper(l_username);
1448:
1449: IF (beg_sent IS NOT NULL) THEN
1450: