DBA Data[Home] [Help]

APPS.BEN_EFC_FUNCTIONS dependencies on HR_NCU_CURRENCIES

Line 751: from hr_ncu_currencies

747: (c_curr_code varchar2
748: )
749: is
750: select 1
751: from hr_ncu_currencies
752: where currency_code = c_curr_code;
753: --
754: l_ncu c_ncu%rowtype;
755: --