DBA Data[Home] [Help]

APPS.EGO_ITEM_BULKLOAD_PKG dependencies on DBA_TAB_COLUMNS

Line 537: from user_synonyms syn, dba_tab_columns col

533:
534: -- bug#15835530 fix for 12.2 OLP compatible
535: SELECT col.column_name
536: BULK COLLECT INTO l_column_name
537: from user_synonyms syn, dba_tab_columns col
538: where syn.synonym_name = 'MTL_SYSTEM_ITEMS_INTERFACE'
539: and col.owner = syn.table_owner
540: and col.table_name = syn.table_name
541: AND COLUMN_NAME NOT IN ('SET_PROCESS_ID',