DBA Data[Home] [Help]

APPS.GMS_AWARD_DIST_ENG dependencies on GMS_BUDGET_VERSIONS

Line 710: from gms_budget_versions bv

706: for tab_index in 1..p_ndx loop
707:
708: select bv.budget_version_id
709: into l_budget_version_id
710: from gms_budget_versions bv
711: where bv.project_id = valid_fp_tab(tab_index).project_id
712: and bv.award_id = valid_fp_tab(tab_index).award_id
713: and bv.budget_status_code = 'B'
714: and bv.current_flag = 'Y';