DBA Data[Home] [Help]

APPS.IGS_FI_VAL_FT dependencies on IGS_FI_FEE_TYPE_ALL

Line 50: cp_fee_type igs_fi_fee_type_all.fee_type%TYPE) IS

46: -- Removed reference to IGS_FI_FEE_ENCMB(c_fee_encumbrance cursor) table asthe table is obseleted as part of bug 2126091 sykrishn -30112001
47:
48: --cursor to check whether any retention schedule exists at teaching period level for a given fee type.
49: CURSOR cur_tp_ret_schd (
50: cp_fee_type igs_fi_fee_type_all.fee_type%TYPE) IS
51: SELECT 'X'
52: FROM igs_fi_tp_ret_schd
53: WHERE fee_type = cp_fee_type;
54: