DBA Data[Home] [Help]

APPS.IGS_FI_GEN_008 dependencies on IGS_CA_INST

Line 100: p_v_load_cal_type IN igs_ca_inst.cal_type%TYPE,

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,
104: p_v_nonzero_billable_cp_flag IN igs_fi_f_typ_ca_inst_all.nonzero_billable_cp_flag%TYPE ) RETURN NUMBER;

Line 101: p_n_load_ci_sequence_number IN igs_ca_inst.sequence_number%TYPE,

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,
104: p_v_nonzero_billable_cp_flag IN igs_fi_f_typ_ca_inst_all.nonzero_billable_cp_flag%TYPE ) RETURN NUMBER;
105:

Line 126: p_v_load_cal_type IN igs_ca_inst.cal_type%TYPE,

122:
123: -- Procedure for checking if Term Record exists
124: PROCEDURE chk_spa_rec_exists(p_n_person_id IN igs_en_stdnt_ps_att.person_id%TYPE,
125: p_v_course_cd IN igs_en_stdnt_ps_att.course_cd%TYPE,
126: p_v_load_cal_type IN igs_ca_inst.cal_type%TYPE,
127: p_n_load_ci_seq IN igs_ca_inst.sequence_number%TYPE,
128: p_v_fee_cat IN igs_fi_fee_cat.fee_cat%TYPE,
129: p_v_status OUT NOCOPY VARCHAR2,
130: p_v_message OUT NOCOPY VARCHAR2);

Line 127: p_n_load_ci_seq IN igs_ca_inst.sequence_number%TYPE,

123: -- Procedure for checking if Term Record exists
124: PROCEDURE chk_spa_rec_exists(p_n_person_id IN igs_en_stdnt_ps_att.person_id%TYPE,
125: p_v_course_cd IN igs_en_stdnt_ps_att.course_cd%TYPE,
126: p_v_load_cal_type IN igs_ca_inst.cal_type%TYPE,
127: p_n_load_ci_seq IN igs_ca_inst.sequence_number%TYPE,
128: p_v_fee_cat IN igs_fi_fee_cat.fee_cat%TYPE,
129: p_v_status OUT NOCOPY VARCHAR2,
130: p_v_message OUT NOCOPY VARCHAR2);
131: