DBA Data[Home] [Help]

APPS.IGF_SL_CL_VALIDATION dependencies on IGF_AW_COA_GEN

Line 511: ln_coa := NVL (igf_aw_coa_gen.coa_amount (p_base_id), 0);

507: OPEN resource_cur;
508: FETCH resource_cur INTO resource_rec;
509: CLOSE resource_cur;
510:
511: ln_coa := NVL (igf_aw_coa_gen.coa_amount (p_base_id), 0);
512: ln_efc := NVL (igf_aw_gen_004.efc_f (p_base_id), 0);
513: p_resource_f := resource_rec.resource_f;
514: p_resource_f_fc := resource_rec.resource_fm_f;
515: IF NVL (resource_rec.resource_fm_f, 0) > ln_efc THEN