DBA Data[Home] [Help]

APPS.GMD_SS_WFLOW_GRP dependencies on GMD_SS_TIME_POINTS

Line 272: FROM GMD_SS_TIME_POINTS tp

268: SELECT time_point_id,
269: spec_id,
270: scheduled_date,
271: samples_per_time_point
272: FROM GMD_SS_TIME_POINTS tp
273: WHERE tp.variant_id = var_rec.variant_id ;
274: tp_rec c_get_tp%ROWTYPE;
275:
276: CURSOR cr_sampling_event_created IS

Line 546: UPDATE gmd_ss_time_points

542: commit; */
543: /* GMD_SS_VARIANTS is updated with the sampling_event_id for the
544: -- Variant's retained samples. The variant's retained samples are
545: -- associated with the same sampling event. */
546: UPDATE gmd_ss_time_points
547: set sampling_event_id =
548: x_sampling_event.sampling_event_id
549: WHERE time_point_id = tp_rec.time_point_id;
550: p_sample.sampling_event_id :=