DBA Data[Home] [Help]

APPS.GMD_QC_MIGB12 dependencies on GMD_SAMPLES

Line 353: gmd_samples.

349: END IF;
350:
351: /*==================================
352: Update gmd_sampling_events and
353: gmd_samples.
354: ==================================*/
355:
356: UPDATE gmd_sampling_events
357: SET batch_id = l_mig_batch.new_batch_id,

Line 365: UPDATE gmd_samples

361:
362: l_samp_event_upd := l_samp_event_upd + 1;
363:
364:
365: UPDATE gmd_samples
366: SET batch_id = l_mig_batch.new_batch_id,
367: step_id = l_new_step_id,
368: material_detail_id = l_new_det_id
369: WHERE sampling_event_id = l_sam_event.sampling_event_id;