DBA Data[Home] [Help]

APPS.MSD_PULL_FACT_DATA dependencies on MSD_ST_CURRENCY_CONVERSIONS

Line 324: from msd_st_currency_conversions

320: Cursor Currency_Conversion is
321: select
322: min(conversion_date) min_ship_date,
323: max(conversion_date) max_ship_date
324: from msd_st_currency_conversions
325: where nvl(instance, '-888') <> '0';
326:
327: Begin
328:

Line 366: MSD_ANALYZE_TABLES.analyze_table('MSD_ST_CURRENCY_CONVERSIONS',null);

362: commit;
363:
364: /* Added by esubrama */
365: MSD_ANALYZE_TABLES.analyze_table('MSD_CURRENCY_CONVERSIONS',null);
366: MSD_ANALYZE_TABLES.analyze_table('MSD_ST_CURRENCY_CONVERSIONS',null);
367:
368: exception
369:
370: when others then