DBA Data[Home] [Help]

APPS.WF_LOCAL_SYNCH dependencies on DBA_IND_PARTITIONS

Line 416: FROM dba_ind_partitions dip

412: dip.pct_increase,
413: dip.pct_free,
414: dip.freelists,
415: dip.freelist_groups
416: FROM dba_ind_partitions dip
417: WHERE dip.index_owner = indexOwner
418: AND dip.index_name = indexName
419: AND dip.partition_name = 'WF_LOCAL_ROLES';
420: