DBA Data[Home] [Help]

APPS.ICX_ADMIN_SIG dependencies on FND_HELP

Line 112: l_url := fnd_help.get_url(l_application_short_name, l_target,

108:
109: /*
110: ** Get the proper syntax for opening the help window
111: */
112: l_url := fnd_help.get_url(l_application_short_name, l_target,
113: FALSE, l_target_type);
114:
115: /*
116: ** Create the link syntax

Line 124: -- icx_fnd_help

120:
121: end;
122:
123: --************************************************************************
124: -- icx_fnd_help
125: --************************************************************************
126:
127: function icx_fnd_help ( defHlp in varchar2 default null,
128: p_application_id in number default 178) return varchar2 is

Line 127: function icx_fnd_help ( defHlp in varchar2 default null,

123: --************************************************************************
124: -- icx_fnd_help
125: --************************************************************************
126:
127: function icx_fnd_help ( defHlp in varchar2 default null,
128: p_application_id in number default 178) return varchar2 is
129:
130: l_url varchar2(4000) := NULL;
131: l_target_type varchar2(20) := 'TARGET';

Line 152: l_url := fnd_help.get_url(l_application_short_name, defHlp,

148: when others then
149: raise;
150: end;
151:
152: l_url := fnd_help.get_url(l_application_short_name, defHlp,
153: FALSE, l_target_type);
154:
155: return l_url;
156:

Line 157: end icx_fnd_help;

153: FALSE, l_target_type);
154:
155: return l_url;
156:
157: end icx_fnd_help;
158:
159:
160: --Return the proper syntax for generating the help_win javascript function
161: --but don't pipe it out to htp. This is used by BIS in their reports.

Line 271: l_url := fnd_help.get_url(l_application_short_name, l_target,

267:
268: /*
269: ** Get the proper syntax for opening the help window
270: */
271: l_url := fnd_help.get_url(l_application_short_name, l_target,
272: FALSE, l_target_type);
273:
274: /*
275: ** Create the link syntax

Line 372: htp.tableData(htf.anchor('javascript:help_window()',htf.img('/OA_MEDIA/FNDSHELP.gif',

368:
369: htp.tableData(htf.anchor('icx_admin_sig.Startover', htf.img('/OA_MEDIA/FNDSLOGF.gif',
370: 'CENTER',icx_util.replace_alt_quotes(c_prompts(4)),'','BORDER=0 WIDTH=55 HEIGHT=38'),'','onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(c_prompts(4))||''';return true"'));
371:
372: htp.tableData(htf.anchor('javascript:help_window()',htf.img('/OA_MEDIA/FNDSHELP.gif',
373: 'CENTER',icx_util.replace_alt_quotes(c_prompts(5)),'','BORDER=0 WIDTH=46 HEIGHT=38'),'','onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(c_prompts(5))||''';return true"'));
374: htp.tableRowClose;
375: htp.tableClose;
376: htp.line;

Line 542: htf.img('/OA_MEDIA/FNDSHELP.gif','CENTER',

538: end if;
539:
540: if (disp_help = 'Y') then
541: htp.tableData(htf.anchor('javascript:help_window()',
542: htf.img('/OA_MEDIA/FNDSHELP.gif','CENTER',
543: icx_util.replace_alt_quotes(c_prompts(5)),'',
544: 'BORDER=0 '),'',
545: 'onMouseOver="window.status=''' ||
546: icx_util.replace_onMouseOver_quotes(c_prompts(5))||