DBA Data[Home] [Help]

APPS.FND_GEN_MIG_CMDS dependencies on DBA_IND_PARTITIONS

Line 812: FROM dba_ind_partitions

808: SELECT /*+ ALL_ROWS */ partition_name,
809: tablespace_name,
810: status,
811: ltrim(rtrim(logging)) logging
812: FROM dba_ind_partitions
813: WHERE index_owner = l_index_owner
814: AND index_name = l_index_name;
815:
816: -- Check to see if all the dependent tables of context index are in the correct tablesapce, move them if not.