DBA Data[Home] [Help]

APPS.GMD_RESULT_TRANSFER_GRP dependencies on GMD_TEST_METHODS_B

Line 399: FROM gmd_qc_tests t,gmd_units b, gmd_test_methods_b tm

395: below_max_action_code, above_max_action_code,
396: priority,
397: t.display_precision, t.report_precision,
398: t.expression, tm.resources
399: FROM gmd_qc_tests t,gmd_units b, gmd_test_methods_b tm
400: WHERE t.test_id = p_test_id
401: AND t.test_method_id = tm.test_method_id
402: AND t.test_unit = b.qcunit_code (+) ;
403: