DBA Data[Home] [Help]

APPS.MSD_PULL_FACT_DATA dependencies on MSD_ST_MFG_FORECAST

Line 527: from msd_st_mfg_forecast

523: /* DWK. Fix Bug 2220983. Do not include instance = '0' in the cursor */
524: Cursor Mfg_Forecast is
525: select instance,
526: forecast_designator
527: from msd_st_mfg_forecast
528: where instance <> '0'
529: group by instance, forecast_designator
530: order by instance;
531:

Line 642: MSD_ANALYZE_TABLES.analyze_table('MSD_ST_MFG_FORECAST',null);

638: COMMIT;
639:
640: /* Added by esubrama */
641: MSD_ANALYZE_TABLES.analyze_table('MSD_MFG_FORECAST',null);
642: MSD_ANALYZE_TABLES.analyze_table('MSD_ST_MFG_FORECAST',null);
643:
644: EXCEPTION
645: when others then
646: errbuf := substr(SQLERRM,1,150);