DBA Data[Home] [Help]

APPS.GMS_REPORT_SF425 dependencies on GMS_INSTALLMENTS

Line 446: from gms_installments

442: /* Bug# 10378446 : Get the period federal fund */
443:
444: select sum(nvl(direct_cost,0)) + sum(nvl(indirect_cost,0))
445: into l_total_fed_funds_auth_amt
446: from gms_installments
447: where award_id = p_award_id
448: and start_date_active <= p_report_end_date;
449:
450: