DBA Data[Home] [Help]

APPS.GMS_FUNDS_POSTING_PKG dependencies on GMS_BUDGET_VERSIONS

Line 597: FROM gms_budget_versions

593: AND SUBSTR (result_code, 1, 1) = 'P';
594:
595: CURSOR c_budget_rec IS
596: SELECT budget_version_id
597: FROM gms_budget_versions
598: WHERE budget_version_id = l_budget_version_id
599: AND current_flag = 'Y'
600: AND budget_status_code = 'B';
601: