DBA Data[Home] [Help]

APPS.IGS_FI_GEN_008 dependencies on IGS_FI_FEE_AS_ITEMS

Line 59: p_v_location_cd IN igs_fi_fee_as_items.location_cd%TYPE,

55: FUNCTION get_invoice_number ( p_n_invoice_id IN PLS_INTEGER ) RETURN VARCHAR2;
56:
57: --Procedure for checking whether a charge is declared or reversed
58: PROCEDURE chk_chg_adj( p_n_person_id IN hz_parties.party_id%TYPE,
59: p_v_location_cd IN igs_fi_fee_as_items.location_cd%TYPE,
60: p_v_course_cd IN igs_ps_ver.course_cd%TYPE,
61: p_v_fee_cal_type IN igs_fi_f_typ_ca_inst.fee_cal_type%TYPE,
62: p_v_fee_cat IN igs_fi_fee_as_items.fee_cat%TYPE,
63: p_n_fee_ci_sequence_number IN igs_fi_f_typ_ca_inst.fee_ci_sequence_number%TYPE,

Line 62: p_v_fee_cat IN igs_fi_fee_as_items.fee_cat%TYPE,

58: PROCEDURE chk_chg_adj( p_n_person_id IN hz_parties.party_id%TYPE,
59: p_v_location_cd IN igs_fi_fee_as_items.location_cd%TYPE,
60: p_v_course_cd IN igs_ps_ver.course_cd%TYPE,
61: p_v_fee_cal_type IN igs_fi_f_typ_ca_inst.fee_cal_type%TYPE,
62: p_v_fee_cat IN igs_fi_fee_as_items.fee_cat%TYPE,
63: p_n_fee_ci_sequence_number IN igs_fi_f_typ_ca_inst.fee_ci_sequence_number%TYPE,
64: p_v_fee_type IN igs_fi_fee_type.fee_type%TYPE,
65: p_n_uoo_id IN igs_ps_unit_ofr_opt.uoo_id%TYPE,
66: p_v_transaction_type IN igs_fi_inv_int_all.transaction_type%TYPE,