SlideShare une entreprise Scribd logo
1  sur  43
Télécharger pour lire hors ligne
REMINDER
Check in on the
COLLABORATE mobile app
Managing Cash Flow in Primavera
P6
Prepared by:
Luka Novosel, PMP
Primavera Implementation Consultant
Primakon Ltd.
How to Track Project Revenues and
Expenditures in One P6 Project
Session ID#: 15465
About me…
■ Masters degree in Electrical Engineering
■ Primavera functional & technical consultant since 2006
■ PMI PMP certified since 2010
■ Oracle Primavera P6 & P6 R8 Implementation Specialist
■ Oracle Primavera EPPM trainer
■ PMP preparation trainer
■ Primavera EPPM API application designer & developer
■ Primavera EPPM SDK application designer & developer
About us…
■ Primakon is privately owned consulting company
■ 15+ years of experience in Primavera implementations
■ Offers customer tailored education in the area of PM
methodologies and Primavera products
■ References in wide area of industries (from finance sector to
construction)
■ Present on markets in EU & SE Europe
Presentation overview
■ The business need (NUMIP case)
■ Solution analysis
■ Model description
▪ Model overview
▪ Data entry
▪ Background jobs
▪ Primavera reports
■ BI publisher data model
■ BI reports
■ Conclusion and what’s next
The business need (NUMIP
case)
This is a subtitle or bulleted list
The business needs …
■ About company
▪ NUMIP, privately owned engineering company,
▪ Working in different process industries such as:
— Nuclear Industry
— Pharmaceutical Industry
— Paper Industry
▪ Present in USA & Europe
▪ Project oriented company
■ Business needs:
▪ Long-running recession
▪ Huge pressure on profit margin
▪ Optimization of internal processes
Requirements …
■ Primavera P6 as management tool
■ Detailed project plans in Primavera
▪ All activities with roles in planning phase for cost projections
▪ Resource and material assignments with planned and actual
values for cost tracking
■ All project expenditures in one place
■ Cash flow projections in Primavera P6
■ Executive reports on future cash flow projections
■ Email alerts for invoices
Key problems …
■ Primary role of P6 is to help project managers in managing
projects
■ Additional requirements mustn’t interfere with primary role
■ Invoice due dates depend on contract definitions
■ The moment when the job is done (and money earned) is
different from the moment when the invoice is paid
■ Management request is to have both informations in P6 and
in correlation to project schedule
Solution analysis: Why cost
User Defined Fields (UDF)?
Cost UDF Model and what’s behind it
■ WBS node called Cash Flow
■ Milestones with predecessor links to project plan
▪ Lag on relationship defines invoice due date period (i.e 30 days)
▪ Activity Cost UDF’s :
— Revenue
— Expenditure
▪ Milestone calendar: 7-day workweek
■ Milestone date gives UDF time dimension
■ Project Cost UDF’s summarizes activity level UDF’s
(background job) one field for every month / type
Automatic Project Cost UDF creation
■ Background job creates
project UDF’s
■ Two prefixes (data type
and value type)
■ Data Type
▪ PLI – planned value
▪ BLI – baseline value
■ Value type
▪ EXP – expenditure
▪ INC – revenue
▪ CF – cash flow
Key benefits of this Model
Why Cost UDF’s?
■ Financial fields do not interfere with managing project costs
■ No specific filtering is needed
■ Data is dynamically related to project schedule
■ Background job is updating project fields on predefined
intervals
■ Simple project reports in P6 Web
■ Simple Project Portfolio analysis
■ Default Primavera Project Cost analysis (i.e total costs) is not
affected
■ Designed as an add-on to regular project plans
■ Easy copy / paste export to Excel
Model description
Data input process
■ In project planning phase : Project Manager and Commercial
department official define planned project cash flow.
■ Revenue and expenditure milestones are linked to project
management schedule
■ In P6, financial department officers have special Project and
Global Security setup
▪ Read / Write access to WBS nodes with cash flow and invoice
milestones
▪ Read + add relationships on project level
■ This way they have authority to define new milestones if
necessary during projects execution
Data input process cont.
■ In P6 web special user interface view + layout are defined for
financial department
Data input process cont. 2
■ Assigning relationships and monetary value to milestones
Project Cost UDF creation
Background job description
■ Every UDF expenditure / revenue activity is paired with the
assigned milestone date
■ With that, every expenditure / revenue is getting time
distribution variable
■ Background job based on Java and P6 API summarizes all
UDF’s from activity level to project level
■ In that process time variable is used to make time distribution
of cost UDF’s on project level
Project Cost UDF creation
Accessing Baseline UDF values
■ Using P6 API, it is possible to read „baseline” activity UDF
values. That data are not visible in P6 application.
■ With this, background job creates baseline time distributed
values as project code UDF-s
Activity
rescheduled
Baseline Project value
Project Cost UDF Naming Conventions
■ Automatically created UDF’s follow predefined naming
conventions
▪ VALUE TYPE + space + DATA TYPE + space + month.year
■ In this implementation VALUE TYPES are:
▪ EXP -> for expenditures
▪ INC -> for revenues
▪ CF -> for cash flow (revenue – expenditure)
■ DATA TYPES are:
▪ BLI -> baseline values
▪ PLI -> planned values
▪ ACI -> actual values (to be implemented)
■ These properties can be altered to suite specific
implementation needs
Primavera out-of-the-box
reports
Primavera Web reports
■ Porftolio with active projects
■ Portfolio views based od project cost UDF’s
■ P6 Web summarizes project UDF’s
■ Different scorecards can be created
■ Quite limited report options directly from the web
■ Limit of 28 fields per scorecard
■ Export to Excel option
Primavera Client reports
■ Generally P6 Client is not used for reporting
■ Export to Excel option is used from the P6 Client
■ No limitation in number of fields per layout
■ Easy copy / paste of fields to MS Excel for further analysis
■ Special layout is designed for that purpose
BI Publisher Cash Flow Report
BI Publisher reports
New reporting in P6
■ BI Publisher is selected as main reporting source for reports
in this model
■ Data model is developed to support requested reports
■ P6 desired look and feel is implemented
■ Reports are accessible via P6 web
BI Publisher Data Model
■ List of Values(LOV) is
created for Projects
■ Parameter p_project_id is
defined to use this LOV
■ Data sets are defined
BI Publisher - Data Model - Data Set
■ Data set is defined to support reporting needs
■ In this example SQL query will create number of fields from
our Project Cost UDF names
■ Main fields are:
▪ DATA_TYPE
— sql: trim(SUBSTR(P6UDFTYPE.TITLE,4,4))
▪ VALUE_TYPE
— sql: trim(SUBSTR(P6UDFTYPE.TITLE,1,3))
▪ VALUE_DATE
— sql: trim(SUBSTR(P6UDFTYPE.TITLE,-7))
▪ SORT_DATE
— sql: trim(SUBSTR(P6UDFTYPE.TITLE,-4)) ||'.'||
trim(SUBSTR(P6UDFTYPE.TITLE,-7,2))
BI Publisher - Data Model - Data Set cont.
■ The query result will hold one record for every sort_date-
data_type-value_type pair with appropriate value and sum
value to date
Value
Date
Sort
Date
Value Value Type Data
Type
Cum
Value
12.0142014.01 90000CF Baseline 90000
42.0142014.04 -21312CF Baseline 68688
72.0142014.07 0CF Baseline 68688
12.0152015.01 0CF Baseline 68688
12.0142014.01 -31200EXP Baseline -31200
42.0142014.04 -21312EXP Baseline -52512
72.0142014.07 0EXP Baseline -52512
12.0152015.01 0EXP Baseline -52512
12.0142014.01 121200INC Baseline 121200
42.0142014.04 0INC Baseline 121200
BI Publisher - Data Model - Data Set
Running totals
Data sort for running
totals
Data sort for running
totals
Grouped by value type
Running total per group
BI Publisher - Data Model - Data Set
SQL query String month.year and
year.month fields for
grouping
Case when for
data_type – this is done
to make chart legend
more readable
BI Publisher - Data Model - Data Set
SQL query cont.
Running totals are created
to enable cashflow S-curve.
Partition is done by:
1. data_type
2. value_type
All sorted by sort_date
Three tables are used in
SQL join:
• P6UDFTYPE
• P6PROJECT
• P6PROJECT_UDFVALUE
BI Publisher - Data Model - Data Set
SQL query cont. 2
In WHERE statement,
project UDF fields are
filtered by value_type
values (EXP, INC, CF)
UDF field with TOTAL
instead of sort_date is
excluded from this data set
Parameter value is used in
WHERE part of the
statement
That can be one or list of
project ID’s
BI Publisher - Data Model - Data Set
SQL query cont. 3
Grouping in SQL statementGrouping in SQL statement
is done according to SQL
standard requirements
BI Publisher - Data Model - Data Set
Sample XML data and Report editor
■ After data set definition, XML sample data set is created
■ Report is designed in Web Report editor
■ Word .rtf templates are not used in this case
■ The goal was to create report in Web Editor only and to test
it’s limitations
■ 4 layouts are defined
▪ Cumulative Graphical
▪ CashFlow Report
▪ Revenue Report
▪ Expenditure report
P6 Web Report Access
Template selection
■ 4 report layouts defined in
BI Publisher are available
as templates in P6
■ Same names as Layouts in
BI
P6 Web Report Access
Project selection
■ In this data model project data is
summarized
■ Possible uses of reports:
▪ One project
▪ Cumulative reports on portfolios
Report examples
Cumulative graphical report
Report example
CashFlow report
■ Table and chart filter
▪ Value_type=„CF”
■ Project List
Report example
Revenue report
■ Table and chart filter
▪ Value_type=„INC”
■ Project List
Report example
Expenditure report
■ Table and chart filter
▪ Value_type=„EXP”
■ Project List
Future model development
Plans for future …
■ Data integration with financial system on several key points
▪ i.e. invoice number assigned to milestones
■ New Actual fields
▪ When milestone has actual date, value in UDF (expenditure /
revenue) is declared as actual value
■ New reports for key stakeholders
■ Additional forecast analysis
▪ i.e. Preset and Net Present Values
Questions ?
Contact Information:
Luka Novosel, M.Eng , PMP
Primakon ltd
ln@primakon.com
www.primakon.com
Please complete the session
evaluation
We appreciate your feedback and insight
You may complete the session evaluation either
on paper or online via the mobile app

Contenu connexe

Tendances

Update Delay Analysis
Update Delay AnalysisUpdate Delay Analysis
Update Delay AnalysisChris Carson
 
Construction Project management
Construction Project management Construction Project management
Construction Project management Anupama holla
 
Construction scheduling & Cost control
Construction scheduling & Cost controlConstruction scheduling & Cost control
Construction scheduling & Cost controlGuhan M
 
Primavera - Tutorial
Primavera - TutorialPrimavera - Tutorial
Primavera - TutorialRajeev Sharma
 
Primavera P6 Tips and Tricks
Primavera P6 Tips and TricksPrimavera P6 Tips and Tricks
Primavera P6 Tips and Tricksp6academy
 
How to Create S Curve by MS Project 2013
How to Create S Curve by MS Project 2013How to Create S Curve by MS Project 2013
How to Create S Curve by MS Project 2013Ong-Art Sanpinit
 
Project management using Primavera 6.x by Karim Ragab
Project management using Primavera 6.x by Karim RagabProject management using Primavera 6.x by Karim Ragab
Project management using Primavera 6.x by Karim RagabKarim Ragab
 
Project Controls Expo 09 Nov 2011, London - DELAY AND FORENSIC ANALYSIS By Ro...
Project Controls Expo 09 Nov 2011, London - DELAY AND FORENSIC ANALYSIS By Ro...Project Controls Expo 09 Nov 2011, London - DELAY AND FORENSIC ANALYSIS By Ro...
Project Controls Expo 09 Nov 2011, London - DELAY AND FORENSIC ANALYSIS By Ro...Project Controls Expo
 
03 Construction Project Planning and Scheduling
03 Construction Project Planning and Scheduling03 Construction Project Planning and Scheduling
03 Construction Project Planning and Schedulingakashpadole
 
Interview questions-for-planning-engineers
Interview questions-for-planning-engineersInterview questions-for-planning-engineers
Interview questions-for-planning-engineersworkbreakdown
 
Promo_Epc project rule of credit and progress measurement
Promo_Epc project rule of credit and progress measurement Promo_Epc project rule of credit and progress measurement
Promo_Epc project rule of credit and progress measurement ignitetribes
 
Fundamentals of scheduling
Fundamentals of schedulingFundamentals of scheduling
Fundamentals of schedulingjmd2011
 

Tendances (20)

Eot claims hr__may2012
Eot claims hr__may2012Eot claims hr__may2012
Eot claims hr__may2012
 
Extension of time (E.O.T) By Ahmed Ibarhim
Extension of time (E.O.T) By Ahmed IbarhimExtension of time (E.O.T) By Ahmed Ibarhim
Extension of time (E.O.T) By Ahmed Ibarhim
 
50 Planning Fundamentals V5.0 - procedures only
50 Planning Fundamentals V5.0 - procedures only50 Planning Fundamentals V5.0 - procedures only
50 Planning Fundamentals V5.0 - procedures only
 
Loading cost in primavera schedule using resources and expenses r01
Loading cost in primavera schedule using resources and expenses r01Loading cost in primavera schedule using resources and expenses r01
Loading cost in primavera schedule using resources and expenses r01
 
Update Delay Analysis
Update Delay AnalysisUpdate Delay Analysis
Update Delay Analysis
 
Construction Project management
Construction Project management Construction Project management
Construction Project management
 
Construction scheduling & Cost control
Construction scheduling & Cost controlConstruction scheduling & Cost control
Construction scheduling & Cost control
 
Primavera - Tutorial
Primavera - TutorialPrimavera - Tutorial
Primavera - Tutorial
 
Primavera P6 Tips and Tricks
Primavera P6 Tips and TricksPrimavera P6 Tips and Tricks
Primavera P6 Tips and Tricks
 
How to Create S Curve by MS Project 2013
How to Create S Curve by MS Project 2013How to Create S Curve by MS Project 2013
How to Create S Curve by MS Project 2013
 
Project Schedule Management
Project Schedule ManagementProject Schedule Management
Project Schedule Management
 
Project management using Primavera 6.x by Karim Ragab
Project management using Primavera 6.x by Karim RagabProject management using Primavera 6.x by Karim Ragab
Project management using Primavera 6.x by Karim Ragab
 
Project Controls Expo 09 Nov 2011, London - DELAY AND FORENSIC ANALYSIS By Ro...
Project Controls Expo 09 Nov 2011, London - DELAY AND FORENSIC ANALYSIS By Ro...Project Controls Expo 09 Nov 2011, London - DELAY AND FORENSIC ANALYSIS By Ro...
Project Controls Expo 09 Nov 2011, London - DELAY AND FORENSIC ANALYSIS By Ro...
 
03 Construction Project Planning and Scheduling
03 Construction Project Planning and Scheduling03 Construction Project Planning and Scheduling
03 Construction Project Planning and Scheduling
 
Interview questions-for-planning-engineers
Interview questions-for-planning-engineersInterview questions-for-planning-engineers
Interview questions-for-planning-engineers
 
S Curves Made Easy With Primavera P6
S Curves Made Easy With Primavera P6S Curves Made Easy With Primavera P6
S Curves Made Easy With Primavera P6
 
Promo_Epc project rule of credit and progress measurement
Promo_Epc project rule of credit and progress measurement Promo_Epc project rule of credit and progress measurement
Promo_Epc project rule of credit and progress measurement
 
Fundamentals of scheduling
Fundamentals of schedulingFundamentals of scheduling
Fundamentals of scheduling
 
ppt for primevera
ppt for primeverappt for primevera
ppt for primevera
 
Primavera p6 advanced project planning
Primavera p6 advanced project planningPrimavera p6 advanced project planning
Primavera p6 advanced project planning
 

En vedette

Pdf primavera tutorial
Pdf primavera tutorialPdf primavera tutorial
Pdf primavera tutorialKetut Swandana
 
Primavera P6 Reports Tab Samples
Primavera P6 Reports Tab SamplesPrimavera P6 Reports Tab Samples
Primavera P6 Reports Tab SamplesTen Six Consulting
 
Primavera Project Management
Primavera Project ManagementPrimavera Project Management
Primavera Project ManagementTotalSoft
 
Understanding Constraints and Relationships in Primavera P6 8.2
Understanding Constraints and Relationships in Primavera P6 8.2Understanding Constraints and Relationships in Primavera P6 8.2
Understanding Constraints and Relationships in Primavera P6 8.2danieljohn810
 
Primavera P6 installation
Primavera P6 installationPrimavera P6 installation
Primavera P6 installationMansoor Shoaib
 
P6 Version 7 Tricks and Traps
P6 Version 7 Tricks and TrapsP6 Version 7 Tricks and Traps
P6 Version 7 Tricks and TrapsInSync Conference
 
P6 as cost management system - Oracle Primavera P6 Collaborate 14
P6 as cost management system - Oracle Primavera P6 Collaborate 14P6 as cost management system - Oracle Primavera P6 Collaborate 14
P6 as cost management system - Oracle Primavera P6 Collaborate 14p6academy
 
Primavera p6 and contract management together - Oracle Primavera Collaborate 14
Primavera p6 and contract management together - Oracle Primavera Collaborate 14Primavera p6 and contract management together - Oracle Primavera Collaborate 14
Primavera p6 and contract management together - Oracle Primavera Collaborate 14p6academy
 
206430 whats new in primavera p6 rel8 3
206430 whats new in primavera p6 rel8 3206430 whats new in primavera p6 rel8 3
206430 whats new in primavera p6 rel8 3p6academy
 
Oracle What's New In Primavera P6 16.2
Oracle What's New In Primavera P6 16.2Oracle What's New In Primavera P6 16.2
Oracle What's New In Primavera P6 16.2p6academy
 
Hacking Primavera P6 - Creative Solutions to Common Problems From the Primave...
Hacking Primavera P6 - Creative Solutions to Common Problems From the Primave...Hacking Primavera P6 - Creative Solutions to Common Problems From the Primave...
Hacking Primavera P6 - Creative Solutions to Common Problems From the Primave...Plan Academy - Online Primavera P6 Training
 
Oracle primavera eppm presentation
Oracle primavera eppm presentationOracle primavera eppm presentation
Oracle primavera eppm presentationThanh Hoang Lam
 
Oracle Primavera P6 R16.1
Oracle Primavera P6 R16.1Oracle Primavera P6 R16.1
Oracle Primavera P6 R16.1Eduard Enache
 

En vedette (20)

Pdf primavera tutorial
Pdf primavera tutorialPdf primavera tutorial
Pdf primavera tutorial
 
Activity Duration Types Explained with example in Primavera
Activity Duration Types Explained with example in PrimaveraActivity Duration Types Explained with example in Primavera
Activity Duration Types Explained with example in Primavera
 
Primavera P6 Reports Tab Samples
Primavera P6 Reports Tab SamplesPrimavera P6 Reports Tab Samples
Primavera P6 Reports Tab Samples
 
P6 r8
P6 r8P6 r8
P6 r8
 
What's New in Primavera P6 16.2
What's New in Primavera P6 16.2What's New in Primavera P6 16.2
What's New in Primavera P6 16.2
 
Primavera p6 v8.2 session 1
Primavera p6 v8.2 session 1Primavera p6 v8.2 session 1
Primavera p6 v8.2 session 1
 
Primavera Project Management
Primavera Project ManagementPrimavera Project Management
Primavera Project Management
 
Understanding Constraints and Relationships in Primavera P6 8.2
Understanding Constraints and Relationships in Primavera P6 8.2Understanding Constraints and Relationships in Primavera P6 8.2
Understanding Constraints and Relationships in Primavera P6 8.2
 
Primavera P6 installation
Primavera P6 installationPrimavera P6 installation
Primavera P6 installation
 
P6 Version 7 Tricks and Traps
P6 Version 7 Tricks and TrapsP6 Version 7 Tricks and Traps
P6 Version 7 Tricks and Traps
 
P6 as cost management system - Oracle Primavera P6 Collaborate 14
P6 as cost management system - Oracle Primavera P6 Collaborate 14P6 as cost management system - Oracle Primavera P6 Collaborate 14
P6 as cost management system - Oracle Primavera P6 Collaborate 14
 
Primavera p6 and contract management together - Oracle Primavera Collaborate 14
Primavera p6 and contract management together - Oracle Primavera Collaborate 14Primavera p6 and contract management together - Oracle Primavera Collaborate 14
Primavera p6 and contract management together - Oracle Primavera Collaborate 14
 
206430 whats new in primavera p6 rel8 3
206430 whats new in primavera p6 rel8 3206430 whats new in primavera p6 rel8 3
206430 whats new in primavera p6 rel8 3
 
Oracle What's New In Primavera P6 16.2
Oracle What's New In Primavera P6 16.2Oracle What's New In Primavera P6 16.2
Oracle What's New In Primavera P6 16.2
 
Hacking Primavera P6 - Creative Solutions to Common Problems From the Primave...
Hacking Primavera P6 - Creative Solutions to Common Problems From the Primave...Hacking Primavera P6 - Creative Solutions to Common Problems From the Primave...
Hacking Primavera P6 - Creative Solutions to Common Problems From the Primave...
 
Difference between versions of primavera 6,7,R8.1,R8.2,R8.3
Difference between versions of primavera 6,7,R8.1,R8.2,R8.3Difference between versions of primavera 6,7,R8.1,R8.2,R8.3
Difference between versions of primavera 6,7,R8.1,R8.2,R8.3
 
Manual p6 avanzado-libre
Manual p6 avanzado-libreManual p6 avanzado-libre
Manual p6 avanzado-libre
 
Oracle primavera eppm presentation
Oracle primavera eppm presentationOracle primavera eppm presentation
Oracle primavera eppm presentation
 
Introduction, development and analysis of banana curve in project management....
Introduction, development and analysis of banana curve in project management....Introduction, development and analysis of banana curve in project management....
Introduction, development and analysis of banana curve in project management....
 
Oracle Primavera P6 R16.1
Oracle Primavera P6 R16.1Oracle Primavera P6 R16.1
Oracle Primavera P6 R16.1
 

Similaire à Managing cash flow in Primavera P6 - Oracle Primavera P6 Collaborate 14

Implementation review eppm p6 8.2 at a major utility - Oracle Primavera P6 Co...
Implementation review eppm p6 8.2 at a major utility - Oracle Primavera P6 Co...Implementation review eppm p6 8.2 at a major utility - Oracle Primavera P6 Co...
Implementation review eppm p6 8.2 at a major utility - Oracle Primavera P6 Co...p6academy
 
30 60 90 percent ifc engineering what is the project progress - Oracle Prim...
30 60 90 percent ifc engineering   what is the project progress - Oracle Prim...30 60 90 percent ifc engineering   what is the project progress - Oracle Prim...
30 60 90 percent ifc engineering what is the project progress - Oracle Prim...p6academy
 
Integrating cost and schedule in p6 - Oracle Primavera P6 Collaborate 14
Integrating cost and schedule in p6  - Oracle Primavera P6 Collaborate 14Integrating cost and schedule in p6  - Oracle Primavera P6 Collaborate 14
Integrating cost and schedule in p6 - Oracle Primavera P6 Collaborate 14p6academy
 
Managing What If Scenarios for Unconventional Oil & Gas
Managing What If Scenarios for Unconventional Oil & GasManaging What If Scenarios for Unconventional Oil & Gas
Managing What If Scenarios for Unconventional Oil & Gasp6academy
 
Sap solutions presentation
Sap solutions presentationSap solutions presentation
Sap solutions presentationKumar M.
 
La metro measure using Dashboards - Oracle Primavera P6 Collaborate 14
La metro measure using Dashboards  - Oracle Primavera P6 Collaborate 14La metro measure using Dashboards  - Oracle Primavera P6 Collaborate 14
La metro measure using Dashboards - Oracle Primavera P6 Collaborate 14p6academy
 
P6 Team Member – An Implementation Story (How to make Project Manager's life ...
P6 Team Member – An Implementation Story (How to make Project Manager's life ...P6 Team Member – An Implementation Story (How to make Project Manager's life ...
P6 Team Member – An Implementation Story (How to make Project Manager's life ...p6academy
 
P6 Team Member – Implementation Stories
P6 Team Member – Implementation StoriesP6 Team Member – Implementation Stories
P6 Team Member – Implementation StoriesLuka Novosel, M.EE, PMP
 
Pcm to unifier migration considerations - Oracle Primavera P6 Collaborate 14
Pcm to unifier migration considerations  - Oracle Primavera P6 Collaborate 14Pcm to unifier migration considerations  - Oracle Primavera P6 Collaborate 14
Pcm to unifier migration considerations - Oracle Primavera P6 Collaborate 14p6academy
 
Motorola Advaced Project Portfolio Management
Motorola Advaced Project Portfolio ManagementMotorola Advaced Project Portfolio Management
Motorola Advaced Project Portfolio ManagementAras
 
Project cost management a simplified approach ppt - Oracle Primavera Collab...
Project cost management   a simplified approach ppt - Oracle Primavera Collab...Project cost management   a simplified approach ppt - Oracle Primavera Collab...
Project cost management a simplified approach ppt - Oracle Primavera Collab...p6academy
 
Epm dimensys introductie gvk
Epm dimensys introductie gvkEpm dimensys introductie gvk
Epm dimensys introductie gvkGlenn Van_kooijk
 
P6 analytics producing meaningful results in P6 analytics - Oracle Primavera...
P6 analytics producing meaningful results in P6 analytics  - Oracle Primavera...P6 analytics producing meaningful results in P6 analytics  - Oracle Primavera...
P6 analytics producing meaningful results in P6 analytics - Oracle Primavera...p6academy
 
Oracle Primavera P6 r8.2 and CM14 on Exa platform using oracle Fusion Middlew...
Oracle Primavera P6 r8.2 and CM14 on Exa platform using oracle Fusion Middlew...Oracle Primavera P6 r8.2 and CM14 on Exa platform using oracle Fusion Middlew...
Oracle Primavera P6 r8.2 and CM14 on Exa platform using oracle Fusion Middlew...p6academy
 
Introduction to sap project systems
Introduction to sap project systemsIntroduction to sap project systems
Introduction to sap project systemsSoumya De
 
856969_sap_moritz_220524_SAP_Integrated_Financial_Planning_SBN_Moritz_Back.pptx
856969_sap_moritz_220524_SAP_Integrated_Financial_Planning_SBN_Moritz_Back.pptx856969_sap_moritz_220524_SAP_Integrated_Financial_Planning_SBN_Moritz_Back.pptx
856969_sap_moritz_220524_SAP_Integrated_Financial_Planning_SBN_Moritz_Back.pptxtheinno1
 
Managing Productivity With Unifier
Managing Productivity With UnifierManaging Productivity With Unifier
Managing Productivity With Unifierp6academy
 
P6R8.3 Using BI Publisher 11g - Create Multi-Project Status and Pivot Table R...
P6R8.3 Using BI Publisher 11g - Create Multi-Project Status and Pivot Table R...P6R8.3 Using BI Publisher 11g - Create Multi-Project Status and Pivot Table R...
P6R8.3 Using BI Publisher 11g - Create Multi-Project Status and Pivot Table R...p6academy
 
Hit the Roadway Running - Streamlining DOT project costs using PCM
Hit the Roadway Running - Streamlining DOT project costs using PCMHit the Roadway Running - Streamlining DOT project costs using PCM
Hit the Roadway Running - Streamlining DOT project costs using PCMp6academy
 

Similaire à Managing cash flow in Primavera P6 - Oracle Primavera P6 Collaborate 14 (20)

Implementation review eppm p6 8.2 at a major utility - Oracle Primavera P6 Co...
Implementation review eppm p6 8.2 at a major utility - Oracle Primavera P6 Co...Implementation review eppm p6 8.2 at a major utility - Oracle Primavera P6 Co...
Implementation review eppm p6 8.2 at a major utility - Oracle Primavera P6 Co...
 
30 60 90 percent ifc engineering what is the project progress - Oracle Prim...
30 60 90 percent ifc engineering   what is the project progress - Oracle Prim...30 60 90 percent ifc engineering   what is the project progress - Oracle Prim...
30 60 90 percent ifc engineering what is the project progress - Oracle Prim...
 
Integrating cost and schedule in p6 - Oracle Primavera P6 Collaborate 14
Integrating cost and schedule in p6  - Oracle Primavera P6 Collaborate 14Integrating cost and schedule in p6  - Oracle Primavera P6 Collaborate 14
Integrating cost and schedule in p6 - Oracle Primavera P6 Collaborate 14
 
Managing What If Scenarios for Unconventional Oil & Gas
Managing What If Scenarios for Unconventional Oil & GasManaging What If Scenarios for Unconventional Oil & Gas
Managing What If Scenarios for Unconventional Oil & Gas
 
Sap solutions presentation
Sap solutions presentationSap solutions presentation
Sap solutions presentation
 
La metro measure using Dashboards - Oracle Primavera P6 Collaborate 14
La metro measure using Dashboards  - Oracle Primavera P6 Collaborate 14La metro measure using Dashboards  - Oracle Primavera P6 Collaborate 14
La metro measure using Dashboards - Oracle Primavera P6 Collaborate 14
 
P6 Team Member – An Implementation Story (How to make Project Manager's life ...
P6 Team Member – An Implementation Story (How to make Project Manager's life ...P6 Team Member – An Implementation Story (How to make Project Manager's life ...
P6 Team Member – An Implementation Story (How to make Project Manager's life ...
 
P6 Team Member – Implementation Stories
P6 Team Member – Implementation StoriesP6 Team Member – Implementation Stories
P6 Team Member – Implementation Stories
 
Pcm to unifier migration considerations - Oracle Primavera P6 Collaborate 14
Pcm to unifier migration considerations  - Oracle Primavera P6 Collaborate 14Pcm to unifier migration considerations  - Oracle Primavera P6 Collaborate 14
Pcm to unifier migration considerations - Oracle Primavera P6 Collaborate 14
 
Motorola Advaced Project Portfolio Management
Motorola Advaced Project Portfolio ManagementMotorola Advaced Project Portfolio Management
Motorola Advaced Project Portfolio Management
 
Project cost management a simplified approach ppt - Oracle Primavera Collab...
Project cost management   a simplified approach ppt - Oracle Primavera Collab...Project cost management   a simplified approach ppt - Oracle Primavera Collab...
Project cost management a simplified approach ppt - Oracle Primavera Collab...
 
Epm dimensys introductie gvk
Epm dimensys introductie gvkEpm dimensys introductie gvk
Epm dimensys introductie gvk
 
P6 analytics producing meaningful results in P6 analytics - Oracle Primavera...
P6 analytics producing meaningful results in P6 analytics  - Oracle Primavera...P6 analytics producing meaningful results in P6 analytics  - Oracle Primavera...
P6 analytics producing meaningful results in P6 analytics - Oracle Primavera...
 
Oracle Primavera P6 r8.2 and CM14 on Exa platform using oracle Fusion Middlew...
Oracle Primavera P6 r8.2 and CM14 on Exa platform using oracle Fusion Middlew...Oracle Primavera P6 r8.2 and CM14 on Exa platform using oracle Fusion Middlew...
Oracle Primavera P6 r8.2 and CM14 on Exa platform using oracle Fusion Middlew...
 
tcc primavera
tcc primaveratcc primavera
tcc primavera
 
Introduction to sap project systems
Introduction to sap project systemsIntroduction to sap project systems
Introduction to sap project systems
 
856969_sap_moritz_220524_SAP_Integrated_Financial_Planning_SBN_Moritz_Back.pptx
856969_sap_moritz_220524_SAP_Integrated_Financial_Planning_SBN_Moritz_Back.pptx856969_sap_moritz_220524_SAP_Integrated_Financial_Planning_SBN_Moritz_Back.pptx
856969_sap_moritz_220524_SAP_Integrated_Financial_Planning_SBN_Moritz_Back.pptx
 
Managing Productivity With Unifier
Managing Productivity With UnifierManaging Productivity With Unifier
Managing Productivity With Unifier
 
P6R8.3 Using BI Publisher 11g - Create Multi-Project Status and Pivot Table R...
P6R8.3 Using BI Publisher 11g - Create Multi-Project Status and Pivot Table R...P6R8.3 Using BI Publisher 11g - Create Multi-Project Status and Pivot Table R...
P6R8.3 Using BI Publisher 11g - Create Multi-Project Status and Pivot Table R...
 
Hit the Roadway Running - Streamlining DOT project costs using PCM
Hit the Roadway Running - Streamlining DOT project costs using PCMHit the Roadway Running - Streamlining DOT project costs using PCM
Hit the Roadway Running - Streamlining DOT project costs using PCM
 

Plus de p6academy

Oracle OpenWorld 2015
Oracle OpenWorld 2015Oracle OpenWorld 2015
Oracle OpenWorld 2015p6academy
 
Plan and Execute the Right Projects— Easily and Affordably
Plan and Execute the Right Projects—  Easily and AffordablyPlan and Execute the Right Projects—  Easily and Affordably
Plan and Execute the Right Projects— Easily and Affordablyp6academy
 
What's New In Primavera P6 EPPM 17.1
What's New In Primavera P6 EPPM 17.1What's New In Primavera P6 EPPM 17.1
What's New In Primavera P6 EPPM 17.1p6academy
 
Oracle Primavera Unifier What's New in Release 16.2
Oracle Primavera Unifier What's New in Release 16.2Oracle Primavera Unifier What's New in Release 16.2
Oracle Primavera Unifier What's New in Release 16.2p6academy
 
What's New in Primavera Prime 16.1
What's New in Primavera Prime 16.1What's New in Primavera Prime 16.1
What's New in Primavera Prime 16.1p6academy
 
What's New in Primavera Gateway 16.1
What's New in Primavera Gateway 16.1What's New in Primavera Gateway 16.1
What's New in Primavera Gateway 16.1p6academy
 
What's New In Primavera Analytics 16.1
What's New In Primavera Analytics 16.1What's New In Primavera Analytics 16.1
What's New In Primavera Analytics 16.1p6academy
 
What's New in Unifier 16.1
What's New in Unifier 16.1What's New in Unifier 16.1
What's New in Unifier 16.1p6academy
 
20160405 How to Install Primavera P6 16.1 Professional desktop
20160405 How to Install Primavera P6 16.1 Professional desktop20160405 How to Install Primavera P6 16.1 Professional desktop
20160405 How to Install Primavera P6 16.1 Professional desktopp6academy
 
Oracle Primavera P6 16.1 Announced
Oracle Primavera P6 16.1 AnnouncedOracle Primavera P6 16.1 Announced
Oracle Primavera P6 16.1 Announcedp6academy
 
Oracle Primavera Unifier 16.1
Oracle Primavera Unifier 16.1Oracle Primavera Unifier 16.1
Oracle Primavera Unifier 16.1p6academy
 
P6 Release 8 Application Considerations Overview
P6 Release 8 Application Considerations OverviewP6 Release 8 Application Considerations Overview
P6 Release 8 Application Considerations Overviewp6academy
 
Administering Users, Access and Views in P6 EPPM (Web) Release 8 and later
Administering Users, Access and Views in P6 EPPM  (Web) Release 8 and laterAdministering Users, Access and Views in P6 EPPM  (Web) Release 8 and later
Administering Users, Access and Views in P6 EPPM (Web) Release 8 and laterp6academy
 
P6 Release 8 Installation Orientation
P6 Release 8 Installation OrientationP6 Release 8 Installation Orientation
P6 Release 8 Installation Orientationp6academy
 
Oracle Primavera P6 R8 Release Value Proposition
Oracle Primavera P6 R8 Release Value PropositionOracle Primavera P6 R8 Release Value Proposition
Oracle Primavera P6 R8 Release Value Propositionp6academy
 
Oracle Primavera P6 v7 Release Value Proposition
Oracle Primavera P6 v7 Release Value Proposition Oracle Primavera P6 v7 Release Value Proposition
Oracle Primavera P6 v7 Release Value Proposition p6academy
 
Oracle Primavera P6 Release Content Document (RCD)
Oracle Primavera P6 Release Content Document (RCD)Oracle Primavera P6 Release Content Document (RCD)
Oracle Primavera P6 Release Content Document (RCD)p6academy
 
Oracle Support Accreditation – Level 1 Study Guide
Oracle Support Accreditation – Level 1 Study GuideOracle Support Accreditation – Level 1 Study Guide
Oracle Support Accreditation – Level 1 Study Guidep6academy
 
Oracle Primavera Support Accreditation Study Guide
Oracle Primavera Support Accreditation Study GuideOracle Primavera Support Accreditation Study Guide
Oracle Primavera Support Accreditation Study Guidep6academy
 
Primavera P6 Enterprise Project Portfolio Management 8 Essentials (1Z0-567) ...
Primavera P6 Enterprise Project Portfolio Management 8  Essentials (1Z0-567) ...Primavera P6 Enterprise Project Portfolio Management 8  Essentials (1Z0-567) ...
Primavera P6 Enterprise Project Portfolio Management 8 Essentials (1Z0-567) ...p6academy
 

Plus de p6academy (20)

Oracle OpenWorld 2015
Oracle OpenWorld 2015Oracle OpenWorld 2015
Oracle OpenWorld 2015
 
Plan and Execute the Right Projects— Easily and Affordably
Plan and Execute the Right Projects—  Easily and AffordablyPlan and Execute the Right Projects—  Easily and Affordably
Plan and Execute the Right Projects— Easily and Affordably
 
What's New In Primavera P6 EPPM 17.1
What's New In Primavera P6 EPPM 17.1What's New In Primavera P6 EPPM 17.1
What's New In Primavera P6 EPPM 17.1
 
Oracle Primavera Unifier What's New in Release 16.2
Oracle Primavera Unifier What's New in Release 16.2Oracle Primavera Unifier What's New in Release 16.2
Oracle Primavera Unifier What's New in Release 16.2
 
What's New in Primavera Prime 16.1
What's New in Primavera Prime 16.1What's New in Primavera Prime 16.1
What's New in Primavera Prime 16.1
 
What's New in Primavera Gateway 16.1
What's New in Primavera Gateway 16.1What's New in Primavera Gateway 16.1
What's New in Primavera Gateway 16.1
 
What's New In Primavera Analytics 16.1
What's New In Primavera Analytics 16.1What's New In Primavera Analytics 16.1
What's New In Primavera Analytics 16.1
 
What's New in Unifier 16.1
What's New in Unifier 16.1What's New in Unifier 16.1
What's New in Unifier 16.1
 
20160405 How to Install Primavera P6 16.1 Professional desktop
20160405 How to Install Primavera P6 16.1 Professional desktop20160405 How to Install Primavera P6 16.1 Professional desktop
20160405 How to Install Primavera P6 16.1 Professional desktop
 
Oracle Primavera P6 16.1 Announced
Oracle Primavera P6 16.1 AnnouncedOracle Primavera P6 16.1 Announced
Oracle Primavera P6 16.1 Announced
 
Oracle Primavera Unifier 16.1
Oracle Primavera Unifier 16.1Oracle Primavera Unifier 16.1
Oracle Primavera Unifier 16.1
 
P6 Release 8 Application Considerations Overview
P6 Release 8 Application Considerations OverviewP6 Release 8 Application Considerations Overview
P6 Release 8 Application Considerations Overview
 
Administering Users, Access and Views in P6 EPPM (Web) Release 8 and later
Administering Users, Access and Views in P6 EPPM  (Web) Release 8 and laterAdministering Users, Access and Views in P6 EPPM  (Web) Release 8 and later
Administering Users, Access and Views in P6 EPPM (Web) Release 8 and later
 
P6 Release 8 Installation Orientation
P6 Release 8 Installation OrientationP6 Release 8 Installation Orientation
P6 Release 8 Installation Orientation
 
Oracle Primavera P6 R8 Release Value Proposition
Oracle Primavera P6 R8 Release Value PropositionOracle Primavera P6 R8 Release Value Proposition
Oracle Primavera P6 R8 Release Value Proposition
 
Oracle Primavera P6 v7 Release Value Proposition
Oracle Primavera P6 v7 Release Value Proposition Oracle Primavera P6 v7 Release Value Proposition
Oracle Primavera P6 v7 Release Value Proposition
 
Oracle Primavera P6 Release Content Document (RCD)
Oracle Primavera P6 Release Content Document (RCD)Oracle Primavera P6 Release Content Document (RCD)
Oracle Primavera P6 Release Content Document (RCD)
 
Oracle Support Accreditation – Level 1 Study Guide
Oracle Support Accreditation – Level 1 Study GuideOracle Support Accreditation – Level 1 Study Guide
Oracle Support Accreditation – Level 1 Study Guide
 
Oracle Primavera Support Accreditation Study Guide
Oracle Primavera Support Accreditation Study GuideOracle Primavera Support Accreditation Study Guide
Oracle Primavera Support Accreditation Study Guide
 
Primavera P6 Enterprise Project Portfolio Management 8 Essentials (1Z0-567) ...
Primavera P6 Enterprise Project Portfolio Management 8  Essentials (1Z0-567) ...Primavera P6 Enterprise Project Portfolio Management 8  Essentials (1Z0-567) ...
Primavera P6 Enterprise Project Portfolio Management 8 Essentials (1Z0-567) ...
 

Dernier

Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMRavindra Nath Shukla
 
HONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsHONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsMichael W. Hawkins
 
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetDenis Gagné
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...Paul Menig
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Neil Kimberley
 
Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaShree Krishna Exports
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Servicediscovermytutordmt
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...Aggregage
 
Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...Roland Driesen
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...lizamodels9
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxpriyanshujha201
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesDipal Arora
 
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...Any kyc Account
 
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 DelhiCall Girls in Delhi
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Serviceritikaroy0888
 
Progress Report - Oracle Database Analyst Summit
Progress  Report - Oracle Database Analyst SummitProgress  Report - Oracle Database Analyst Summit
Progress Report - Oracle Database Analyst SummitHolger Mueller
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageMatteo Carbone
 

Dernier (20)

Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSM
 
HONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsHONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael Hawkins
 
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in India
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Service
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
 
Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
 
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
 
Forklift Operations: Safety through Cartoons
Forklift Operations: Safety through CartoonsForklift Operations: Safety through Cartoons
Forklift Operations: Safety through Cartoons
 
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Service
 
Progress Report - Oracle Database Analyst Summit
Progress  Report - Oracle Database Analyst SummitProgress  Report - Oracle Database Analyst Summit
Progress Report - Oracle Database Analyst Summit
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 

Managing cash flow in Primavera P6 - Oracle Primavera P6 Collaborate 14

  • 1. REMINDER Check in on the COLLABORATE mobile app Managing Cash Flow in Primavera P6 Prepared by: Luka Novosel, PMP Primavera Implementation Consultant Primakon Ltd. How to Track Project Revenues and Expenditures in One P6 Project Session ID#: 15465
  • 2. About me… ■ Masters degree in Electrical Engineering ■ Primavera functional & technical consultant since 2006 ■ PMI PMP certified since 2010 ■ Oracle Primavera P6 & P6 R8 Implementation Specialist ■ Oracle Primavera EPPM trainer ■ PMP preparation trainer ■ Primavera EPPM API application designer & developer ■ Primavera EPPM SDK application designer & developer
  • 3. About us… ■ Primakon is privately owned consulting company ■ 15+ years of experience in Primavera implementations ■ Offers customer tailored education in the area of PM methodologies and Primavera products ■ References in wide area of industries (from finance sector to construction) ■ Present on markets in EU & SE Europe
  • 4. Presentation overview ■ The business need (NUMIP case) ■ Solution analysis ■ Model description ▪ Model overview ▪ Data entry ▪ Background jobs ▪ Primavera reports ■ BI publisher data model ■ BI reports ■ Conclusion and what’s next
  • 5. The business need (NUMIP case) This is a subtitle or bulleted list
  • 6. The business needs … ■ About company ▪ NUMIP, privately owned engineering company, ▪ Working in different process industries such as: — Nuclear Industry — Pharmaceutical Industry — Paper Industry ▪ Present in USA & Europe ▪ Project oriented company ■ Business needs: ▪ Long-running recession ▪ Huge pressure on profit margin ▪ Optimization of internal processes
  • 7. Requirements … ■ Primavera P6 as management tool ■ Detailed project plans in Primavera ▪ All activities with roles in planning phase for cost projections ▪ Resource and material assignments with planned and actual values for cost tracking ■ All project expenditures in one place ■ Cash flow projections in Primavera P6 ■ Executive reports on future cash flow projections ■ Email alerts for invoices
  • 8. Key problems … ■ Primary role of P6 is to help project managers in managing projects ■ Additional requirements mustn’t interfere with primary role ■ Invoice due dates depend on contract definitions ■ The moment when the job is done (and money earned) is different from the moment when the invoice is paid ■ Management request is to have both informations in P6 and in correlation to project schedule
  • 9. Solution analysis: Why cost User Defined Fields (UDF)?
  • 10. Cost UDF Model and what’s behind it ■ WBS node called Cash Flow ■ Milestones with predecessor links to project plan ▪ Lag on relationship defines invoice due date period (i.e 30 days) ▪ Activity Cost UDF’s : — Revenue — Expenditure ▪ Milestone calendar: 7-day workweek ■ Milestone date gives UDF time dimension ■ Project Cost UDF’s summarizes activity level UDF’s (background job) one field for every month / type
  • 11. Automatic Project Cost UDF creation ■ Background job creates project UDF’s ■ Two prefixes (data type and value type) ■ Data Type ▪ PLI – planned value ▪ BLI – baseline value ■ Value type ▪ EXP – expenditure ▪ INC – revenue ▪ CF – cash flow
  • 12. Key benefits of this Model Why Cost UDF’s? ■ Financial fields do not interfere with managing project costs ■ No specific filtering is needed ■ Data is dynamically related to project schedule ■ Background job is updating project fields on predefined intervals ■ Simple project reports in P6 Web ■ Simple Project Portfolio analysis ■ Default Primavera Project Cost analysis (i.e total costs) is not affected ■ Designed as an add-on to regular project plans ■ Easy copy / paste export to Excel
  • 14. Data input process ■ In project planning phase : Project Manager and Commercial department official define planned project cash flow. ■ Revenue and expenditure milestones are linked to project management schedule ■ In P6, financial department officers have special Project and Global Security setup ▪ Read / Write access to WBS nodes with cash flow and invoice milestones ▪ Read + add relationships on project level ■ This way they have authority to define new milestones if necessary during projects execution
  • 15. Data input process cont. ■ In P6 web special user interface view + layout are defined for financial department
  • 16. Data input process cont. 2 ■ Assigning relationships and monetary value to milestones
  • 17. Project Cost UDF creation Background job description ■ Every UDF expenditure / revenue activity is paired with the assigned milestone date ■ With that, every expenditure / revenue is getting time distribution variable ■ Background job based on Java and P6 API summarizes all UDF’s from activity level to project level ■ In that process time variable is used to make time distribution of cost UDF’s on project level
  • 18. Project Cost UDF creation Accessing Baseline UDF values ■ Using P6 API, it is possible to read „baseline” activity UDF values. That data are not visible in P6 application. ■ With this, background job creates baseline time distributed values as project code UDF-s Activity rescheduled Baseline Project value
  • 19. Project Cost UDF Naming Conventions ■ Automatically created UDF’s follow predefined naming conventions ▪ VALUE TYPE + space + DATA TYPE + space + month.year ■ In this implementation VALUE TYPES are: ▪ EXP -> for expenditures ▪ INC -> for revenues ▪ CF -> for cash flow (revenue – expenditure) ■ DATA TYPES are: ▪ BLI -> baseline values ▪ PLI -> planned values ▪ ACI -> actual values (to be implemented) ■ These properties can be altered to suite specific implementation needs
  • 21. Primavera Web reports ■ Porftolio with active projects ■ Portfolio views based od project cost UDF’s ■ P6 Web summarizes project UDF’s ■ Different scorecards can be created ■ Quite limited report options directly from the web ■ Limit of 28 fields per scorecard ■ Export to Excel option
  • 22. Primavera Client reports ■ Generally P6 Client is not used for reporting ■ Export to Excel option is used from the P6 Client ■ No limitation in number of fields per layout ■ Easy copy / paste of fields to MS Excel for further analysis ■ Special layout is designed for that purpose
  • 23. BI Publisher Cash Flow Report
  • 24. BI Publisher reports New reporting in P6 ■ BI Publisher is selected as main reporting source for reports in this model ■ Data model is developed to support requested reports ■ P6 desired look and feel is implemented ■ Reports are accessible via P6 web
  • 25. BI Publisher Data Model ■ List of Values(LOV) is created for Projects ■ Parameter p_project_id is defined to use this LOV ■ Data sets are defined
  • 26. BI Publisher - Data Model - Data Set ■ Data set is defined to support reporting needs ■ In this example SQL query will create number of fields from our Project Cost UDF names ■ Main fields are: ▪ DATA_TYPE — sql: trim(SUBSTR(P6UDFTYPE.TITLE,4,4)) ▪ VALUE_TYPE — sql: trim(SUBSTR(P6UDFTYPE.TITLE,1,3)) ▪ VALUE_DATE — sql: trim(SUBSTR(P6UDFTYPE.TITLE,-7)) ▪ SORT_DATE — sql: trim(SUBSTR(P6UDFTYPE.TITLE,-4)) ||'.'|| trim(SUBSTR(P6UDFTYPE.TITLE,-7,2))
  • 27. BI Publisher - Data Model - Data Set cont. ■ The query result will hold one record for every sort_date- data_type-value_type pair with appropriate value and sum value to date Value Date Sort Date Value Value Type Data Type Cum Value 12.0142014.01 90000CF Baseline 90000 42.0142014.04 -21312CF Baseline 68688 72.0142014.07 0CF Baseline 68688 12.0152015.01 0CF Baseline 68688 12.0142014.01 -31200EXP Baseline -31200 42.0142014.04 -21312EXP Baseline -52512 72.0142014.07 0EXP Baseline -52512 12.0152015.01 0EXP Baseline -52512 12.0142014.01 121200INC Baseline 121200 42.0142014.04 0INC Baseline 121200
  • 28. BI Publisher - Data Model - Data Set Running totals Data sort for running totals Data sort for running totals Grouped by value type Running total per group
  • 29. BI Publisher - Data Model - Data Set SQL query String month.year and year.month fields for grouping Case when for data_type – this is done to make chart legend more readable
  • 30. BI Publisher - Data Model - Data Set SQL query cont. Running totals are created to enable cashflow S-curve. Partition is done by: 1. data_type 2. value_type All sorted by sort_date Three tables are used in SQL join: • P6UDFTYPE • P6PROJECT • P6PROJECT_UDFVALUE
  • 31. BI Publisher - Data Model - Data Set SQL query cont. 2 In WHERE statement, project UDF fields are filtered by value_type values (EXP, INC, CF) UDF field with TOTAL instead of sort_date is excluded from this data set Parameter value is used in WHERE part of the statement That can be one or list of project ID’s
  • 32. BI Publisher - Data Model - Data Set SQL query cont. 3 Grouping in SQL statementGrouping in SQL statement is done according to SQL standard requirements
  • 33. BI Publisher - Data Model - Data Set Sample XML data and Report editor ■ After data set definition, XML sample data set is created ■ Report is designed in Web Report editor ■ Word .rtf templates are not used in this case ■ The goal was to create report in Web Editor only and to test it’s limitations ■ 4 layouts are defined ▪ Cumulative Graphical ▪ CashFlow Report ▪ Revenue Report ▪ Expenditure report
  • 34. P6 Web Report Access Template selection ■ 4 report layouts defined in BI Publisher are available as templates in P6 ■ Same names as Layouts in BI
  • 35. P6 Web Report Access Project selection ■ In this data model project data is summarized ■ Possible uses of reports: ▪ One project ▪ Cumulative reports on portfolios
  • 37. Report example CashFlow report ■ Table and chart filter ▪ Value_type=„CF” ■ Project List
  • 38. Report example Revenue report ■ Table and chart filter ▪ Value_type=„INC” ■ Project List
  • 39. Report example Expenditure report ■ Table and chart filter ▪ Value_type=„EXP” ■ Project List
  • 41. Plans for future … ■ Data integration with financial system on several key points ▪ i.e. invoice number assigned to milestones ■ New Actual fields ▪ When milestone has actual date, value in UDF (expenditure / revenue) is declared as actual value ■ New reports for key stakeholders ■ Additional forecast analysis ▪ i.e. Preset and Net Present Values
  • 42. Questions ? Contact Information: Luka Novosel, M.Eng , PMP Primakon ltd ln@primakon.com www.primakon.com
  • 43. Please complete the session evaluation We appreciate your feedback and insight You may complete the session evaluation either on paper or online via the mobile app