DBA Data[Home] [Help]

APPS.PA_CMT_UTILS dependencies on PA_COST_DISTRIBUTION_LINES_ALL

Line 196: from pa_cost_distribution_lines_all cdl

192: -- Bug 6979249: since we are summing all EI Costs based on project,Task and Po Line Id hence PO Projects PSI Commitment are not getting relieved .
193: -- so commented the project and task conditions to releive Po project PSI commitment.
194: Select sum(nvl(cdl.denom_raw_cost,0))
195: into l_EiCost
196: from pa_cost_distribution_lines_all cdl
197: , pa_expenditure_items_all ei
198: where cdl.expenditure_item_id = ei.expenditure_item_id
199: /* and ei.project_id = p_project_id
200: and ei.task_id = p_task_id commented for bug:6979249*/