DBA Data[Home] [Help]

APPS.MSD_PULL_FACT_DATA dependencies on MSD_ST_BOOKING_DATA

Line 175: from msd_st_booking_data

171: Cursor Booking is
172: select instance,
173: min(booked_date) min_ship_date,
174: max(booked_date) max_ship_date
175: from msd_st_booking_data
176: where instance <> '0'
177: group by instance ;
178:
179: l_new_refresh_num NUMBER;

Line 225: MSD_ANALYZE_TABLES.analyze_table('MSD_ST_BOOKING_DATA',null);

221: commit;
222:
223: /* Added by esubrama */
224: MSD_ANALYZE_TABLES.analyze_table('MSD_BOOKING_DATA',null);
225: MSD_ANALYZE_TABLES.analyze_table('MSD_ST_BOOKING_DATA',null);
226:
227: EXCEPTION
228:
229: when others then