DBA Data[Home] [Help]

APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_FI_FND_SRC_RSTN

Line 730: FROM igs_fi_fnd_src_rstn a,

726:
727: CURSOR c_fsrc IS
728: SELECT b.govt_funding_source,
729: a.funding_source
730: FROM igs_fi_fnd_src_rstn a,
731: igs_fi_fund_src b
732: WHERE a.course_cd = p_course_cd
733: AND a.version_number = p_version_number
734: AND a.dflt_ind = 'Y'

Line 819: p_prg_funding_source IN igs_fi_fnd_src_rstn.funding_source%TYPE,

815: p_susa_fund_cd IN igs_he_en_susa.fundability_code%TYPE,
816: p_spa_funding_source IN igs_en_stdnt_ps_att.funding_source%TYPE,
817: p_poous_fund_cd IN igs_he_poous.fundability_cd%TYPE,
818: p_prg_fund_cd IN igs_he_st_prog.fundability%TYPE,
819: p_prg_funding_source IN igs_fi_fnd_src_rstn.funding_source%TYPE,
820: p_oss_fund_cd OUT NOCOPY VARCHAR2,
821: p_hesa_fund_cd OUT NOCOPY VARCHAR2,
822: p_enrl_start_dt IN igs_he_submsn_header.enrolment_start_date%TYPE,
823: p_enrl_end_dt IN igs_he_submsn_header.enrolment_end_date%TYPE)