DBA Data[Home] [Help]

APPS.HR_GENERAL2 dependencies on ALL_VIEWS

Line 958: from all_views uv

954: and atc.table_name = usy.table_name
955: and atc.owner = usy.table_owner
956: and not exists
957: (select 1
958: from all_views uv
959: where uv.view_name = atc.table_name
960: and uv.owner = p_owner)
961: order by 1;
962: --