DBA Data[Home] [Help]

APPS.EGO_EXT_FWK_PUB dependencies on DBA_EDITIONING_VIEW_COLS

Line 1686: dba_editioning_view_cols evc

1682: into l_real_column_name
1683: from dba_tables tab,
1684: dba_tab_columns col,
1685: dba_editioning_views ev,
1686: dba_editioning_view_cols evc
1687: where tab.owner = l_table_owner
1688: and tab.table_name = l_table_name
1689: and col.owner = tab.owner
1690: and col.table_name = tab.table_name