DBA Data[Home] [Help]

APPS.GMS_REPORT_SF269 dependencies on GMS_ALLOWABLE_EXPENDITURES

Line 54: gms_allowable_expenditures ae

50: from gms_awards a,
51: GMS_CDL_BURDEN_DETAIL_V bv,
52: pa_ind_cost_codes cd,
53: gms_ind_cost_codes gcd,
54: gms_allowable_expenditures ae
55: where
56: bv.expenditure_item_id = l_expenditure_item_id1
57: and bv.line_num = l_line_num1
58: and a.award_id = x_award_id

Line 431: from gms_allowable_expenditures ae,

427: /* Begin
428: Select
429: sum(nvl(bv.burden_cost,0)) burden_cost
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,