DBA Data[Home] [Help]

APPS.BEN_EFC_ADJUSTMENTS1 dependencies on HR_NCU_CURRENCIES

Line 357: from hr_ncu_currencies ncu

353: (c_uom varchar2
354: )
355: is
356: select ncu.currency_code
357: from hr_ncu_currencies ncu
358: where ncu.currency_code = c_uom;
359: --
360: l_ncuuomdets c_ncuuomdets%rowtype;
361: --