DBA Data[Home] [Help]

APPS.GMD_VARIANT_TIME_POINT_GRP dependencies on GMD_TEST_INTERVAL_PLAN_PERIODS

Line 265: from gmd_test_interval_plan_periods

261: months_from_start ,
262: weeks_from_start ,
263: days_from_start ,
264: hours_from_start
265: from gmd_test_interval_plan_periods
266: where test_interval_plan_id = p_test_interval_plan_id
267: and nvl(exclude,'N') = 'N'
268: order by simulated_date;
269: