DBA Data[Home] [Help]

APPS.IGS_PE_GEN_002 dependencies on IGS_FI_ENC_DFLT_EFT

Line 272: FROM igs_fi_enc_dflt_eft

268:
269: -- cursor to check if the hold has an effect of SUS_COURSE.
270: CURSOR c_hold_eff(cp_hold_type igs_pe_pers_encumb_v.encumbrance_type%TYPE) IS
271: SELECT 'X'
272: FROM igs_fi_enc_dflt_eft
273: WHERE encumbrance_type = cp_hold_type AND
274: s_encmb_effect_type = 'SUS_COURSE';
275:
276: