DBA Data[Home] [Help]

APPS.HRI_UTL_STAGE_TABLE dependencies on ALL_TAB_PARTITIONS

Line 44: FROM all_tab_partitions

40: ,min_extent
41: ,max_extent
42: ,pct_increase
43: ,'1' || partition_name order_by
44: FROM all_tab_partitions
45: WHERE table_owner = p_owner
46: AND table_name = p_master_table_name
47: UNION ALL
48: SELECT