DBA Data[Home] [Help]

APPS.IGS_AD_ACAD_HISTORY_PKG dependencies on IGS_PS_TYPE_ALL

Line 90: igs_ps_type_all ps

86:
87: CURSOR c_degree_code (p_degree hz_education.degree_received%TYPE) IS
88: SELECT dg.degree_cd
89: FROM igs_ps_degrees dg,
90: igs_ps_type_all ps
91: WHERE dg.degree_cd = p_degree
92: AND dg.closed_ind ='N'
93: AND dg.program_type = ps.course_type;
94: