DBA Data[Home] [Help]

APPS.IGS_EN_VAL_ENCMB dependencies on IGS_PS_GRP

Line 309: IGS_PS_GRP_MBR cgm,

305: CURSOR c_pcge IS
306: SELECT pcge.pcge_start_dt,
307: pcge.expiry_dt
308: FROM IGS_PE_CRS_GRP_EXCL pcge,
309: IGS_PS_GRP_MBR cgm,
310: IGS_PS_GRP cg
311: WHERE pcge.person_id = p_person_id AND
312: pcge.s_encmb_effect_type = cst_excluded_grp AND
313: pcge.course_group_cd = cg.course_group_cd AND

Line 310: IGS_PS_GRP cg

306: SELECT pcge.pcge_start_dt,
307: pcge.expiry_dt
308: FROM IGS_PE_CRS_GRP_EXCL pcge,
309: IGS_PS_GRP_MBR cgm,
310: IGS_PS_GRP cg
311: WHERE pcge.person_id = p_person_id AND
312: pcge.s_encmb_effect_type = cst_excluded_grp AND
313: pcge.course_group_cd = cg.course_group_cd AND
314: cg.course_group_cd = cgm.course_group_cd AND