DBA Data[Home] [Help]

APPS.GMS_BUDG_CONT_SETUP dependencies on GMS_AWARDS

Line 213: 1. Derive the Default control levels from gms_awards.

209:
210: Procedure Creates Budgetary Controls for
211: Award, Task, Resource Group and resources.
212:
213: 1. Derive the Default control levels from gms_awards.
214: 2. Create Budgetary control for the Award only when x_calling_mode is 'BASELINE'.
215: 3. If entry_level_code = 'P' Project then
216: Create budgetary control records for all resources or resource groups for which currently there exists no budgetary control records.
217: Else (i.e the entry_level_code <> 'P')

Line 248: from gms_awards

244: into x_funds_control_code_awd
245: , x_funds_control_code_tsk
246: , x_funds_control_code_resgrp
247: , x_funds_control_code_res
248: from gms_awards
249: where award_id = x_award_id;
250:
251: --creates default budgetary setup only for advisory or absolute controls
252: --if x_funds_control_code_awd <> 'N' then