DBA Data[Home] [Help]

APPS.GMS_PA_API dependencies on GMS_BUDGET_VERSIONS

Line 1552: from gms_budget_versions

1548: -- gms_transaction_interface_all table .
1549: -- ------------------------------------------------------------------
1550: CURSOR C_BUDGET_CHECK ( x_project_id NUMBER, x_award_id NUMBER ) is
1551: SELECT budget_version_id
1552: from gms_budget_versions
1553: where project_id = x_project_id
1554: and award_id = x_award_id
1555: and budget_status_code = 'B'
1556: and current_flag = 'Y' ;