Previous Topic: Investment Status Report

Next Topic: Resource Assignments Report


Project Transactions Inquiry Report

Description

This report provides a list of the detailed posted or unposted financial transactions for a project over a specified date range. For example, you can view the following:

This report can be run only from CA Clarity PPM and not from BusinessObjects InfoView.

Run this report to work with the following:

Requirements
Parameters
End Date

Defines the end date of the report. To select a specific end date, select the Specific Date option and type a date in the text field in the mm/dd/yyyy format. Or, click the Date Picker to select a day from the calendar that displays. To select a relative date, select the Relative Date option and the relevant relative date from the drop-down list.

OBS Unit

Indicates the OBS unit by which the report is filtered.

Project Manager

Indicates the managers whose projects require reporting.

Project

Indicates the projects to generate the report.

Start Date

Defines the start date of the report. To select a specific day, select the Specific Date option and type a date in the text field in the mm/dd/yyyy format. Or, click the Date Picker to select a day from the calendar that displays. To select a relative date such as Start of Next Month, select the Relative Date option. Then, select the relative date from the drop-down list.

Transaction Status

Indicates the transactions included in the report are active or inactive.

Report Fields
Amount Billed

Displays the total amount billed to the project.

Database Tables and Columns:

nbi_project_current_facts.act_billing

Approved By

Displays the project approver.

Database Tables and Columns:

pac_mnt_projects.resourcecode

Approved Date

Displays when the project was approved.

Database Tables and Columns:

pac_mnt_projects.approvedatetime

Bill Rate

Displays the billing rate for the transaction.

Calculation: Quantity/Revenue

Database Tables and Columns:

A calculated field. For more information, see the report SQL statement.

Charge Code

Displays the identification code for the transaction charge.

Database Tables and Columns:

ppa_wip.charge_code

ppa_transcontrol.charge_code

Chargeable

Displays the chargeable hours for the project.

Database Tables and Columns:

ppa_wip.chargeable (= 1)

ppa_transcontrol.chargeable (= 1)

Company Name

Displays the name of the company whose transactions are being reported.

Database Tables and Columns:

nbi_project_current_facts.customer

Contract Amount

Displays the amount of the contract.

Database Tables and Columns:

nbi_project_current_facts.contractamount

Contract Date

Displays the date the contract started.

Database Tables and Columns:

nbi_project_current_facts.contract_date

Contract Number

Displays the identifier of a contract associated with a project.

Database Tables and Columns:

nbi_project_current_facts.contract_number

Contract Remain

Displays the remaining amount of the contract.

Calculation: (Contract Amount - Amount Billed).

Database Tables and Columns:

A calculated field. For more information, see the report SQL statement.

Manager

Displays the name of the manager whose projects are being reported.

Database Tables and Columns:

nbi_project_current_facts.manager_last_name

nbi_project_current_facts.manager_first_name

Margin

Displays the difference between revenue and total cost of the transaction at the detail level. At the summary level, indicates the difference between the total revenue and total cost of all transactions on the report.

Calculation: Revenue - Total Cost

Database Tables and Columns:

A calculated field. For more information, see the report SQL statement.

Non-Chargeable

Displays the nonchargeable hours for the project.

Database Tables and Columns:

ppa_transcontrol.chargeable (<> 1)

ppa_wip.chargeable (<> 1)

Project ID

Displays the project identifier of the project whose transactions are included in the report.

Database Tables and Columns:

nbi_project_current_facts.project_id

Project Status

Displays whether the project is active or inactive.

Database Tables and Columns:

nbi_project_current_facts.fm_status

Quantity

Displays the number of units of labor or other items within the activity in this transaction.

Database Tables and Columns:

ppa_wip.quantity

ppa_transcontrol.quantity

Resource

Displays the resource associated with charges at the detailed level in the report.

Database Tables and Columns:

srm_resources.last_name

srm_resources.first_name

Revenue

Displays the revenue generated by the transaction.

Database Tables and Columns:

ppa_transcontrol.totalamount

ppa_wip.totalamount

Role

Displays the project role a resource performs.

Database Tables and Columns:

prteam.prroleid

Total Cost

Displays the total cost of the transaction in the detail section of the report. The total cost for all transactions listed on the report is displayed in the summary section.

Database Tables and Columns:

ppa_wip_values.totalcost

ppa_transcontrol_values.totalcost

Total Hours

Displays the total hours charged for the transactions displayed on the report.

Database Tables and Columns:

A calculated field. For more information, see the report SQL statement.

Total Revenue

Displays the total revenue generated for the transactions included in the report.

Database Tables and Columns:

ppa_transcontrol.totalamount

ppa_wip.totalamount

Total WIP

Displays the total work in progress for the project.

Database Tables and Columns:

ppa_transcontrol.totalamount

ppa_wip.totalamount

Transaction Date

Displays the transaction date in the mm/dd/yyyy format.

Database Tables and Columns:

cbk_scaled_gl_txns.transaction_date

WIP Cleared

Displays the amount of work in progress completed.

Calculation: (Total WIP - WIP Remain).

Database Tables and Columns:

A calculated field. For more information, see the report SQL statement.

WIP Remain

Displays the remaining work to perform on the transaction.

Database Tables and Columns:

ppa_transcontrol.amountremaining

ppa_wip. amountremaining