DBA Data[Home] [Help]

APPS.GMS_REPORT_SF269 dependencies on GMS_AWARD_DISTRIBUTIONS

Line 23: gms_award_distributions g

19: c.expenditure_item_id ,
20: c.line_num
21: from pa_expenditure_items ei,
22: pa_cost_distribution_lines_all c,
23: gms_award_distributions g
24: where g.expenditure_item_id = c.expenditure_item_id
25: and g.cdl_line_num = c.line_num
26: and c.gl_date between X_Report_Start_Date
27: and X_Report_End_Date

Line 434: gms_award_distributions g,

430: into l_allowed_cost_base_burden
431: from gms_allowable_expenditures ae,
432: gms_awards a,
433: GMS_CDL_BURDEN_DETAIL_V bv,
434: gms_award_distributions g,
435: pa_cost_distribution_lines_all c,
436: pa_expenditure_items ei
437: where g.expenditure_item_id = c.expenditure_item_id
438: and g.cdl_line_num = c.line_num