DBA Data[Home] [Help]

APPS.GMD_RESULT_TRANSFER_GRP dependencies on GMD_SAMPLING_EVENTS

Line 831: FROM gmd_sampling_events gse

827: IF (l_composite_flag = 'Y') THEN
828: BEGIN
829: SELECT sample_active_cnt
830: INTO l_sample_active_cnt
831: FROM gmd_sampling_events gse
832: WHERE gse.sampling_event_id=p_sampling_event_id;
833: EXCEPTION
834: WHEN OTHERS THEN
835: --This should never happen