DBA Data[Home] [Help]

APPS.BEN_EPO_BUS dependencies on FND_CURRENCIES_VL

Line 159: from fnd_currencies_vl a

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

Line 164: from fnd_currencies_vl a

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