DBA Data[Home] [Help]

APPS.MSD_COMPOSITE_GROUPING dependencies on MSD_BOOKING_DATA

Line 306: FROM msd_booking_data_v x;

302: x.sales_channel,
303: x.user_defined1,
304: x.user_defined2,
305: null -- dcs level value
306: FROM msd_booking_data_v x;
307:
308: lv_stream_id NUMBER;
309:
310: BEGIN

Line 374: AND EXISTS (select 1 from msd_booking_data where rownum=1);

370: AND a.collect_flag='Y'
371: AND b.strict_flag='Y'
372: AND b.valid_flag='Y'
373: AND b.enable_flag='Y'
374: AND EXISTS (select 1 from msd_booking_data where rownum=1);
375:
376: --MSD_BOOKING_ORIG_HISTORY ??
377:
378: EXCEPTION