DBA Data[Home] [Help]

APPS.HR_DM_GEN_TUPS dependencies on ALL_TAB_COLUMNS

Line 2025: from all_tab_columns col,

2021: lower(col.data_type) data_type,
2022: hir.hierarchy_type,
2023: lower(dmt.table_alias) table_alias,
2024: tbl.table_name table_name
2025: from all_tab_columns col,
2026: hr_dm_tables tbl,
2027: hr_dm_tables dmt,
2028: hr_dm_hierarchies hir
2029: where tbl.table_name = nvl(dmt.upload_table_name, dmt.table_name)