DBA Data[Home] [Help]

APPS.MSD_DEM_COLLECT_PRICE_LISTS dependencies on FND_GLOBAL

Line 282: 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;

278:
279: msd_dem_common_utilities.log_debug(l_stmt);
280:
281:
282: 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;
283:
284: l_stmt := 'update ' || get_lookup_value('MSD_DEM_TABLES', 'DISPLAY_UNITS') ||
285: ' set display_units = :1 ' ||
286: ' where display_units_id = :2';