DBA Data[Home] [Help]

APPS.HR_LEG_INSTALLATION_PKG dependencies on USER_VIEWS

Line 108: from user_views

104:
105: -- check to see if view exists --
106: select view_name
107: into view_exists
108: from user_views
109: where view_name = l_view_name
110: and rownum=1;
111:
112: statem := 'DROP VIEW ' || l_view_name ;