DBA Data[Home] [Help]

APPS.HRI_UTL_DDL dependencies on ALL_PART_TABLES

Line 346: FROM all_part_tables

342: p_table_owner IN VARCHAR2) IS
343:
344: CURSOR no_tab_parts_csr IS
345: SELECT partition_count
346: FROM all_part_tables
347: WHERE table_name = p_table_name
348: AND owner = p_table_owner;
349:
350: l_no_threads PLS_INTEGER;