DBA Data[Home] [Help]

APPS.FND_TS_SIZE dependencies on DBA_IND_PARTITIONS

Line 1100: from dba_ind_partitions

1096: AND NVL(di.temporary, 'N') = 'N';
1097:
1098: cursor get_ind_partition(p_index_name varchar2) is
1099: select /*+ ALL_ROWS */ partition_name, tablespace_name
1100: from dba_ind_partitions
1101: where index_name = p_index_name
1102: and index_owner=p_app;
1103: BEGIN
1104: /*

Line 2105: from dba_ind_partitions

2101: AND NVL(di.temporary, 'N') = 'N';
2102:
2103: cursor get_ind_partition(p_owner VARCHAR2, p_index_name VARCHAR2) is
2104: select /*+ ALL_ROWS */ partition_name, tablespace_name
2105: from dba_ind_partitions
2106: where index_owner = p_owner
2107: and index_name = p_index_name;
2108: BEGIN
2109: /*