DBA Data[Home] [Help]

APPS.IGW_BUDGET_PERIODS_PVT dependencies on IGW_BUDGET_DETAILS_CAL_AMTS

Line 494: update igw_budget_details_cal_amts

490: where proposal_id = p_proposal_id
491: and version_id = p_version_id
492: and budget_period_id = l_orig_budget_period_id;
493:
494: update igw_budget_details_cal_amts
495: set budget_period_id = p_budget_period_id
496: where proposal_id = p_proposal_id
497: and version_id = p_version_id
498: and budget_period_id = l_orig_budget_period_id;