DBA Data[Home] [Help]

APPS.IGS_FI_GEN_REFUNDS dependencies on IGS_PE_PERSON

Line 18: FUNCTION get_rfnd_hold (p_person_id igs_pe_person.person_id%TYPE) RETURN BOOLEAN;

14: PROCEDURE get_fee_prd (p_fee_type OUT NOCOPY igs_fi_fee_type.fee_type%TYPE,
15: p_fee_cal_type IN OUT NOCOPY igs_fi_f_typ_ca_inst.fee_cal_type%TYPE,
16: p_fee_ci_sequence_number IN OUT NOCOPY igs_fi_f_typ_ca_inst.fee_ci_sequence_number%TYPE,
17: p_status OUT NOCOPY BOOLEAN);
18: FUNCTION get_rfnd_hold (p_person_id igs_pe_person.person_id%TYPE) RETURN BOOLEAN;
19:
20: PROCEDURE get_borw_det (p_credit_id igs_fi_credits.credit_id%TYPE,
21: p_determination OUT NOCOPY igs_lookups_view.lookup_code%TYPE,
22: p_err_message OUT NOCOPY fnd_new_messages.message_name%TYPE,