DBA Data[Home] [Help]

APPS.IGS_FI_PRC_REFUNDS dependencies on IGF_AW_FUND_CAT

Line 714: igf_aw_fund_cat fcat

710: -- Cursor for validating whether the Person being processed is not a sponsor
711: CURSOR cur_spnsr(cp_person_id igs_fi_parties_v.person_id%TYPE) IS
712: SELECT 'x'
713: FROM igf_aw_fund_mast fund,
714: igf_aw_fund_cat fcat
715: WHERE fund.fund_code = fcat.fund_code
716: AND fcat.sys_fund_type = g_sponsor
717: AND fund.party_id = cp_person_id;
718: