DBA Data[Home] [Help]

APPS.GMS_PA_COSTING_PKG dependencies on PA_EXPENDITURE_TYPES

Line 347: pa_expenditure_types et

343: from pa_cost_distribution_lines cdl,
344: pa_expenditure_items exp,
345: gms_award_distributions adl,
346: pa_expenditures_all pae,
347: pa_expenditure_types et
348: where cdl.request_id = g_request_id
349: and cdl.line_type = 'R'
350: and nvl(cdl.reversed_flag,'N') <> 'Y'
351: and cdl.expenditure_item_id = exp.expenditure_item_id

Line 3118: pa_expenditure_types et,

3114: et.expenditure_category, --Bug: 5003642
3115: et.revenue_category_code --Bug: 5003642
3116: from --pa_ind_rate_sch_revisions irsr, /*6054504*/
3117: --pa_cost_bases cb, /*6054504*/
3118: pa_expenditure_types et,
3119: pa_ind_cost_codes icc,
3120: pa_cost_base_exp_types cbet,
3121: PA_COST_BASE_COST_CODES CBCC, /*6054504*/
3122: --pa_ind_rate_schedules_all_bg irs, /*6054504*/