DBA Data[Home] [Help]

APPS.HR_DM_GEN_MAIN dependencies on ALL_TAB_COLUMNS

Line 47: from all_tab_columns

43: -- the entreries in hr_dm_hierarchy table.
44:
45: cursor csr_chk_long_column is
46: select 1
47: from all_tab_columns
48: where table_name = p_table_name
49: and data_type = 'LONG'
50: and owner in
51: (l_apps_name,