DBA Data[Home] [Help]

APPS.PER_IMAGE_UPLOAD_PKG dependencies on ALL_TAB_COLUMNS

Line 29: from all_tab_columns c

25: and u.oracle_id = p.oracle_id;
26:
27: select c.data_type
28: into l_data_type
29: from all_tab_columns c
30: where c.owner = l_username
31: and c.table_name = 'PER_IMAGES'
32: and c.column_name = 'IMAGE' ;
33: