DBA Data[Home] [Help]

APPS.IGS_AZ_GEN_001 dependencies on IGS_FI_ENC_DFLT_EFT

Line 1100: FROM igs_fi_enc_dflt_eft

1096: -- Cursor to get all the default hold effect associated with the Hold Type
1097: --
1098: CURSOR cur_hold_effect (cp_hold_type VARCHAR2) IS
1099: SELECT s_encmb_effect_type
1100: FROM igs_fi_enc_dflt_eft
1101: WHERE encumbrance_type = cp_hold_type;
1102: --
1103: -- Cursor to select all the students who are to applyed the hold. This will contain all the students who are in the group and have
1104: -- not been applied with any hold as part of this group