DBA Data[Home] [Help]

APPS.AD_MORG dependencies on ALL_TAB_COLUMNS

Line 402: from all_tab_columns tc

398: table_not_found exception;
399:
400: cursor c_column is
401: select distinct column_name, column_id
402: from all_tab_columns tc
403: , user_synonyms us
404: where us.synonym_name = X_table_name
405: and tc.table_name = us.synonym_name
406: and tc.owner = us.table_owner

Line 520: from all_tab_columns tc

516: table_not_found exception;
517:
518: cursor c_column is
519: select distinct column_name, column_id
520: from all_tab_columns tc
521: , user_synonyms us
522: where us.synonym_name = X_table_name
523: and tc.table_name = us.synonym_name
524: and tc.owner = us.table_owner