DBA Data[Home] [Help]

APPS.PA_BURDEN_COSTING dependencies on PA_COMPILED_MULTIPLIERS

Line 2808: from pa_compiled_multipliers cm,

2804: -- where cmt.line_type = 'R'
2805: where cmt.burden_sum_source_run_id = current_run_id
2806: and cmt.project_id = current_project_id
2807: and exists (select 1
2808: from pa_compiled_multipliers cm,
2809: pa_ind_cost_codes icc
2810: where cm.ind_compiled_set_id=cmt.cmt_ind_compiled_set_id
2811: and icc.ind_cost_code = cm.ind_cost_code
2812: and icc.expenditure_type is null));

Line 3342: PA_COMPILED_MULTIPLIERS CM,

3338: (select /*+ ORDERED */ distinct
3339: cbcc.cost_plus_structure, cbcc.cost_base
3340: from
3341: PA_COST_BASE_EXP_TYPES CBET,
3342: PA_COMPILED_MULTIPLIERS CM,
3343: PA_COST_BASE_COST_CODES CBCC
3344: WHERE cbet.expenditure_type = ei.ei_expenditure_type
3345: AND cbet.cost_base_type = 'INDIRECT COST'
3346: AND cm.ind_Compiled_set_id = ei.ind_compiled_set_id