DBA Data[Home] [Help]

APPS.PA_CMT_UTILS dependencies on PA_COST_DISTRIBUTION_LINES_ALL

Line 181: from pa_cost_distribution_lines_all cdl

177: -- 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 .
178: -- so commented the project and task conditions to releive Po project PSI commitment.
179: Select sum(nvl(cdl.denom_raw_cost,0))
180: into l_EiCost
181: from pa_cost_distribution_lines_all cdl
182: , pa_expenditure_items_all ei
183: where cdl.expenditure_item_id = ei.expenditure_item_id
184: /* and ei.project_id = p_project_id
185: and ei.task_id = p_task_id commented for bug:6979249*/