DBA Data[Home] [Help]

APPS.IGS_AS_GEN_008 dependencies on IGS_AS_SU_SETATMPT

Line 24: CURSOR c_us(gp_cd varchar2,p_id number) is select 'X' from igs_as_su_setatmpt a, igs_as_gpc_unit_sets b

20: and b.grading_period_cd = gp_cd
21: and a.person_id = p_id
22: and a.COURSE_ATTEMPT_STATUS = 'ENROLLED';
23:
24: CURSOR c_us(gp_cd varchar2,p_id number) is select 'X' from igs_as_su_setatmpt a, igs_as_gpc_unit_sets b
25: where a.unit_set_cd = b.unit_set_cd
26: and b.grading_period_cd = gp_cd
27: and a.person_id = p_id;
28: