DBA Data[Home] [Help]

APPS.GMD_TEST_METHODS_PVT dependencies on GMD_API_PUB

Line 949: gmd_api_pub.log_message('GMD_NO_KEYS','TABLE_NAME', 'GMD_test_methods');

945: INTO x_test_methods
946: FROM gmd_test_methods
947: WHERE test_method_code = p_test_methods.test_method_code;
948: ELSE
949: gmd_api_pub.log_message('GMD_NO_KEYS','TABLE_NAME', 'GMD_test_methods');
950: RETURN FALSE;
951: END IF;
952:
953: RETURN TRUE;

Line 958: gmd_api_pub.log_message('GMD_NO_DATA_FOUND','TABLE_NAME', 'GMD_test_methods');

954:
955: EXCEPTION
956: WHEN NO_DATA_FOUND
957: THEN
958: gmd_api_pub.log_message('GMD_NO_DATA_FOUND','TABLE_NAME', 'GMD_test_methods');
959: RETURN FALSE;
960: WHEN OTHERS
961: THEN
962: fnd_msg_pub.add_exc_msg ('GMD_test_methods_PVT', 'FETCH_ROW');