[Home] [Help]
APPS.GMD_RESULTS_PUB dependencies on GMD_QUALITY_CONFIG
Line 155: from gmd_quality_config
151: AND test_id = p_test_id;
152: -- 14635099 new cursor
153: CURSOR get_config IS
154: select retest_action_code
155: from gmd_quality_config
156: where organization_id = l_samples_rec.organization_id;
157:
158: l_sample gmd_samples%rowtype;
159: test_ids gmd_api_pub.number_tab;