DBA Data[Home] [Help]

APPS.BEN_PLN_BUS dependencies on FND_CURRENCIES_VL

Line 2822: from fnd_currencies_vl

2818: p_object_version_number in number) is
2819: --
2820: --
2821: cursor c1 is select currency_code
2822: from fnd_currencies_vl
2823: where currency_code = p_nip_pl_uom
2824: and enabled_flag = 'Y';
2825:
2826: l_proc varchar2(72) := g_package||'chk_all_lookups';