DBA Data[Home] [Help]

APPS.WFA_HTML dependencies on HTF

Line 86: htp.tableData(htf.formText('User_ID', 25, cattributes=>'id="i_user_id"'),

82: htp.tableData('', 'Right',
85: cattributes=>'id=""');
86: htp.tableData(htf.formText('User_ID', 25, cattributes=>'id="i_user_id"'),
87: 'Left', cattributes=>'id=""');
88: htp.tableRowClose;
89:
90: htp.tableRowOpen;

Line 95: htp.tableData(htf.formPassword('Password', 25,

91: htp.tableData('', 'Right',
94: cattributes=>'id=""');
95: htp.tableData(htf.formPassword('Password', 25,
96: cattributes=>'id="i_password"'), 'Left',
97: cattributes=>'id=""');
98: htp.tableRowClose;
99:

Line 727: result := htf.htmlOpen ||g_newLine;

723: Wf_Notification.GetInfo(nid, username, s0, s0, s0, s0, status);
724: Wf_Directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
725:
726: -- Set title
727: result := htf.htmlOpen ||g_newLine;
728: result := result || htf.headOpen||g_newLine;
729: if (status = 'OPEN') then
730: result := result ||
731: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||

Line 728: result := result || htf.headOpen||g_newLine;

724: Wf_Directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
725:
726: -- Set title
727: result := htf.htmlOpen ||g_newLine;
728: result := result || htf.headOpen||g_newLine;
729: if (status = 'OPEN') then
730: result := result ||
731: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||
732: g_newLine;

Line 731: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||

727: result := htf.htmlOpen ||g_newLine;
728: result := result || htf.headOpen||g_newLine;
729: if (status = 'OPEN') then
730: result := result ||
731: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||
732: g_newLine;
733: else
734: result := result ||
735: htf.title(wf_core.translate('WFA_CDTITLE')||' '||realname)||

Line 735: htf.title(wf_core.translate('WFA_CDTITLE')||' '||realname)||

731: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||
732: g_newLine;
733: else
734: result := result ||
735: htf.title(wf_core.translate('WFA_CDTITLE')||' '||realname)||
736: g_newLine;
737: end if;
738:
739: --tr: dont execute the help function

Line 743: result := result || htf.headClose||g_newLine;

739: --tr: dont execute the help function
740: --it calls htp procs which causes session to hang
741: -- wfa_html.create_help_function('wf/links/det.htm?DETNOT');
742:
743: result := result || htf.headClose||g_newLine;
744:
745: -- Calculate size of response frame
746: respsize := RespFrameSize(nid);
747:

Line 772: result := result || htf.htmlClose;

768: WF_CORE.Translate('WFA_DTITLE_TBAR') || '" LONGDESC="' ||
769: agent ||
770: 'wfa_html.LongDesc?p_token=WFA_DTITLE_TBAR">'||g_newLine;
771: result := result || ''||g_newLine;
772: result := result || htf.htmlClose;
773:
774: else
775: -- Send_accesskey is set to N so we will generate a DirectLogin call.
776: -- We do not need to authenticate the user, since the user will have

Line 783: result := htf.htmlOpen ||g_newLine;

779: -- we will then confirm that the user logged in can also view the
780: -- notification.
781: key := NULL;
782:
783: result := htf.htmlOpen ||g_newLine;
784: result := result || htf.headOpen||g_newLine;
785: result := result ||
786: htf.title(wf_core.translate('WFA_LOGIN_REQUEST'))||
787: g_newLine;

Line 784: result := result || htf.headOpen||g_newLine;

780: -- notification.
781: key := NULL;
782:
783: result := htf.htmlOpen ||g_newLine;
784: result := result || htf.headOpen||g_newLine;
785: result := result ||
786: htf.title(wf_core.translate('WFA_LOGIN_REQUEST'))||
787: g_newLine;
788: result := result || htf.headClose||g_newLine;

Line 786: htf.title(wf_core.translate('WFA_LOGIN_REQUEST'))||

782:
783: result := htf.htmlOpen ||g_newLine;
784: result := result || htf.headOpen||g_newLine;
785: result := result ||
786: htf.title(wf_core.translate('WFA_LOGIN_REQUEST'))||
787: g_newLine;
788: result := result || htf.headClose||g_newLine;
789:
790: result := result||''||g_newLine;

Line 788: result := result || htf.headClose||g_newLine;

784: result := result || htf.headOpen||g_newLine;
785: result := result ||
786: htf.title(wf_core.translate('WFA_LOGIN_REQUEST'))||
787: g_newLine;
788: result := result || htf.headClose||g_newLine;
789:
790: result := result||''||g_newLine;
791:
792: result := result ||

Line 796: result := result || htf.htmlClose;

792: result := result ||
793: ' 794: ' src="'||agent || '/' || wfa_sec.DirectLogin(nid) || '">'||g_newLine;
795: result := result || ''||g_newLine;
796: result := result || htf.htmlClose;
797: end if;
798:
799: return(result);
800: exception

Line 842: result := htf.htmlOpen ||g_newLine;

838: Wf_Notification.GetInfo(nid, username, s0, s0, s0, s0, status);
839: Wf_Directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
840:
841: -- Set title
842: result := htf.htmlOpen ||g_newLine;
843: result := result || htf.headOpen||g_newLine;
844: if (status = 'OPEN') then
845: result := result ||
846: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||

Line 843: result := result || htf.headOpen||g_newLine;

839: Wf_Directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
840:
841: -- Set title
842: result := htf.htmlOpen ||g_newLine;
843: result := result || htf.headOpen||g_newLine;
844: if (status = 'OPEN') then
845: result := result ||
846: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||
847: g_newLine;

Line 846: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||

842: result := htf.htmlOpen ||g_newLine;
843: result := result || htf.headOpen||g_newLine;
844: if (status = 'OPEN') then
845: result := result ||
846: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||
847: g_newLine;
848: else
849: result := result ||
850: htf.title(wf_core.translate('WFA_CDTITLE')||' '||realname)||

Line 850: htf.title(wf_core.translate('WFA_CDTITLE')||' '||realname)||

846: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||
847: g_newLine;
848: else
849: result := result ||
850: htf.title(wf_core.translate('WFA_CDTITLE')||' '||realname)||
851: g_newLine;
852: end if;
853:
854: result := result || htf.headClose||g_newLine;

Line 854: result := result || htf.headClose||g_newLine;

850: htf.title(wf_core.translate('WFA_CDTITLE')||' '||realname)||
851: g_newLine;
852: end if;
853:
854: result := result || htf.headClose||g_newLine;
855:
856: -- Open frameset.
857: -- NOTE: Do NOT set the focus here, because it is not supported on
858: -- all platforms, and it is unknown at this point what browser will

Line 861: result := result || htf.bodyOpen || g_newLine;

857: -- NOTE: Do NOT set the focus here, because it is not supported on
858: -- all platforms, and it is unknown at this point what browser will
859: -- be used to display the html returned to the mailer.
860: if g_wfInstall='EMBEDDED' then
861: result := result || htf.bodyOpen || g_newLine;
862: result := result || '' || g_newLine;
872: result := result || htf.bodyClose || g_newLine || htf.htmlClose;
873: else
874: -- While the call is within standalone, continue to
875: -- operate as before.
876: if (agent is null) then