DBA Data[Home] [Help]

APPS.INV_LOT_SEL_ATTR dependencies on USER_SYNONYMS

Line 1040: from user_synonyms syn

1036: and owner = p_owner
1037: order by column_id; */
1038:
1039: select col.column_name, col.data_type, col.data_length
1040: from user_synonyms syn
1041: ,all_tab_columns col
1042: where syn.synonym_name = p_table_name
1043: and col.owner = p_owner
1044: and col.owner = syn.table_owner