DBA Data[Home] [Help]

APPS.MSD_DEM_COLLECT_PRICE_LISTS dependencies on FND_GLOBAL

Line 294: execute immediate l_stmt using p_prl_code, l_profile_table_name, new_prl.data_field, sysdate, nvl(fnd_global.user_id,-1), sysdate, nvl(fnd_global.user_id,-1), fnd_global.user_id;

290:
291: msd_dem_common_utilities.log_debug(l_stmt);
292:
293:
294: execute immediate l_stmt using p_prl_code, l_profile_table_name, new_prl.data_field, sysdate, nvl(fnd_global.user_id,-1), sysdate, nvl(fnd_global.user_id,-1), fnd_global.user_id;
295:
296: l_stmt := 'update ' || get_lookup_value('MSD_DEM_TABLES', 'DISPLAY_UNITS') ||
297: ' set display_units = :1 ' ||
298: ' where display_units_id = :2';