DBA Data[Home] [Help]

APPS.GMD_VARIANT_TIME_POINT_GRP dependencies on GMD_TEST_INTERVAL_PLAN_PERIODS

Line 272: from gmd_test_interval_plan_periods

268: months_from_start ,
269: weeks_from_start ,
270: days_from_start ,
271: hours_from_start
272: from gmd_test_interval_plan_periods
273: where test_interval_plan_id = p_test_interval_plan_id
274: and nvl(exclude,'N') = 'N'
275: order by simulated_date;
276: