DBA Data[Home] [Help]

APPS.IGS_FI_WAV_UTILS_002 dependencies on HZ_PARTIES

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

12: CCR. Added function to check for the Error Account = 'Y'
13:
14: *************************************************************************/
15:
16: PROCEDURE call_charges_api( p_n_person_id IN hz_parties.party_id%TYPE,
17: p_v_fee_cal_type IN igs_fi_f_typ_ca_inst.fee_cal_type%TYPE,
18: p_n_fee_ci_seq_number IN igs_fi_f_typ_ca_inst.fee_ci_sequence_number%TYPE,
19: p_v_waiver_name IN igs_fi_waiver_pgms.waiver_name%TYPE,
20: p_v_adj_fee_type IN igs_fi_fee_type.fee_type%TYPE,

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

23: p_d_gl_date IN igs_fi_invln_int.gl_date%TYPE,
24: p_n_invoice_id OUT NOCOPY igs_fi_inv_int.invoice_id%TYPE,
25: x_return_status OUT NOCOPY VARCHAR2);
26:
27: PROCEDURE call_credits_api(p_n_person_id IN hz_parties.party_id%TYPE,
28: p_v_fee_cal_type IN igs_fi_f_typ_ca_inst.fee_cal_type%TYPE,
29: p_n_fee_ci_seq_number IN igs_fi_f_typ_ca_inst.fee_ci_sequence_number%TYPE,
30: p_v_waiver_name IN igs_fi_waiver_pgms.waiver_name%TYPE,
31: p_n_credit_type_id IN igs_fi_credits.credit_id%TYPE,

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

44:
45:
46: FUNCTION get_waiver_reversal_amount(p_n_source_credit_id IN igs_fi_applications.credit_id%TYPE) RETURN NUMBER;
47:
48: FUNCTION check_stdnt_wav_assignment(p_n_person_id IN hz_parties.party_id%TYPE,
49: p_v_fee_type IN igs_fi_f_typ_ca_inst.fee_type%TYPE,
50: p_v_fee_cal_type IN igs_fi_f_typ_ca_inst.fee_cal_type%TYPE,
51: p_n_fee_ci_seq_number IN igs_fi_f_typ_ca_inst.fee_ci_sequence_number%TYPE) RETURN BOOLEAN;
52:

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

60: p_v_waiver_name IN VARCHAR2,
61: p_v_new_status IN VARCHAR2,
62: x_return_status OUT NOCOPY VARCHAR2);
63:
64: FUNCTION check_chg_error_account ( p_n_person_id IN hz_parties.party_id%TYPE,
65: p_v_fee_type IN igs_fi_fee_type_all.fee_type%TYPE,
66: p_v_fee_cal_type IN igs_ca_inst_all.cal_type%TYPE,
67: p_n_fee_ci_seq_number IN igs_ca_inst_all.sequence_number%TYPE
68: ) RETURN NUMBER;