DBA Data[Home] [Help]

APPS.PA_PACRCBDT_XMLP_PKG dependencies on PA_COST_DISTRIBUTION_LINES_ALL

Line 12: from pa_cost_distribution_lines_all cdl,

8: amount,
9: decode(cdl.line_type,'D',cdl.amount,
10: cdl.burdened_cost)))
11: into l_total_cost
12: from pa_cost_distribution_lines_all cdl,
13: pa_expenditure_items_all ei
14: where ei.expenditure_item_id = cdl.expenditure_item_id
15: and cdl.project_id = cf_total_costformula.p_project_id
16: and ei.capital_event_id = cf_total_costformula.capital_event_id