Projects - EBS (MOSC)

MOSC Banner

Discussions

Oracle EBS Projects tables and queries for Effort and Cost element wise

Dear Expert,

I need to get Oracle Porject tables behind the below screens.

I have found this blog .

http://sairamgoudmalla.blogspot.com/2015/06/projects-publish-workplan-tables.html

https://imdjkoch.wordpress.com/2012/01/17/few-queries-for-oracle-projects/

Can you provide sample queries for attached screens in Project elements wise cost and effort details,

Here is my sample query:

select

  pra.budget_version_id,

  ppev.proj_element_id,

  ppev.element_version_id,

prac.total_txn_raw_cost,

prac.total_projfunc_raw_cost,

prac.total_projfunc_burdened_cost,

prac.total_txn_burdened_cost,

ppr.earned_value,

ppr.base_percent_complete,

ppr.eff_rollup_percent_comp

from  pa_projects_all pa,

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.

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center