DBA Data[Home] [Help]

APPS.GMS_BUDGET_PUB dependencies on GMS_BALANCES

Line 554: gms_balances gbal

550: select (nvl(gbal.actual_period_to_date,0) + nvl(gbal.encumb_period_to_date,0))
551: from gms_budget_versions gbv,
552: gms_budget_lines gbl,
553: gms_resource_assignments gra,
554: gms_balances gbal
555: where gbv.budget_version_id = gra.budget_version_id
556: and gra.resource_assignment_id = gbl.resource_assignment_id
557: and gbal.award_id = gbv.award_id
558: and gbal.project_id = gbv.project_id