DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on GMD_QC_TESTS_VL

Line 5024: FROM gmd_qc_tests_vl qc,

5020: ) IS
5021:
5022: Cursor Cur_find_max_dur IS
5023: SELECT qc.test_code, mthd.test_duration
5024: FROM gmd_qc_tests_vl qc,
5025: gmd_test_methods_b mthd,
5026: gmd_spec_tests_b spec
5027: WHERE qc.test_method_id = mthd.test_method_id
5028: AND qc.test_id = spec.test_id