DBA Data[Home] [Help]

APPS.BEN_PGM_BUS dependencies on FND_CURRENCIES_VL

Line 3857: from fnd_currencies_vl

3853: p_effective_date in date,
3854: p_object_version_number in number) is
3855: --
3856: cursor c1 is select currency_code
3857: from fnd_currencies_vl
3858: where currency_code = p_pgm_uom
3859: and enabled_flag = 'Y';
3860: --
3861: l_proc varchar2(72) := g_package||'chk_pgm_uom';