DBA Data[Home] [Help]

APPS.IGS_EN_HESA_PKG dependencies on IGS_OR_INST_OUTER_V

Line 1067: FROM igs_or_inst_outer_v

1063: --
1064: -- cursor to check whether the given teaching institution is exists as POST SECONDARY institution type.
1065: CURSOR cur_tech_inst IS
1066: SELECT 'x'
1067: FROM igs_or_inst_outer_v
1068: WHERE institution_cd = p_teaching_inst AND
1069: system_inst_type='POST-SECONDARY';
1070:
1071: l_dummy VARCHAR2(1);