DBA Data[Home] [Help]

APPS.GMD_RESULTS_PUB dependencies on GMD_RESULTS_GRP

Line 50: * comment out call to GMD_RESULTS_GRP.change_disp_for_auto_lot *

46: * changed to one of these below *
47: * ('0RT', '4A', '5AV', '6RJ', '7CN') *
48: * P Lowe 12-NOV-2008 Bug 7524393 *
49: * P Lowe 12-NOV-2008 Bug 13566337 *
50: * comment out call to GMD_RESULTS_GRP.change_disp_for_auto_lot *
51: * as form does not behave like this i.e sample automatically *
52: * going from complete to accept (in record_results proc ) *
53: * P Lowe 07-JUL-2012 Bug 14239488 *
54: * Added call to the procedure *

Line 117: l_validate_res GMD_RESULTS_GRP.result_data;

113: l_samples_act NUMBER;
114: l_spec_id NUMBER;
115: l_sample_disp VARCHAR2(3);
116: l_sample_event_disp VARCHAR2(3);
117: l_validate_res GMD_RESULTS_GRP.result_data;
118: --Bug 3492836
119: l_reserve_sampling_event_id NUMBER;
120: --Bug 3492836
121:

Line 122: l_rslt_tbl gmd_results_grp.rslt_tbl; --RLNAGARA BUG#5076736

118: --Bug 3492836
119: l_reserve_sampling_event_id NUMBER;
120: --Bug 3492836
121:
122: l_rslt_tbl gmd_results_grp.rslt_tbl; --RLNAGARA BUG#5076736
123: l_retest_action_code VARCHAR2(32) := NULL; -- 14635099
124:
125: CURSOR c_get_event_spec (p_sampling_event_id NUMBER, p_sample_id NUMBER)
126: IS

Line 362: --RLNAGARA Begin BUG#5076736 Calling gmd_results_grp.calc_expression

358: IF p_results_rec.eval_ind <> '1Z' OR p_results_rec.eval_ind IS NULL THEN
359:
360: IF l_tests_rec.test_type = 'E' THEN
361:
362: --RLNAGARA Begin BUG#5076736 Calling gmd_results_grp.calc_expression
363:
364: OPEN c_get_event_spec(l_samples_rec.sampling_event_id,
365: l_samples_rec.sample_id);
366: FETCH c_get_event_spec INTO l_event_spec_disp_id, l_sample_disp, l_spec_id,

Line 377: gmd_results_grp.calc_expression

373: CLOSE c_get_event_spec;
374: END IF;
375: CLOSE c_get_event_spec;
376:
377: gmd_results_grp.calc_expression
378: ( p_sample_id => l_samples_rec.sample_id --:gmdqsmpl.sample_id
379: , p_event_spec_disp_id => l_event_spec_disp_id --:gmdqsmpl.event_spec_disp_id
380: , p_spec_id => l_spec_id --:gmdqsmpl.spec_id
381: , x_rslt_tbl => l_rslt_tbl

Line 394: IF NOT GMD_RESULTS_GRP.is_value_numeric

390:
391: ELSIF l_tests_rec.test_type in ('N','L') THEN
392:
393: -- Check that the result_value is Numeric
394: IF NOT GMD_RESULTS_GRP.is_value_numeric
395: ( p_char_number => p_results_rec.result_value) THEN
396: GMD_API_PUB.Log_Message('GMD_RESULT_VAL_NUM_REQD');
397: RAISE FND_API.G_EXC_ERROR;
398: END IF;

Line 517: GMD_RESULTS_GRP.validate_result

513: --=================================
514: -- Now Validate result record values
515: --=================================
516:
517: GMD_RESULTS_GRP.validate_result
518: ( p_result_rec => l_validate_res,
519: x_return_status => l_return_status
520: );
521:

Line 704: gmd_results_grp.calc_expression

700: CLOSE c_get_event_spec;
701: END IF;
702: CLOSE c_get_event_spec;
703:
704: gmd_results_grp.calc_expression
705: ( p_sample_id => l_samples_rec.sample_id --:gmdqsmpl.sample_id
706: , p_event_spec_disp_id => l_event_spec_disp_id --:gmdqsmpl.event_spec_disp_id
707: , p_spec_id => l_spec_id --:gmdqsmpl.spec_id
708: , x_rslt_tbl => l_rslt_tbl

Line 752: GMD_RESULTS_GRP.validate_evaluation_ind

748: --=================================
749:
750: IF p_results_rec.eval_ind IS NOT NULL THEN
751:
752: GMD_RESULTS_GRP.validate_evaluation_ind
753: ( p_evaluation_ind => p_results_rec.eval_ind,
754: p_in_spec_ind => l_validate_res.in_spec,
755: p_result_value => p_results_rec.result_value,
756: x_return_status => l_return_status

Line 809: gmd_results_grp.add_tests_to_sample

805: l_sample.sample_id := l_samples_rec.sample_id;
806: test_ids(1) := l_tests_rec.test_id;
807:
808:
809: gmd_results_grp.add_tests_to_sample
810: (p_sample => l_sample
811: ,p_test_ids => test_ids
812: ,p_event_spec_disp_id => l_event_spec_disp_id
813: ,x_results_tab => add_rslt_tab_out

Line 877: GMD_RESULTS_GRP.change_sample_disposition

873: IF p_results_rec.eval_ind = '4C' then -- 14635099
874: null;
875: ELSE
876:
877: GMD_RESULTS_GRP.change_sample_disposition
878: ( p_sample_id => l_samples_rec.sample_id,
879: x_change_disp_to => l_sample_disp,
880: x_return_status => l_return_status,
881: x_message_data => x_msg_data

Line 904: GMD_RESULTS_GRP.change_disp_for_auto_lot

900: -- There was only 1 sample Req for this Sampling Event
901: -- SHOULD THIS BE = 1 OR AS LONG AS THEY EQUAL EACH OTHER !!!!!!!
902: IF l_samples_req = 1 and l_samples_act = 1 THEN
903:
904: GMD_RESULTS_GRP.change_disp_for_auto_lot
905: ( p_sample_id => l_samples_rec.sample_id,
906: x_change_disp_to => l_sample_disp,
907: x_return_status => l_return_status
908: );

Line 944: GMD_RESULTS_GRP.composite_and_change_lot(

940: -- At this stage, the Sampling Event is completed and
941: -- its sample_cnt > = required_cnt
942: -- Therefore, the composite result is only created when more than 1 sample.
943:
944: GMD_RESULTS_GRP.composite_and_change_lot(
945: p_sampling_event_id => l_samples_rec.sampling_event_id
946: , p_commit => p_commit
947: , x_return_status => l_return_status);
948:

Line 1134: GMD_RESULTS_GRP.ADD_TESTS_TO_SAMPLE

1130: -- Now Start Business Processing
1131:
1132: -- Call Grp Layer API to Process Records
1133:
1134: GMD_RESULTS_GRP.ADD_TESTS_TO_SAMPLE
1135: ( p_sample => p_sample_rec
1136: , p_test_ids => p_test_id_tab
1137: , p_event_spec_disp_id => p_event_spec_disp_id
1138: , x_results_tab => l_results_tab