DBA Data[Home] [Help]

APPS.GMD_QC_MIGRATE_TO_1151J dependencies on GMD_RESULTS_GRP

Line 5427: l_in_spec_ind := GMD_RESULTS_GRP.rslt_is_in_spec(

5423: rslt_rec.text_result IS NOT NULL ) THEN
5424: l_evaluation_ind := '2R';
5425: END IF;
5426: ELSE
5427: l_in_spec_ind := GMD_RESULTS_GRP.rslt_is_in_spec(
5428: id_rec.spec_id,
5429: rslt_rec.qcassy_typ_id,
5430: rslt_rec.num_result,
5431: rslt_rec.text_result);

Line 5856: GMD_RESULTS_GRP.create_rslt_and_spec_rslt_rows (

5852: /* If there is an applicable spec */
5853: IF l_spec_vr_id IS NOT NULL THEN
5854:
5855: /* Create the results and all applicable rows */
5856: GMD_RESULTS_GRP.create_rslt_and_spec_rslt_rows (
5857: p_sample => nores_rec,
5858: p_migration => 'Y',
5859: x_event_spec_disp => l_event_spec_tab,
5860: x_sample_spec_disp => l_sample_spec_tab,