DBA Data[Home] [Help]

APPS.BEN_EFC_ADJUSTMENTS dependencies on FND_CURRENCIES

Line 1141: from fnd_currencies fcu

1137: (c_curr_code varchar2
1138: )
1139: is
1140: select fcu.derive_factor
1141: from fnd_currencies fcu
1142: where fcu.currency_code = c_curr_code;
1143: --
1144: l_ccfactdets c_ccfactdets%rowtype;
1145: --