DBA Data[Home] [Help]

APPS.IGS_IN_GEN_001 dependencies on IGS_PE_PERS_UNT_EXCL

Line 217: FROM IGS_PE_PERS_UNT_EXCL pue

213: cp_s_encmb_effect_type IGS_PE_PERSENC_EFFCT.s_encmb_effect_type%TYPE,
214: cp_pee_start_dt IGS_PE_PERSENC_EFFCT.pee_start_dt%TYPE,
215: cp_sequence_number IGS_PE_PERSENC_EFFCT.sequence_number%TYPE) IS
216: SELECT 'X'
217: FROM IGS_PE_PERS_UNT_EXCL pue
218: WHERE -- child of current pee record
219: pue.person_id = cp_person_id AND
220: pue.encumbrance_type = cp_encumbrance_type AND
221: pue.pen_start_dt = cp_pen_start_dt AND