DBA Data[Home] [Help]

APPS.FII_AP_HOLD_DATA_F_C dependencies on EDW_LOCAL_SYSTEM_PARAMETERS

Line 803: from edw_local_system_parameters SP;

799: -- Read The Warehouse Currency , Added for Currency Conversion Date Enhancement
800: ---------------------------------------------------------------------------------
801: select /*+ FULL(SP) CACHE(SP) */
802: warehouse_currency_code into l_to_currency
803: from edw_local_system_parameters SP;
804:
805:
806: if (g_missing_rates >0) then
807: --------------------------------------------------------------------