DBA Data[Home] [Help]

APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_PS_GEN_003

Line 7777: IF igs_ps_gen_003.enrollment_for_uoo_check(l_n_uoo_id) = TRUE THEN

7773: p_usec_sp_fee_rec.status := 'E';
7774: END IF;
7775:
7776: --If enrollment exists for this unit section then insert/update
7777: IF igs_ps_gen_003.enrollment_for_uoo_check(l_n_uoo_id) = TRUE THEN
7778: fnd_message.set_name ( 'IGS', 'IGS_PS_US_FEE_TYP_USED_ENROLL' );
7779: fnd_msg_pub.add;
7780: p_usec_sp_fee_rec.status := 'E';
7781: END IF;