DBA Data[Home] [Help]

APPS.ISC_FS_RPT_UTIL_PKG dependencies on ISC_FS_002_MV

Line 1830: from isc_fs_002_mv

1826: );
1827:
1828: cursor c_node_count is
1829: select count(*)
1830: from isc_fs_002_mv
1831: where parent_prg_id = to_number(l_district_id);
1832:
1833: l_node_count number;
1834: