DBA Data[Home] [Help]

APPS.IGS_FI_GEN_008 dependencies on IGS_EN_SU_ATTEMPT

Line 98: FUNCTION get_complete_withdr_ret_amt( p_n_person_id IN igs_en_su_attempt.person_id%TYPE,

94: p_n_diff_amount IN NUMBER) RETURN NUMBER;
95:
96:
97: -- Function to determine the Retention Amount when the Complete Withdrawal Retention Checkbox is checked for the FTCI
98: FUNCTION get_complete_withdr_ret_amt( p_n_person_id IN igs_en_su_attempt.person_id%TYPE,
99: p_v_course_cd IN igs_en_su_attempt.course_cd%TYPE,
100: p_v_load_cal_type IN igs_ca_inst.cal_type%TYPE,
101: p_n_load_ci_sequence_number IN igs_ca_inst.sequence_number%TYPE,
102: p_n_diff_amount IN NUMBER,

Line 99: p_v_course_cd IN igs_en_su_attempt.course_cd%TYPE,

95:
96:
97: -- Function to determine the Retention Amount when the Complete Withdrawal Retention Checkbox is checked for the FTCI
98: FUNCTION get_complete_withdr_ret_amt( p_n_person_id IN igs_en_su_attempt.person_id%TYPE,
99: p_v_course_cd IN igs_en_su_attempt.course_cd%TYPE,
100: p_v_load_cal_type IN igs_ca_inst.cal_type%TYPE,
101: p_n_load_ci_sequence_number IN igs_ca_inst.sequence_number%TYPE,
102: p_n_diff_amount IN NUMBER,
103: p_v_fee_type IN igs_fi_f_typ_ca_inst_all.fee_type%TYPE,