DBA Data[Home] [Help]

APPS.IGF_SL_LAR_CREATION dependencies on IGS_AD_ACAD_HISTORY_V

Line 980: FROM igs_ad_acad_history_v acad, igs_or_org_inst_type org

976:
977: -- Cursor to get acad history ( institutions attended by the student )
978: CURSOR c_get_acad_hist ( cp_person_id igf_ap_fa_base_rec.person_id%TYPE ) IS
979: SELECT COUNT(institution_code)
980: FROM igs_ad_acad_history_v acad, igs_or_org_inst_type org
981: WHERE acad.institution_type = org.institution_type
982: AND person_id = cp_person_id
983: AND org.system_inst_type = 'POST-SECONDARY' ;
984: