DBA Data[Home] [Help]

APPS.GMS_SUMMARIZE_BUDGETS dependencies on PA_BUDGET_VERSIONS

Line 507: from pa_budget_versions

503: END IF;
504:
505: Select 1
506: into draft_budget_check
507: from pa_budget_versions
508: where project_id = x_project_id
509: and budget_type_code = 'AC'
510: and budget_status_code in ('W', 'S');
511: