DBA Data[Home] [Help]

APPS.JAI_CMN_UTILS_PKG dependencies on FND_CURRENCIES

Line 401: CURSOR Chk_Derived_Type_Cur IS SELECT Derive_type FROM Fnd_Currencies

397:
398: -- Cursor for checking currency whether derived from Euro Derived / Euro Currency or not
399: -- added by Subbu, Sri on 02-NOV-2000
400:
401: CURSOR Chk_Derived_Type_Cur IS SELECT Derive_type FROM Fnd_Currencies
402: WHERE Currency_Code in (v_frm_curr);
403: /* Bug 5148770. Added by Lakshmi Gopalsami
404: Changed the select to get the rate into cursor.
405: */