DBA Data[Home] [Help]

APPS.IGS_IN_GEN_001 dependencies on IGS_PE_CRS_GRP_EXCL

Line 193: FROM IGS_PE_CRS_GRP_EXCL pcge

189: cp_s_encmb_effect_type IGS_PE_PERSENC_EFFCT.s_encmb_effect_type%TYPE,
190: cp_pee_start_dt IGS_PE_PERSENC_EFFCT.pee_start_dt%TYPE,
191: cp_sequence_number IGS_PE_PERSENC_EFFCT.sequence_number%TYPE) IS
192: SELECT 'X'
193: FROM IGS_PE_CRS_GRP_EXCL pcge
194: WHERE -- child of current pee record
195: pcge.person_id = cp_person_id AND
196: pcge.encumbrance_type = cp_encumbrance_type AND
197: pcge.pen_start_dt = cp_pen_start_dt AND