DBA Data[Home] [Help]

APPS.AS_IMPORT_SL_PVT dependencies on FND_CURRENCIES

Line 4090: FROM fnd_currencies

4086: SELECT DECODE (derive_type, --enh 3098798
4087: NULL, currency_code,
4088: derive_type, 'EUR'
4089: ) currency_code
4090: FROM fnd_currencies
4091: WHERE issuing_territory_code = C_Terr_Code
4092: and nvl(start_date_active, sysdate) <= sysdate
4093: and nvl(end_date_active, sysdate) >= sysdate
4094: and enabled_flag = 'Y';