DBA Data[Home] [Help]

APPS.IGF_AW_GEN_005 dependencies on IGF_AW_FUND_MAST_ALL

Line 327: p_fund_code IN igf_aw_fund_mast_all.fund_code%TYPE,

323:
324: FUNCTION get_stud_hold_effect(
325: p_orig IN VARCHAR2,
326: p_person_id IN igf_ap_fa_base_rec_all.person_id%TYPE,
327: p_fund_code IN igf_aw_fund_mast_all.fund_code%TYPE,
328: p_date IN DATE
329: ) RETURN VARCHAR2 IS
330:
331: /*

Line 347: cp_fund_code igf_aw_fund_mast_all.fund_code%TYPE,

343:
344: -- Check whether the fund is present in Persons Exclusiions list
345: CURSOR c_chk_fund(
346: cp_person_id igf_ap_fa_base_rec_all.person_id%TYPE,
347: cp_fund_code igf_aw_fund_mast_all.fund_code%TYPE,
348: cp_encb_type igs_pe_persenc_effct.encumbrance_type%TYPE,
349: cp_effect_type VARCHAR2,
350: cp_date DATE
351: ) IS