DBA Data[Home] [Help]

APPS.MSD_DEM_TIME_DATA dependencies on FND_PROFILE

Line 305: l_stmt := 'alter session set current_schema=' || fnd_profile.value('MSD_DEM_SCHEMA');

301: END IF;
302: end loop;
303:
304:
305: l_stmt := 'alter session set current_schema=' || fnd_profile.value('MSD_DEM_SCHEMA');
306: execute immediate l_stmt;
307:
308: l_stmt := 'begin ' || fnd_profile.value('MSD_DEM_SCHEMA') || '.Integration_1_Load_Calendars' ||
309: '(''' || fnd_profile.value('MSD_DEM_FISCAL_CALENDAR') || ''')' ||'; end;';

Line 308: l_stmt := 'begin ' || fnd_profile.value('MSD_DEM_SCHEMA') || '.Integration_1_Load_Calendars' ||

304:
305: l_stmt := 'alter session set current_schema=' || fnd_profile.value('MSD_DEM_SCHEMA');
306: execute immediate l_stmt;
307:
308: l_stmt := 'begin ' || fnd_profile.value('MSD_DEM_SCHEMA') || '.Integration_1_Load_Calendars' ||
309: '(''' || fnd_profile.value('MSD_DEM_FISCAL_CALENDAR') || ''')' ||'; end;';
310:
311:
312: msd_dem_common_utilities.log_debug(l_stmt);

Line 309: '(''' || fnd_profile.value('MSD_DEM_FISCAL_CALENDAR') || ''')' ||'; end;';

305: l_stmt := 'alter session set current_schema=' || fnd_profile.value('MSD_DEM_SCHEMA');
306: execute immediate l_stmt;
307:
308: l_stmt := 'begin ' || fnd_profile.value('MSD_DEM_SCHEMA') || '.Integration_1_Load_Calendars' ||
309: '(''' || fnd_profile.value('MSD_DEM_FISCAL_CALENDAR') || ''')' ||'; end;';
310:
311:
312: msd_dem_common_utilities.log_debug(l_stmt);
313: execute immediate l_stmt;