DBA Data[Home] [Help]

APPS.ICX_ON_UTILITIES2 dependencies on JS

Line 12: p_jsproc in varchar2,

8: p_encrypted_where in number,
9: p_query_set in number,
10: p_row_count in number,
11: p_top in boolean,
12: p_jsproc in varchar2,
13: p_hidden in varchar2,
14: p_update in boolean,
15: p_target in varchar2) is
16: l_target varchar2(240);

Line 86: if p_jsproc is null then

82: fnd_message.set_token('TO_ROW_TOKEN',p_query_set);
83: l_message := fnd_message.get;
84:
85: htp.p('');
86: if p_jsproc is null then
87: l_parameter := '?p_start_row='||1||'&'||'p_end_row='||p_query_set||'&'||'p_where='||p_encrypted_where;
88: if p_hidden is not null
89: then
90: l_parameter := l_parameter||'&'||'p_hidden='||p_hidden;

Line 96: htp.anchor('javascript:'||p_jsproc||'(''1'','''||p_query_set||''')',

92: htp.anchor('javascript:set_icon('''||p_packproc||l_parameter||''')',
93: htf.img(curl => '/OA_MEDIA/FNDIFRST.gif', calt => icx_util.replace_alt_quotes(l_prompts(1)),
94: cattributes => 'width=22 height=22 BORDER=0'),'',' onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
95: else
96: htp.anchor('javascript:'||p_jsproc||'(''1'','''||p_query_set||''')',
97: htf.img(curl => '/OA_MEDIA/FNDIFRST.gif', calt =>icx_util.replace_alt_quotes(l_prompts(1)),
98: cattributes => 'width=22 height=22 BORDER=0'),'',' onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
99: end if;
100: htp.p('');

Line 117: if p_jsproc is null then

113: l_message := fnd_message.get;
114:
115:
116: htp.p('');
117: if p_jsproc is null then
118: l_parameter := '?p_start_row='||to_char(l_start_row)||'&'||'p_end_row='||to_char(p_start_row-1)||'&'||'p_where='||p_encrypted_where;
119: if p_hidden is not null
120: then
121: l_parameter := l_parameter||'&'||'p_hidden='||p_hidden;

Line 127: htp.anchor('javascript:'||p_jsproc||'('''||to_char(l_start_row)||''','''||to_char(p_start_row-1)||''')',

123: htp.anchor('javascript:set_icon('''||p_packproc||l_parameter||''')',
124: htf.img(curl => '/OA_MEDIA/FNDIPREV.gif', calt => icx_util.replace_alt_quotes(l_prompts(2)),
125: cattributes => 'width=22 height=22 BORDER=0'),'',' onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
126: else
127: htp.anchor('javascript:'||p_jsproc||'('''||to_char(l_start_row)||''','''||to_char(p_start_row-1)||''')',
128: htf.img(curl => '/OA_MEDIA/FNDIPREV.gif', calt => icx_util.replace_alt_quotes(l_prompts(2)),
129: cattributes => 'width=22 height=22 BORDER=0'),'',' onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
130: end if;
131: htp.p('');

Line 172: if p_jsproc is null then

168: fnd_message.set_token('TO_ROW_TOKEN',l_stop_row);
169: l_message := fnd_message.get;
170:
171: htp.p('');
172: if p_jsproc is null then
173: l_parameter := '?p_start_row='||to_char(p_stop_row+1)||'&'||'p_end_row='||to_char(l_stop_row)||'&'||'p_where='||p_encrypted_where;
174: if p_hidden is not null
175: then
176: l_parameter := l_parameter||'&'||'p_hidden='||p_hidden;

Line 181: htp.anchor('javascript:'||p_jsproc||'('''||to_char(p_stop_row+1)||''','''||to_char(l_stop_row)||''')',

177: end if;
178: htp.anchor('javascript:set_icon('''||p_packproc||l_parameter||''')', htf.img(curl => '/OA_MEDIA/FNDINEXT.gif', calt => icx_util.replace_alt_quotes(l_prompts(3)),
179: cattributes => 'width=22 height=22 BORDER=0'),'',' onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
180: else
181: htp.anchor('javascript:'||p_jsproc||'('''||to_char(p_stop_row+1)||''','''||to_char(l_stop_row)||''')',
182: htf.img(curl => '/OA_MEDIA/FNDINEXT.gif', calt => icx_util.replace_alt_quotes(l_prompts(3)),
183: cattributes => 'width=22 height=22 BORDER=0'),'',' onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
184: end if;
185: htp.p('');

Line 195: if p_jsproc is null then

191: fnd_message.set_token('TO_ROW_TOKEN',p_row_count);
192: l_message := fnd_message.get;
193:
194: htp.p('');
195: if p_jsproc is null then
196: l_parameter := '?p_start_row='||to_char(p_row_count-p_query_set+1)||'&'||'p_end_row='||to_char(p_row_count)||'&'||'p_where='||p_encrypted_where;
197: if p_hidden is not null
198: then
199: l_parameter := l_parameter||'&'||'p_hidden='||p_hidden;

Line 205: htp.anchor('javascript:'||p_jsproc||'('''||to_char(p_row_count-p_query_set+1)||''','''||to_char(p_row_count)||''')',

201: htp.anchor('javascript:set_icon('''||p_packproc||l_parameter||''')',
202: htf.img(curl => '/OA_MEDIA/FNDILAST.gif', calt => icx_util.replace_alt_quotes(l_prompts(4)),
203: cattributes => 'width=22 height=22 BORDER=0'),'','onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
204: else
205: htp.anchor('javascript:'||p_jsproc||'('''||to_char(p_row_count-p_query_set+1)||''','''||to_char(p_row_count)||''')',
206: htf.img(curl => '/OA_MEDIA/FNDILAST.gif', calt => icx_util.replace_alt_quotes(l_prompts(4)),
207: cattributes => 'width=22 height=22 BORDER=0'),'',' onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
208: end if;
209: htp.p('');

Line 222: if p_jsproc is null then

218: fnd_message.set_token('TOTAL_ROW_TOKEN',p_row_count);
219: l_message := fnd_message.get;
220:
221: htp.p('');
222: if p_jsproc is null then
223: l_parameter := '?p_start_row='||1||'&'||'p_end_row='||to_char(p_row_count)||'&'||'p_where='||p_encrypted_where;
224: if p_hidden is not null
225: then
226: l_parameter := l_parameter||'&'||'p_hidden='||p_hidden;

Line 238: P_HyperTextCall => 'javascript:'||p_jsproc||'(''1'','''||to_char(p_row_count)||''')',

234: else
235: icx_util.DynamicButton(P_ButtonText => l_message,
236: P_ImageFileName => 'FNDBALL',
237: P_OnMouseOverText => l_message,
238: P_HyperTextCall => 'javascript:'||p_jsproc||'(''1'','''||to_char(p_row_count)||''')',
239: P_LanguageCode => p_language_code,
240: P_JavaScriptFlag => FALSE);
241: end if;
242: htp.p('');

Line 773: js.checkNumber;

769: then
770: htp.p('