DBA Data[Home] [Help]

APPS.HR_GENERAL2 dependencies on ALL_VIEWS

Line 1008: from all_views uv

1004: and atc.table_name = usy.table_name
1005: and atc.owner = usy.table_owner
1006: and not exists
1007: (select 1
1008: from all_views uv
1009: where uv.view_name = atc.table_name
1010: and uv.owner = p_owner)
1011: order by 1;
1012: