DBA Data[Home] [Help]

APPS.FND_XDF_UTIL_PKG dependencies on DBA_TAB_PARTITIONS

Line 49: FROM DBA_TAB_PARTITIONS

45: tmp_str := tmp_str || l_hashVal;
46: end loop;
47:
48: for x in ( SELECT PARTITION_NAME, HIGH_VALUE, SUBPARTITION_COUNT
49: FROM DBA_TAB_PARTITIONS
50: WHERE TABLE_NAME = p_tablename
51: and TABLE_OWNER = p_owner ORDER BY PARTITION_POSITION)
52: loop
53: