DBA Data[Home] [Help]

APPS.GMD_QC_TESTS_GRP dependencies on GMD_EVENT_SPEC_DISP

Line 1323: gmd_event_spec_disp c

1319: CURSOR c_get_spec_id(p_sample_id NUMBER) IS
1320: select c.spec_id
1321: from gmd_samples a,
1322: gmd_sampling_events b,
1323: gmd_event_spec_disp c
1324: where a.sample_id = p_sample_id
1325: and a.sampling_event_id = b.sampling_event_id
1326: and a.sampling_event_id = c.sampling_event_id
1327: and nvl(c.spec_used_for_lot_attrib_ind,'N') ='Y';