DBA Data[Home] [Help]

APPS.GMD_RESULTS_GRP dependencies on GMD_SPEC_GRP

Line 1518: IF NOT gmd_spec_grp.spec_test_exist

1514: END IF; -- l_test_type = 'E'
1515:
1516: -- Find out that the test we are adding is an additional_test for the Spec.
1517: IF (l_event_spec_disp.spec_id IS NOT NULL) THEN
1518: IF NOT gmd_spec_grp.spec_test_exist
1519: ( p_spec_id => l_event_spec_disp.spec_id
1520: , p_test_id => p_test_ids(i)
1521: )
1522: THEN

Line 2345: IF NOT gmd_spec_grp.spec_test_exist

2341:
2342: -- When we create Spec Result rows for the new Spec we need to check if
2343: -- the test is additional for the Target Spec or Not.
2344: IF (p_target_spec_id IS NOT NULL) THEN
2345: IF NOT gmd_spec_grp.spec_test_exist
2346: ( p_spec_id => p_target_spec_id
2347: , p_test_id => l_res.test_id
2348: )
2349: THEN

Line 5436: -- # GMD_SPEC_GRP.spec_test_min_target_max_valid

5432: -- # error data is given, calling programs have provided
5433: -- # any test-level experimental error data.
5434: -- #
5435: -- # Srastogi : added test_id and test_type to the call
5436: -- # GMD_SPEC_GRP.spec_test_min_target_max_valid
5437: -- #####################################################*/
5438:
5439:
5440: PROCEDURE validate_result

Line 5500: IF NOT GMD_SPEC_GRP.spec_test_min_target_max_valid

5496: --#. Send test min, result, test max to function.
5497: --#. Is result within Test-level min and max?
5498: --#. =========================================================
5499:
5500: IF NOT GMD_SPEC_GRP.spec_test_min_target_max_valid
5501: ( p_test_id => p_result_rec.test_id
5502: , p_test_type => p_result_rec.test_type
5503: , p_validation_level => 'ST_TARGET'
5504: , p_st_min => NULL