DBA Data[Home] [Help]

APPS.MSD_PULL_FACT_DATA dependencies on MSD_ST_UOM_CONVERSIONS

Line 248: from msd_st_uom_conversions

244:
245: /* DWK. Fix Bug 2220983. Do not include instance = '0' in the cursor */
246: Cursor UOM is
247: select instance
248: from msd_st_uom_conversions
249: where instance <> '0'
250: group by instance;
251:
252: l_new_refresh_num NUMBER;

Line 299: MSD_ANALYZE_TABLES.analyze_table('MSD_ST_UOM_CONVERSIONS',null);

295: commit;
296:
297: /* Added by esubrama */
298: MSD_ANALYZE_TABLES.analyze_table('MSD_UOM_CONVERSIONS',null);
299: MSD_ANALYZE_TABLES.analyze_table('MSD_ST_UOM_CONVERSIONS',null);
300: exception
301:
302: when others then
303: