DBA Data[Home] [Help]

APPS.PA_MAINT_PROJECT_ACCUMS dependencies on PA_BUDGET_VERSIONS

Line 3440: Update Pa_Budget_Versions

3436: --- Since Period has changed,and budget figures have been initialized
3437: --- we have to make the current budget version as not accumulated
3438: --- so that they get picked up , when next time budget is run
3439:
3440: Update Pa_Budget_Versions
3441: Set Resource_Accumulated_Flag ='N'
3442: Where Current_Flag = 'Y'
3443: And Project_id = x_project_id
3444: AND Budget_type_code <> nvl(x_budget_type,'00');