Projects - EBS (MOSC)

MOSC Banner

Sql to get accounted cost for all projects in Oracle Projects.

edited Mar 16, 2018 5:14AM in Projects - EBS (MOSC) 18 commentsAnswered

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,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center