DBA Data[Home] [Help]

APPS.GMD_RESULT_TRANSFER_GRP dependencies on GMD_QUALITY_CONFIG

Line 462: from gmd_quality_config

458:
459: cursor c_action_code (p_sample_id IN NUMBER) IS
460: select retest_action_code
461: , resample_action_code
462: from gmd_quality_config
463: where organization_id = (select organization_id
464: from gmd_samples
465: where sample_id =p_sample_id)
466: order by orgn_code;