DBA Data[Home] [Help]

APPS.FII_AP_INV_ON_HOLD_F_C dependencies on EDW_LOCAL_SYSTEM_PARAMETERS

Line 765: from edw_local_system_parameters SP;

761: -- Read The Warehouse Currency. Added for Currency Conversion Date Enhancement
762: -------------------------------------------------------------------------------
763: select /*+ FULL(SP) CACHE(SP) */
764: warehouse_currency_code into l_to_currency
765: from edw_local_system_parameters SP;
766:
767:
768: if (g_missing_rates >0) then
769: --------------------------------------------------------------------