DBA Data[Home] [Help]

APPS.BEN_PEP_BUS dependencies on FND_CURRENCIES_VL

Line 173: from fnd_currencies_vl a

169: l_dummy varchar2(1);
170: --
171: cursor c1 is
172: select null
173: from fnd_currencies_vl a
174: where a.currency_code = p_comp_ref_uom;
175: --
176: cursor c2 is
177: select null

Line 178: from fnd_currencies_vl a

174: where a.currency_code = p_comp_ref_uom;
175: --
176: cursor c2 is
177: select null
178: from fnd_currencies_vl a
179: where a.currency_code = p_rt_comp_ref_uom;
180: --
181: begin
182: --