DBA Data[Home] [Help]

APPS.JAI_CMN_UTILS_PKG dependencies on FND_CURRENCIES

Line 446: CURSOR Chk_Derived_Type_Cur IS SELECT Derive_type FROM Fnd_Currencies

442:
443: -- Cursor for checking currency whether derived from Euro Derived / Euro Currency or not
444: -- added by Subbu, Sri on 02-NOV-2000
445:
446: CURSOR Chk_Derived_Type_Cur IS SELECT Derive_type FROM Fnd_Currencies
447: WHERE Currency_Code in (v_frm_curr);
448: /* Bug 5148770. Added by Lakshmi Gopalsami
449: Changed the select to get the rate into cursor.
450: */