4105: SELECT DECODE (derive_type, --enh 3098798
4106: NULL, currency_code,
4107: derive_type, 'EUR'
4108: ) currency_code
4109: FROM fnd_currencies
4110: WHERE issuing_territory_code = C_Terr_Code
4111: and nvl(start_date_active, sysdate) <= sysdate
4112: and nvl(end_date_active, sysdate) >= sysdate
4113: and enabled_flag = 'Y';