DBA Data[Home] [Help]

APPS.WFA_SEC dependencies on HTP

Line 146: htp.p('');

142: is
143: begin
144: if (background_only) then
145:
146: htp.p('');
147:
148: else
149: if (disp_find is not null) then
150:

Line 151: htp.p ('');

147:
148: else
149: if (disp_find is not null) then
150:
151: htp.p ('');
152:
153: if not (pseudo_login) then
154: icx_plug_utilities.Toolbar(p_text=>page_title, p_disp_help=>'Y',
155: p_disp_find=>Header.disp_find);

Line 160: htp.p('
');

156: else
157: icx_plug_utilities.Toolbar(p_text=>page_title, p_disp_mainmenu=>'N', p_disp_menu=>'N');
158: end if;
159:
160: htp.p('
');
161:
162: else
163:
164: htp.p ('');

Line 164: htp.p ('');

160: htp.p('
');
161:
162: else
163:
164: htp.p ('');
165:
166: if not (pseudo_login) then
167: icx_plug_utilities.Toolbar(p_text=>page_title, p_disp_help=>'Y');
168: else

Line 172: htp.p('
');

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

Line 297: htp.p('');

Line 301: htp.p('');

297: htp.p('');
302:
303: htp.p('');
304:
305: exception

Line 303: htp.p('');

299: icx_admin_sig.help_win_script(p_target, p_language_code, 'FND');
300:
301: htp.p('');
302:
303: htp.p('');
304:
305: exception
306: when others then
307: Wf_Core.Context('Wfa_Sec', 'Create_Help_Syntax');