DBA Data[Home] [Help]

APPS.IGS_IN_GEN_001 dependencies on IGS_PE_UNT_REQUIRMNT

Line 236: FROM IGS_PE_UNT_REQUIRMNT pur

232: cp_s_encmb_effect_type IGS_PE_PERSENC_EFFCT.s_encmb_effect_type%TYPE,
233: cp_pee_start_dt IGS_PE_PERSENC_EFFCT.pee_start_dt%TYPE,
234: cp_sequence_number IGS_PE_PERSENC_EFFCT.sequence_number%TYPE) IS
235: SELECT 'X'
236: FROM IGS_PE_UNT_REQUIRMNT pur
237: WHERE -- child of current pee record
238: pur.person_id = cp_person_id AND
239: pur.encumbrance_type = cp_encumbrance_type AND
240: pur.pen_start_dt = cp_pen_start_dt AND