DBA Data[Home] [Help]

APPS.BIS_LOV_PVT dependencies on HTF

Line 101: l_choice_list := htf.formSelectOpen( cname => p_name

97: l_count := l_list.COUNT + 1;
98: l_list(l_count) := p_list(i);
99: END LOOP;
100:
101: l_choice_list := htf.formSelectOpen( cname => p_name
102: , cattributes => p_attributes
103: );
104: x_list_str(x_list_str.count + 1) := l_choice_list;
105:

Line 111: l_choice_list := htf.formSelectOption

107: l_selected := NULL;
108: if(p_selected_value is not null and p_selected_value= l_list(l_ind).id)then
109: l_selected := 'NOTNULL';
110: end if;
111: l_choice_list := htf.formSelectOption
112: ( cvalue => l_list(l_ind).value
113: , cselected => l_selected
114: , cattributes => 'VALUE="' || l_list(l_ind).id|| '"'
115: );

Line 119: l_choice_list := htf.formSelectClose;

115: );
116: x_list_str(x_list_str.count + 1) := l_choice_list;
117: END LOOP;
118:
119: l_choice_list := htf.formSelectClose;
120:
121: x_list_str(x_list_str.count + 1) := l_choice_list;
122: End get_List;
123:

Line 139: x_list_str(x_list_str.count + 1) := htf.tableOpen;

135: l_selected varchar2(320);
136: l_list_str BIS_UTILITIES_PUB.BIS_VARCHAR_TBL;
137: BEGIN
138:
139: x_list_str(x_list_str.count + 1) := htf.tableOpen;
140: x_list_str(x_list_str.count + 1) := htf.tableRowOpen;
141: x_list_str(x_list_str.count + 1) := htf.tableData( cvalue => p_label
142: , calign => 'RIGHT'
143: );

Line 140: x_list_str(x_list_str.count + 1) := htf.tableRowOpen;

136: l_list_str BIS_UTILITIES_PUB.BIS_VARCHAR_TBL;
137: BEGIN
138:
139: x_list_str(x_list_str.count + 1) := htf.tableOpen;
140: x_list_str(x_list_str.count + 1) := htf.tableRowOpen;
141: x_list_str(x_list_str.count + 1) := htf.tableData( cvalue => p_label
142: , calign => 'RIGHT'
143: );
144:

Line 141: x_list_str(x_list_str.count + 1) := htf.tableData( cvalue => p_label

137: BEGIN
138:
139: x_list_str(x_list_str.count + 1) := htf.tableOpen;
140: x_list_str(x_list_str.count + 1) := htf.tableRowOpen;
141: x_list_str(x_list_str.count + 1) := htf.tableData( cvalue => p_label
142: , calign => 'RIGHT'
143: );
144:
145: get_List( p_attributes => p_attributes

Line 159: x_list_str(x_list_str.count + 1) := htf.tableRowClose;

155: x_list_str(x_list_str.count + 1) := l_list_str(i);
156: end loop;
157: x_list_str(x_list_str.count + 1) := '';
158:
159: x_list_str(x_list_str.count + 1) := htf.tableRowClose;
160: x_list_str(x_list_str.count + 1) := htf.tableClose;
161:
162: End get_List;
163: --

Line 160: x_list_str(x_list_str.count + 1) := htf.tableClose;

156: end loop;
157: x_list_str(x_list_str.count + 1) := '';
158:
159: x_list_str(x_list_str.count + 1) := htf.tableRowClose;
160: x_list_str(x_list_str.count + 1) := htf.tableClose;
161:
162: End get_List;
163: --
164: procedure Get_List

Line 197: l_list_str := htf.tableOpen;--(cattributes=> 'BORDER="0"');

193: htp.p('p_frame_name :'||p_frame_name||l_br);
194: htp.p('p_where_clause :'||p_where_clause||l_br||l_br);
195: */
196:
197: l_list_str := htf.tableOpen;--(cattributes=> 'BORDER="0"');
198: x_list_str(x_list_str.count + 1) := l_list_str;
199: --changing the curl parameter--------------
200: l_lov_str := 'javascript:LOV(' || '''' || p_attribute_app_id || '''' ||
201: ','|| '''' || p_attribute_name || '''' ||

Line 211: l_list_str := htf.formOpen

207: ',' || '''' || p_where_clause ||'''' ||
208: ',' ||
209: ''''''
210: || ')';
211: l_list_str := htf.formOpen
212: ( curl => l_lov_str
213: , cattributes => 'NAME="'||p_form_name||'"'
214: );
215:

Line 219: l_list_str := htf.tableRowOpen;

215:
216: ------------
217: x_list_str(x_list_str.count + 1) := l_list_str;
218:
219: l_list_str := htf.tableRowOpen;
220: x_list_str(x_list_str.count + 1) := l_list_str;
221:
222: -- Create form
223: --

Line 226: l_list_str := htf.tableData

222: -- Create form
223: --
224: -- Text Area for user entry
225: --
226: l_list_str := htf.tableData
227: ( cvalue => htf.formText
228: ( cname => p_attribute_name
229: , cattributes => 'class=normal'
230: , csize => p_size

Line 227: ( cvalue => htf.formText

223: --
224: -- Text Area for user entry
225: --
226: l_list_str := htf.tableData
227: ( cvalue => htf.formText
228: ( cname => p_attribute_name
229: , cattributes => 'class=normal'
230: , csize => p_size
231: , cvalue => p_selected_value.value

Line 240: l_list_str := htf.formHidden( cname => p_attribute_code

236: x_list_str(x_list_str.count + 1) := l_list_str;
237:
238: -- Hidden value to hold ID
239: --
240: l_list_str := htf.formHidden( cname => p_attribute_code
241: , cvalue => p_selected_value.id
242: );
243: x_list_str(x_list_str.count + 1) := l_list_str;
244:

Line 249: l_list_str := htf.anchor

245: -- Button to invoke LOV
246: --
247: if (p_func is not null) then
248: icx_util.getPrompts(601,'ICX_LOV',l_title,l_prompts);
249: l_list_str := htf.anchor
250: ( p_func
251: , htf.img( '/OA_MEDIA/FNDILOV.gif'
252: , 'CENTER'
253: , icx_util.replace_alt_quotes( l_title)

Line 251: , htf.img( '/OA_MEDIA/FNDILOV.gif'

247: if (p_func is not null) then
248: icx_util.getPrompts(601,'ICX_LOV',l_title,l_prompts);
249: l_list_str := htf.anchor
250: ( p_func
251: , htf.img( '/OA_MEDIA/FNDILOV.gif'
252: , 'CENTER'
253: , icx_util.replace_alt_quotes( l_title)
254: , ''
255: , 'BORDER=0 WIDTH=23 HEIGHT=21'

Line 261: l_list_str := htf.tableData( cvalue => l_list_str);

257: , ''
258: , 'onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_title)||''';return true"'
259: );
260:
261: l_list_str := htf.tableData( cvalue => l_list_str);
262: else
263: l_list_str := htf.tableData
264: ( cvalue =>
265: ICX_UTIL.LOVbutton

Line 263: l_list_str := htf.tableData

259: );
260:
261: l_list_str := htf.tableData( cvalue => l_list_str);
262: else
263: l_list_str := htf.tableData
264: ( cvalue =>
265: ICX_UTIL.LOVbutton
266: ( c_attribute_app_id => p_attribute_app_id
267: , c_attribute_code => p_attribute_name

Line 281: l_list_str := htf.tableRowClose;

277: end if;
278:
279: x_list_str(x_list_str.count + 1) := l_list_str;
280:
281: l_list_str := htf.tableRowClose;
282: x_list_str(x_list_str.count + 1) := l_list_str;
283:
284: l_list_str := htf.formClose;
285: x_list_str(x_list_str.count + 1) := l_list_str;

Line 284: l_list_str := htf.formClose;

280:
281: l_list_str := htf.tableRowClose;
282: x_list_str(x_list_str.count + 1) := l_list_str;
283:
284: l_list_str := htf.formClose;
285: x_list_str(x_list_str.count + 1) := l_list_str;
286:
287: l_list_str := htf.tableClose;
288: x_list_str(x_list_str.count + 1) := l_list_str;

Line 287: l_list_str := htf.tableClose;

283:
284: l_list_str := htf.formClose;
285: x_list_str(x_list_str.count + 1) := l_list_str;
286:
287: l_list_str := htf.tableClose;
288: x_list_str(x_list_str.count + 1) := l_list_str;
289:
290: EXCEPTION
291: WHEN OTHERS THEN

Line 330: l_list_str := htf.tableOpen;--( cattributes => 'BORDER="0"');

326: htp.p('p_frame_name :'||p_frame_name||l_br);
327: htp.p('p_where_clause :'||p_where_clause||l_br||l_br);
328: */
329:
330: l_list_str := htf.tableOpen;--( cattributes => 'BORDER="0"');
331: x_list_str(x_list_str.count + 1) := l_list_str;
332: l_list_str := htf.tableRowOpen;
333: x_list_str(x_list_str.count + 1) := l_list_str;
334:

Line 332: l_list_str := htf.tableRowOpen;

328: */
329:
330: l_list_str := htf.tableOpen;--( cattributes => 'BORDER="0"');
331: x_list_str(x_list_str.count + 1) := l_list_str;
332: l_list_str := htf.tableRowOpen;
333: x_list_str(x_list_str.count + 1) := l_list_str;
334:
335: -- Put label
336: --

Line 337: l_list_str := htf.tableData

333: x_list_str(x_list_str.count + 1) := l_list_str;
334:
335: -- Put label
336: --
337: l_list_str := htf.tableData
338: ( cvalue => p_label
339: -- , ccolspan => '1'
340: , calign => 'RIGHT'
341: , cnowrap => 'YES'

Line 369: l_list_str := htf.tableRowClose;

365: end loop;
366: l_list_str := '';
367: x_list_str(x_list_str.count + 1) := l_list_str;
368:
369: l_list_str := htf.tableRowClose;
370: x_list_str(x_list_str.count + 1) := l_list_str;
371:
372: l_list_str := htf.tableClose;
373: x_list_str(x_list_str.count + 1) := l_list_str;

Line 372: l_list_str := htf.tableClose;

368:
369: l_list_str := htf.tableRowClose;
370: x_list_str(x_list_str.count + 1) := l_list_str;
371:
372: l_list_str := htf.tableClose;
373: x_list_str(x_list_str.count + 1) := l_list_str;
374:
375: EXCEPTION
376: WHEN OTHERS THEN

Line 433: l_list_str := htf.tableOpen;

429: htp.p('p_form2_name :'||p_form_name||l_br);
430: htp.p('p_where_clause2 :'||p_where_clause||l_br||l_br);
431: */
432:
433: l_list_str := htf.tableOpen;
434: -- ( calign => 'CENTER'
435: -- ( cattributes => 'BORDER="1"');
436: x_list_str(x_list_str.count + 1) := l_list_str;
437: l_list_str := htf.tableRowOpen;

Line 437: l_list_str := htf.tableRowOpen;

433: l_list_str := htf.tableOpen;
434: -- ( calign => 'CENTER'
435: -- ( cattributes => 'BORDER="1"');
436: x_list_str(x_list_str.count + 1) := l_list_str;
437: l_list_str := htf.tableRowOpen;
438: x_list_str(x_list_str.count + 1) := l_list_str;
439:
440: -- Left list with label
441: --

Line 486: l_list_str := htf.tableData

482: x_list_str(x_list_str.count + 1) := l_list_str;
483:
484: -- Separator
485: --
486: l_list_str := htf.tableData
487: ( cvalue => p_separator
488: , ccolspan => '1'
489: , calign => 'CENTER'
490: , cattributes => 'class=normal'

Line 518: l_list_str := htf.tableRowClose;

514: end loop;
515: l_list_str := '';
516: x_list_str(x_list_str.count + 1) := l_list_str;
517:
518: l_list_str := htf.tableRowClose;
519: x_list_str(x_list_str.count + 1) := l_list_str;
520: l_list_str := htf.tableClose;
521: x_list_str(x_list_str.count + 1) := l_list_str;
522:

Line 520: l_list_str := htf.tableClose;

516: x_list_str(x_list_str.count + 1) := l_list_str;
517:
518: l_list_str := htf.tableRowClose;
519: x_list_str(x_list_str.count + 1) := l_list_str;
520: l_list_str := htf.tableClose;
521: x_list_str(x_list_str.count + 1) := l_list_str;
522:
523: EXCEPTION
524: WHEN OTHERS THEN