429: into dummy_x
430: from dual
431: where EXISTS
432: ( select 'x' from
433: pa_expend_typ_sys_links
434: where system_linkage_function = 'VI'
435: and expenditure_type = l_expenditure_type);
436:
437: v_arr_exp_type(K) := l_expenditure_type;