Sql to get accounted cost for all projects in Oracle Projects.
Hi team,
I am preparing one report where I need to show project wise cumulative accounted cost in Oracle Projects. I have created Sql for different differ source but I am facing performance issue can you please help to understand the process so that my query will be shorten and I should not face performance issue.
I need to see only accounted transaction cost per project for all source.
Sql query for AP source.:
SELECT NVL(peia.acct_raw_cost,0) total_cost ,peia.project_id , peia.task_id ,pcdla.gl_date,peia.org_id
FROM pa_cost_distribution_lines_all pcdla,