DBA Data[Home] [Help]

APPS.BIS_LOV_PVT dependencies on ICX_UTIL

Line 182: l_prompts icx_util.g_prompts_table;

178: l_br VARCHAR2(10) := '
';
179: l_list_str VARCHAR2(32000);
180: l_lov_str VARCHAR2(32000);
181: l_title VARCHAR2(32000);
182: l_prompts icx_util.g_prompts_table;
183: BEGIN
184:
185: /*
186: htp.p('In get list no label'||l_br);

Line 248: icx_util.getPrompts(601,'ICX_LOV',l_title,l_prompts);

244:
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'

Line 253: , icx_util.replace_alt_quotes( l_title)

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'
256: )
257: , ''

Line 258: , 'onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_title)||''';return true"'

254: , ''
255: , 'BORDER=0 WIDTH=23 HEIGHT=21'
256: )
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

Line 265: ICX_UTIL.LOVbutton

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
268: , c_region_app_id => p_region_app_id
269: , c_region_code => p_region_code