DBA Data[Home] [Help]

APPS.MSC_PERS_QUERIES dependencies on ALL_TAB_PARTITIONS

Line 953: from ALL_TAB_PARTITIONS

949: return;
950: end if;
951:
952: SELECT count(*) into l_count
953: from ALL_TAB_PARTITIONS
954: where TABLE_NAME = 'MSC_PQ_RESULTS' and TABLE_OWNER= l_msc_schema;
955:
956: l_sql_stmt :=
957: 'alter table '||l_msc_schema||'.msc_pq_results'||