155: l_dummy varchar2(1);
156: --
157: cursor c1 is
158: select null
159: from fnd_currencies_vl a
160: where a.currency_code = p_comp_ref_uom;
161: --
162: cursor c2 is
163: select null
160: where a.currency_code = p_comp_ref_uom;
161: --
162: cursor c2 is
163: select null
164: from fnd_currencies_vl a
165: where a.currency_code = p_rt_comp_ref_uom;
166: --
167: begin
168: --