DBA Data[Home] [Help]

APPS.IGS_IN_GEN_001 dependencies on IGS_PE_UNT_SET_EXCL

Line 255: FROM IGS_PE_UNT_SET_EXCL puse

251: cp_s_encmb_effect_type IGS_PE_PERSENC_EFFCT.s_encmb_effect_type%TYPE,
252: cp_pee_start_dt IGS_PE_PERSENC_EFFCT.pee_start_dt%TYPE,
253: cp_sequence_number IGS_PE_PERSENC_EFFCT.sequence_number%TYPE) IS
254: SELECT 'X'
255: FROM IGS_PE_UNT_SET_EXCL puse
256: WHERE -- child of current pee record
257: puse.person_id = cp_person_id AND
258: puse.encumbrance_type = cp_encumbrance_type AND
259: puse.pen_start_dt = cp_pen_start_dt AND