DBA Data[Home] [Help]

APPS.BOM_DIAGUNITTEST_ITMHLCHK dependencies on DBA_EDITIONING_VIEW_COLS

Line 283: , dba_editioning_view_cols evc

279: from
280: dba_tables tab
281: , dba_tab_columns col
282: , dba_editioning_views ev
283: , dba_editioning_view_cols evc
284: WHERE tab.table_name = 'MTL_SYSTEM_ITEMS_B'
285: and col.owner = tab.owner
286: and col.table_name = tab.table_name
287: and ev.owner(+) = tab.owner

Line 308: , dba_editioning_view_cols evc

304: from
305: dba_tables tab
306: , dba_tab_columns col
307: , dba_editioning_views ev
308: , dba_editioning_view_cols evc
309: WHERE tab.table_name = 'MTL_SYSTEM_ITEMS_B'
310: and col.owner = tab.owner
311: and col.table_name = tab.table_name
312: and ev.owner(+) = tab.owner

Line 341: , dba_editioning_view_cols evc

337: from
338: dba_tables tab
339: , dba_tab_columns col
340: , dba_editioning_views ev
341: , dba_editioning_view_cols evc
342: WHERE tab.table_name = 'MTL_SYSTEM_ITEMS_B'
343: and col.owner = tab.owner
344: and col.table_name = tab.table_name
345: and ev.owner(+) = tab.owner