DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_PS_TYPE_ALL

Line 4607: FROM igs_ps_type_all

4603:
4604: -- cursor for checking course type
4605: CURSOR c_course_type IS
4606: SELECT 'X'
4607: FROM igs_ps_type_all
4608: WHERE course_type = p_c_career;
4609:
4610: l_c_temp VARCHAR2(1);
4611: