DBA Data[Home] [Help]

APPS.ISC_DEPOT_MARGIN_ETL_PKG dependencies on FII_CURRENCY

Line 354: , fii_currency.get_rate( costs.func_currency_code

350: costs.func_currency_code
351: , costs.date_closed
352: , decode( costs.func_currency_code
353: , g_global_curr_code, 1
354: , fii_currency.get_rate( costs.func_currency_code
355: , g_global_curr_code
356: , costs.date_closed
357: , g_global_rate_type
358: )

Line 363: , fii_currency.get_rate( costs.func_currency_code

359: ) g_conv_rate
360: , decode( g_global_sec_curr_code
361: , null, null
362: , costs.func_currency_code, 1
363: , fii_currency.get_rate( costs.func_currency_code
364: , g_global_sec_curr_code
365: , costs.date_closed
366: , g_global_sec_rate_type
367: )