DBA Data[Home] [Help]

APPS.IGF_SE_PAYMENT_PKG dependencies on IGF_AW_FUND_MAST_ALL

Line 255: l_fund igf_aw_fund_mast_all.fund_id%TYPE;

251: SELECT auth.fund_id
252: FROM igf_se_auth auth
253: WHERE auth_id = cp_auth_id
254: AND person_id = cp_person_id;
255: l_fund igf_aw_fund_mast_all.fund_id%TYPE;
256:
257: -- Get lookup meaning
258: CURSOR c_lookup(
259: cp_lookup_type igf_lookups_view.lookup_type%TYPE,