DBA Data[Home] [Help]

APPS.PA_BURDEN_COSTING dependencies on PA_COMPILED_MULTIPLIERS

Line 2952: from pa_compiled_multipliers cm,

2948: -- where cmt.line_type = 'R'
2949: where cmt.burden_sum_source_run_id = current_run_id
2950: and cmt.project_id = current_project_id
2951: and exists (select 1
2952: from pa_compiled_multipliers cm,
2953: pa_ind_cost_codes icc
2954: where cm.ind_compiled_set_id=cmt.cmt_ind_compiled_set_id
2955: and icc.ind_cost_code = cm.ind_cost_code
2956: and icc.expenditure_type is null));

Line 3500: PA_COMPILED_MULTIPLIERS CM,

3496: (select /*+ ORDERED */ distinct
3497: cbcc.cost_plus_structure, cbcc.cost_base
3498: from
3499: PA_COST_BASE_EXP_TYPES CBET,
3500: PA_COMPILED_MULTIPLIERS CM,
3501: PA_COST_BASE_COST_CODES CBCC
3502: WHERE cbet.expenditure_type = ei.ei_expenditure_type
3503: AND cbet.cost_base_type = 'INDIRECT COST'
3504: AND cm.ind_Compiled_set_id = ei.ind_compiled_set_id