DBA Data[Home] [Help]

APPS.IGF_AW_GEN_002 dependencies on IGF_AW_GEN_004

Line 1733: ln_efc_f := NVL(igf_aw_gen_004.efc_f(p_base_id,p_awd_prd_code),0);

1729: END IF;
1730:
1731: l_coa := igf_aw_coa_gen.coa_amount(p_base_id,p_awd_prd_code);
1732:
1733: ln_efc_f := NVL(igf_aw_gen_004.efc_f(p_base_id,p_awd_prd_code),0);
1734: ln_efc_i := NVL(igf_aw_gen_004.efc_i(p_base_id,p_awd_prd_code),0);
1735:
1736: -- The p_resource_f will contain all the awards from FEDERAL, INSTITUTIONAL Methodology including the
1737: -- Sponsorships Funds.

Line 1734: ln_efc_i := NVL(igf_aw_gen_004.efc_i(p_base_id,p_awd_prd_code),0);

1730:
1731: l_coa := igf_aw_coa_gen.coa_amount(p_base_id,p_awd_prd_code);
1732:
1733: ln_efc_f := NVL(igf_aw_gen_004.efc_f(p_base_id,p_awd_prd_code),0);
1734: ln_efc_i := NVL(igf_aw_gen_004.efc_i(p_base_id,p_awd_prd_code),0);
1735:
1736: -- The p_resource_f will contain all the awards from FEDERAL, INSTITUTIONAL Methodology including the
1737: -- Sponsorships Funds.
1738: p_resource_f := resource_rec.resource_f;