You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -730,15 +759,9 @@ create or replace package body ut_suite_manager is
730
759
a_tags
731
760
);
732
761
if a_suites.count = l_suites_count then
733
-
if l_path_item.suite_path is not null then
734
-
raise_application_error(ut_utils.gc_suite_package_not_found,'No suite packages found for path '||l_schema||':'||l_path_item.suite_path|| '.');
735
-
elsif l_path_item.procedure_name is not null then
736
-
raise_application_error(ut_utils.gc_suite_package_not_found,'Suite test '||l_schema||'.'||l_path_item.object_name|| '.'||l_path_item.procedure_name||' does not exist');
737
-
elsif l_path_item.object_name is not null then
738
-
raise_application_error(ut_utils.gc_suite_package_not_found,'Suite package '||l_schema||'.'||l_path_item.object_name|| ' does not exist');
739
-
elsif a_tags is not null then
740
-
raise_application_error(ut_utils.gc_suite_package_not_found,'No suite packages found for tags: '||ut_utils.to_string(a_tags,a_max_output_len => 450));
0 commit comments