DBA Data[Home] [Help]

APPS.BEN_EFC_FUNCTIONS dependencies on FND_CURRENCIES

Line 788: from fnd_currencies

784: (c_uom varchar2
785: )
786: is
787: select 1
788: from fnd_currencies
789: where currency_code = c_uom;
790: --
791: l_currency c_currency%rowtype;
792: --