DBA Data[Home] [Help]

APPS.GMS_BUDGET_PUB dependencies on GMS_BUDGETARY_CONTROLS

Line 640: from gms_budgetary_controls

636: select 1
637: from dual
638: where exists(
639: select 'x'
640: from gms_budgetary_controls
641: where project_id = p_project_id
642: and award_id = p_award_id
643: and funds_control_level_code = 'B');
644: