Previous  Next          Contents  Index  Navigation  Glossary  Library

Custom Reporting Summarization Views

Oracle Projects provides two sets of views for custom reporting on summarization summary amounts:

Both sets of views contain project and task-level summary amounts. The WBS summarization views have summary level amounts for projects and tasks. The resource summarization views have summary amounts by project and resource as well as task and resource.

Each set of views contains views with prior-period, period-to-date, year-to-date, inception-to-date, and project summary amounts for the following:

Work Breakdown Summarization Views

The WBS summarization views are as follows:

These views also contain limited task information, such as project number and name, indented task numbers and names, task start and completion dates, and task manager name.

You can refer to the Oracle Projects Revenue, Costs, Budgets by Work Breakdown Structure Report as an example of how to use these views for reporting. See: Revenue, Costs, Budgets by Work Breakdown Structure.

Resource Summarization Views

The resource summarization views are as follows:

You can refer to the following Oracle Projects reports for examples of how to use these views for reporting:

Custom Reporting Strategies with WBS and Resource Reporting Summarization Views

The following custom reporting strategies pertain to both sets of reporting summarization views.

Since both sets of views contain project and task-level summary amounts, you must be careful to select the appropriate rows:

When designing the data model in Oracle Reports, you will need to consider the following information:

To facilitate resource list-driven reporting, Oracle Projects provides the view, 'pa_resource_list_members_v'. This provides the following functionality:

To use this view in your custom reports, you can add the following to the resource-list query:

order by parent_sort_order, sort_order


         Previous  Next          Contents  Index  Navigation  Glossary  Library