DBA Data[Home] [Help]

APPS.GMD_RESULTS_GRP dependencies on GMD_SPEC_GRP

Line 1594: IF NOT gmd_spec_grp.spec_test_exist

1590: END IF; -- l_test_type = 'E'
1591:
1592: -- Find out that the test we are adding is an additional_test for the Spec.
1593: IF (l_event_spec_disp.spec_id IS NOT NULL) THEN
1594: IF NOT gmd_spec_grp.spec_test_exist
1595: ( p_spec_id => l_event_spec_disp.spec_id
1596: , p_test_id => p_test_ids(i)
1597: )
1598: THEN

Line 2450: IF NOT gmd_spec_grp.spec_test_exist

2446:
2447: -- When we create Spec Result rows for the new Spec we need to check if
2448: -- the test is additional for the Target Spec or Not.
2449: IF (p_target_spec_id IS NOT NULL) THEN
2450: IF NOT gmd_spec_grp.spec_test_exist
2451: ( p_spec_id => p_target_spec_id
2452: , p_test_id => l_res.test_id
2453: )
2454: THEN

Line 5605: -- # GMD_SPEC_GRP.spec_test_min_target_max_valid

5601: -- # error data is given, calling programs have provided
5602: -- # any test-level experimental error data.
5603: -- #
5604: -- # Srastogi : added test_id and test_type to the call
5605: -- # GMD_SPEC_GRP.spec_test_min_target_max_valid
5606: -- # QZENG Bug 13897977 Set value to out_of_spec and in_spec when
5607: -- # test is an additional one added manually.
5608: -- #####################################################*/
5609:

Line 5671: IF NOT GMD_SPEC_GRP.spec_test_min_target_max_valid

5667: --#. Send test min, result, test max to function.
5668: --#. Is result within Test-level min and max?
5669: --#. =========================================================
5670:
5671: IF NOT GMD_SPEC_GRP.spec_test_min_target_max_valid
5672: ( p_test_id => p_result_rec.test_id
5673: , p_test_type => p_result_rec.test_type
5674: , p_validation_level => 'ST_TARGET'
5675: , p_st_min => NULL