DBA Data[Home] [Help]

APPS.MSD_DEM_COLLECT_CURRENCY dependencies on FND_GLOBAL

Line 157: EXECUTE IMMEDIATE l_stmt USING p_currency_code, new_currency.real_table, sysdate, fnd_global.user_id, sysdate, fnd_global.user_id, fnd_global.user_id;

153: ,:7
154: ,:8
155: )';
156:
157: EXECUTE IMMEDIATE l_stmt USING p_currency_code, new_currency.real_table, sysdate, fnd_global.user_id, sysdate, fnd_global.user_id, fnd_global.user_id;
158: l_stmt := 'update ' || msd_dem_common_utilities.get_lookup_value('MSD_DEM_TABLES', 'REAL_VALUES') || '
159: set real_value = :1
160: where real_value_id = :2';
161: