DBA Data[Home] [Help]

APPS.BEN_PPE_BUS dependencies on FND_CURRENCIES_TL

Line 115: from fnd_currencies_tl

111: l_api_updating boolean;
112:
113: cursor c1 is
114: select null
115: from fnd_currencies_tl
116: where currency_code = p_std_prem_uom ;
117: l_dummy varchar2(30);
118: --
119: Begin