[Home] [Help]
797: THEN
798: BEGIN
799: l_valid_currency:='Y';
800: SELECT distinct funding_currency_code INTO l_old_fund_curr_code
801: FROM pa_summary_project_fundings
802: WHERE project_id=l_funding_in_rec.project_id
803: and not (total_baselined_amount = 0
804: and total_unbaselined_amount = 0); /* Added for bug 6510026 */
805: