DBA Data[Home] [Help]

APPS.AD_UTIL dependencies on ALL_TABLES

Line 54: from all_tables

50: end;
51:
52: begin
53: select 1 into p_cnt
54: from all_tables
55: where table_name = upper(p_tab_name)
56: and owner = upper(p_tab_owner);
57:
58: exception