DBA Data[Home] [Help]

APPS.WFA_SEC dependencies on HTP

Line 157: htp.p('');

153: is
154: begin
155: if (background_only) then
156:
157: htp.p('');
158:
159: else
160: if (disp_find is not null) then
161:

Line 162: htp.p ('');

158:
159: else
160: if (disp_find is not null) then
161:
162: htp.p ('');
163:
164: if not (pseudo_login) then
165: icx_plug_utilities.Toolbar(p_text=>page_title, p_disp_help=>'Y',
166: p_disp_find=>Header.disp_find);

Line 171: htp.p('
');

167: else
168: icx_plug_utilities.Toolbar(p_text=>page_title, p_disp_mainmenu=>'N', p_disp_menu=>'N');
169: end if;
170:
171: htp.p('
');
172:
173: else
174:
175: htp.p ('');

Line 175: htp.p ('');

171: htp.p('
');
172:
173: else
174:
175: htp.p ('');
176:
177: if not (pseudo_login) then
178: icx_plug_utilities.Toolbar(p_text=>page_title, p_disp_help=>'Y');
179: else

Line 183: htp.p('
');

179: else
180: icx_plug_utilities.Toolbar(p_text=>page_title, p_disp_mainmenu=>'N', p_disp_menu=>'N');
181: end if;
182:
183: htp.p('
');
184:
185: end if;
186: end if;
187: exception

Line 308: htp.p('');

Line 312: htp.p('');

308: htp.p('');
313:
314: htp.p('');
315:
316: exception

Line 314: htp.p('');

310: icx_admin_sig.help_win_script(p_target, p_language_code, 'FND');
311:
312: htp.p('');
313:
314: htp.p('');
315:
316: exception
317: when others then
318: Wf_Core.Context('Wfa_Sec', 'Create_Help_Syntax');