DBA Data[Home] [Help]

APPS.IGS_FI_WAV_UTILS_002 dependencies on HZ_PARTIES

Line 38: PROCEDURE call_charges_api( p_n_person_id IN hz_parties.party_id%TYPE,

34: END IF;
35:
36: END log_to_fnd;
37:
38: PROCEDURE call_charges_api( p_n_person_id IN hz_parties.party_id%TYPE,
39: p_v_fee_cal_type IN igs_fi_f_typ_ca_inst.fee_cal_type%TYPE,
40: p_n_fee_ci_seq_number IN igs_fi_f_typ_ca_inst.fee_ci_sequence_number%TYPE,
41: p_v_waiver_name IN igs_fi_waiver_pgms.waiver_name%TYPE,
42: p_v_adj_fee_type IN igs_fi_fee_type.fee_type%TYPE,

Line 211: PROCEDURE call_credits_api(p_n_person_id IN hz_parties.party_id%TYPE,

207: p_v_string => 'Invoice Id ' || p_n_invoice_id);
208: END IF;
209: END call_charges_api;
210:
211: PROCEDURE call_credits_api(p_n_person_id IN hz_parties.party_id%TYPE,
212: p_v_fee_cal_type IN igs_fi_f_typ_ca_inst.fee_cal_type%TYPE,
213: p_n_fee_ci_seq_number IN igs_fi_f_typ_ca_inst.fee_ci_sequence_number%TYPE,
214: p_v_waiver_name IN igs_fi_waiver_pgms.waiver_name%TYPE,
215: p_n_credit_type_id IN igs_fi_credits.credit_id%TYPE,

Line 834: FUNCTION check_stdnt_wav_assignment(p_n_person_id IN hz_parties.party_id%TYPE,

830: RETURN l_n_unapplied_amount;
831:
832: END get_waiver_reversal_amount;
833:
834: FUNCTION check_stdnt_wav_assignment(p_n_person_id IN hz_parties.party_id%TYPE,
835: p_v_fee_type IN igs_fi_f_typ_ca_inst.fee_type%TYPE,
836: p_v_fee_cal_type IN igs_fi_f_typ_ca_inst.fee_cal_type%TYPE,
837: p_n_fee_ci_seq_number IN igs_fi_f_typ_ca_inst.fee_ci_sequence_number%TYPE) RETURN BOOLEAN IS
838: /******************************************************************

Line 861: CURSOR cur_wav_stud_assg_rec_exists(cp_n_person_id hz_parties.party_id%TYPE,

857: AND fwp.fee_cal_type = cp_v_fee_cal_type
858: AND fwp.fee_ci_sequence_number = cp_n_fee_ci_seq_number
859: AND fwp.waiver_method_code = 'COMP_RULE';
860: --Cursor to Check whether student Assignment exists for waiver Record
861: CURSOR cur_wav_stud_assg_rec_exists(cp_n_person_id hz_parties.party_id%TYPE,
862: cp_v_waiver_name igs_fi_waiver_pgms.waiver_name%TYPE,
863: cp_v_fee_cal_type igs_fi_f_typ_ca_inst.fee_cal_type%TYPE,
864: cp_n_fee_ci_seq_number igs_fi_f_typ_ca_inst.fee_ci_sequence_number%TYPE) IS
865: SELECT fwsp.waiver_name,

Line 1238: FUNCTION check_chg_error_account ( p_n_person_id IN hz_parties.party_id%TYPE,

1234: log_to_fnd(p_v_module => 'roll_over_wav_assign',
1235: p_v_string => 'Returing from the When Others Error Section' );
1236: END update_wav_assign_status;
1237:
1238: FUNCTION check_chg_error_account ( p_n_person_id IN hz_parties.party_id%TYPE,
1239: p_v_fee_type IN igs_fi_fee_type_all.fee_type%TYPE,
1240: p_v_fee_cal_type IN igs_ca_inst_all.cal_type%TYPE,
1241: p_n_fee_ci_seq_number IN igs_ca_inst_all.sequence_number%TYPE
1242: ) RETURN NUMBER AS