DBA Data[Home] [Help]

APPS.MSC_PERS_QUERIES dependencies on ALL_TAB_PARTITIONS

Line 866: from ALL_TAB_PARTITIONS

862: return;
863: end if;
864:
865: SELECT count(*) into l_count
866: from ALL_TAB_PARTITIONS
867: where TABLE_NAME = 'MSC_PQ_RESULTS' and TABLE_OWNER= l_msc_schema;
868:
869: l_sql_stmt :=
870: 'alter table '||l_msc_schema||'.msc_pq_results'||