DBA Data[Home] [Help]

APPS.IGS_FI_LOAD_EXT_CHG dependencies on IGS_PE_TYP_INSTANCES_ALL

Line 34: FUNCTION get_std_formerstd_ind(p_person_id IN igs_pe_typ_instances_all.person_id%TYPE)

30: p_fee_cal_type igs_fi_ext_int_all.fee_cal_type%TYPE,
31: p_fee_ci_sequence_number igs_fi_ext_int_all.fee_ci_sequence_number%TYPE
32: );
33:
34: FUNCTION get_std_formerstd_ind(p_person_id IN igs_pe_typ_instances_all.person_id%TYPE)
35: RETURN VARCHAR2;
36: PRAGMA RESTRICT_REFERENCES(get_std_formerstd_ind, WNDS);
37:
38: END igs_fi_load_ext_chg;