DBA Data[Home] [Help]

APPS.IGW_BUDGETS_PVT dependencies on GMS_AWARDS_ALL

Line 260: from gms_awards_all

256:
257: -- use l_budget_start_date and l_budget_end_date obtained below if time_phased_type_code = 'N'
258: select nvl(preaward_date, start_date_active), end_date_active
259: into l_awd_start_date, l_awd_end_date
260: from gms_awards_all
261: where award_id = l_award_id;
262:
263: -- dbms_output.put_line('--------till here 6----------');
264: