DBA Data[Home] [Help]

APPS.IGS_PR_GEN_005 dependencies on IGS_FI_ENC_DFLT_EFT

Line 1048: FROM igs_fi_enc_dflt_eft etde

1044: FROM igs_pr_ou_type pot
1045: WHERE pot.progression_outcome_type = pl_progression_outcome_type;
1046: CURSOR c_etde (cp_encumbrance_type igs_pr_ou_type.encumbrance_type%TYPE) IS
1047: SELECT 'X'
1048: FROM igs_fi_enc_dflt_eft etde
1049: WHERE encumbrance_type = cp_encumbrance_type
1050: AND s_encmb_effect_type IN (cst_exc_course, cst_exc_crs_gp);
1051: BEGIN
1052: OPEN c_pot;