DBA Data[Home] [Help]

APPS.EGO_USER_ATTRS_DATA_PVT dependencies on ALL_OBJECTS

Line 18854: FROM sys.all_objects

18850: -- NULL (i.e. the first usage).
18851: --
18852: SELECT owner
18853: INTO g_owner
18854: FROM sys.all_objects
18855: WHERE object_type IN ('TABLE','VIEW')
18856: AND object_name = p_object_name;
18857: -- update cache
18858: g_tab_name := p_object_name;