DBA Data[Home] [Help]

APPS.HRI_APL_DIAGNOSTICS dependencies on ALL_TABLES

Line 254: FROM all_tables

250: --
251: CURSOR cur_chk_table
252: IS
253: SELECT 1
254: FROM all_tables
255: WHERE table_name = p_object_name
256: AND owner = p_object_owner;
257: --
258: BEGIN