SlideShare a Scribd company logo
Primavera Integration
Possibilities:
A Technical Overview
Pete Angstadt
Principal Applied Technologist
Primavera Global Business Unit
April 2014
© 2014 Oracle Corporation
The following information is intended to outline our general
product direction.
It is intended for information purposes only, and may not be
incorporated into any contract. It is not a commitment to
deliver any material, code, or functionality, and should not be
relied upon in making purchasing decisions.
The development, release, and timing of any features or
functionality described for Oracle’s products remains at the
sole discretion of Oracle.
Oracle Primavera Architecture
100% Web-Based
Scale to any size deployment
Based on open industry standards
Web Server
SQL
DB
EAI
Application Server
UI
Layer
Data Layer
SSL
SSL
Bus Logic Layer
Web
Services
Web Browser and
Web Services Clients
Integration
Why Integrate Your Systems?
Problems:
•Silos of information
•Inefficient processes
•Limited collaboration
•Lack of visibility
By integrating you can leverage the strengths of individual applications
Primavera
Other System
Build vs. Buy
Leverage a pre-built Oracle solution
Leverage a partner solution
Extend an existing solution
Build it yourself
Build it with consulting help
Some Pre-Built Integrations Available with Primavera
Oracle EBS
Oracle PeopleSoft
SAP
JD Edwards
Microsoft
Oracle Business Intelligence
Web Center
AutoVue
SSO and LDAP products
And more…
Why Build or Extend Your Solution?
•Maybe the integration doesn’t exist
E.g., integration to a legacy system
•Benefits outweigh the cost
•Required skill sets available
Categories of Integration
Data Integration
Business Process (or, Business Logic) Integration
User Interface Integration
Security Integration
Integration
Architecture
Point-to-Point
Simple
Fast and efficient
Quick to implement
But tightly coupled (Oh, no!)
My App
Other
App
Point-to-Point
•Complexity increases rapidly
with added nodes
n * (n – 1) / 2 connections!
•High maintenance costs
•Lack of flexibility
My App
Other
App
Other
App
Other
App
Integrations Can Be Messy!
Hub and Spoke
•Simpler model for more
connections
•Source and target apps often still
need some knowledge of each
other
•Process hub can get complex
•Generally doesn’t scale well
My App
Other
App
Other
App
Other
App
Process
Hub
Other
App
Other
App
Service Oriented Architecture (SOA)
•Loosely coupled discrete modules
•Messaging, not procedure calls
•Usually involves an ESB, SCA,
BPMN and/or BPEL
•Applications can be added:
•Near-linear scalability
•Near-linear cost impact
My App
Other
App
Other
App
Primavera and Integration Architecture
Big Idea:
Primavera’s Web Services and APIs are compatible with
any integration architecture.
This includes P6, Unifier, OPPM, Contract Management, etc.
Interfaces
and
Technologies
Three Layers of Integration
Web Server
SQL
DB
EAI
Application Server
UI
Layer
Data Layer
SSL
SSL
Bus Logic Layer
Web
Services
Web Browser Clients
Three Layers of Integration
Web Server
SQL
DB
Data
Integration
SQL SQL and ETL
EAI
Application Server
UI
Layer
Data Layer
SSL
SSL
Bus Logic Layer
Web
Services
Web Browser Clients
Three Layers of Integration
Web Server
SQL
DB
SOAP / XML
Web Services
XML Events
Java and XML APIs
Data
Integration
Business Process
and Data
Integration
SQL SQL and ETL
3rd Party
Application
EAI
Application Server
UI
Layer
Data Layer
SSL
SSL
Bus Logic Layer
Web
Services
Web Browser Clients
Three Layers of Integration
Web Server
SQL
DB
SOAP / XML
Web Services
XML Events
Java and XML APIs
Data
Integration
Business Process
and Data
Integration
UI
Integration
SQL
HTML / XML
SQL and ETL
Custom Portlets
3rd Party
Application
3rd Party
Application
EAI
Application Server
UI
Layer
Data Layer
SSL
SSL
Bus Logic Layer
Web
Services
Web Browser Clients
Primavera as Service Provider
Publish Primavera
WSDL
3rd Party Web ApplicationExternal App
Consumes
Web Services
HTTP/SOAP
DB
EAI
Application Server
UI
Layer
Data Layer
Bus Logic Layer
Web
Services
• WSDL describes services
and operations
• Interoperable
• WS-I Basic Profile
compliant
• Can “auto-generate” client
side code
> 100
Services
> 400
Operations
Coarse-Grained
vs.
Fine-Grained
Business Process Services
•Jobs
•Schedule project
•Summarize project
•Level resources
•Apply actuals
•Store period performance
•Spreads
•Import and Export
Entity Services
Each corresponds to a business object type (WBS, Activity, etc.)
Standard operations:
Create
Read
Update
Delete
Entity Services – Standard Operations
Create and Update operations
•Most fields are optional
•Read-only fields are ignored
Read operations
•Specify fields to read
•Filter may be specified
Delete operations
•Specific records
Special Operations
And many more…
•Copy project •Read calculated UDFs
•Convert project to baseline •Restore baseline
•Calculate project score •Update user baselines
•Lock / unlock project •Create project from template
•Publish project •Copy WBS from template
A Consistent Interface
Consistent naming:
•User Interface
•Web Services / API
•Reporting view
Example:
•Activity’s “actual duration” in P6 Web’s user interface
•Activity service’s “ActualDuration” field
•ACTIVITY table’s “ACTUALDURATION” column
More Supported Standards
WS-Security
•UsernameToken Profile
•SAML Token Profile
WS-Addressing
WS-Policy
MTOM
Unifier Web Services
Service endpoint:
https://<host>:<port>/ws/un/services/UnifierWebServices
Common operations for business processes:
Operation Description
createBPRecord Create new BP record
getBPRecord Gets specific BP record
getCompleteBPRecord Gets complete BP record, including attachments
getBPList Gets all BP records. Can filter results if needed
getUDRData Gets XML data from UDR output
updateBPRecord Updates BP record
updateCompleteBPRecord Updates BP record and can add attachments
Note: Deletion of BP records is handled via update
XML Payload
Payload for business processes is passed within a wrapper:
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Body>
<ns1:getBPListResponse xmlns:ns1="http://general.service.webservices.skire.com">
<ns1:return ns1:type="com.skire.webservices.util.xml.XMLObject">
<ax21:statusCode xmlns:ax21="http://xml.util.webservices.skire.com/xsd">200</ax21:statusCode>
<ax21:xmlcontents xmlns:ax21="http://xml.util.webservices.skire.com/xsd">
<![CDATA[<List_Wrapper>
<_bp>
<GIS_Link></GIS_Link>
<record_no>LP-0000001</record_no>
<Resp_Mgr>Fred Smith</Resp_Mgr>
</_bp>
<_bp>
<GIS_Link>http://tinyurl.com/bq9vfob Parcel Map</GIS_Link>
<record_no>LP-0000002</record_no>
<Resp_Mgr>Jim Owen</Resp_Mgr>
</_bp>
</List_Wrapper>]]>
</ax21:xmlcontents>
</ns1:return>
</ns1:getBPListResponse>
</soapenv:Body>
</soapenv:Envelope>
Events
and
Notifications
Primavera Eventing Framework
Send XML messages
JMS 1.1 – Compliant
Message Queue
or
Enterprise
Service Bus
DB
EAI
Application Server
UI
Layer
Data Layer
Bus Logic Layer
Web
Services
•Powerful possibilities
•Notifications
•Workflows
•Custom Business Processes
•Actions in system result in XML
messages
•Uses JMS
Event Administration
Administrator controlled
Enable as needed:
•Entity events
•Special operation events
> 100
Events
Direct Database Integration - Caution
Primavera DB Other System
It is recommended to use Primavera Web Services for integration.
However, additional database-level integration is technically possible
when Primavera is deployed on-premise.
Care should be taken to not adversely affect performance,
scalability, or functionality when making any database change.
Database Triggers
Database Triggers are procedures stored in the database that get executed
when a table is modified (insert, update, delete)
Design Best Practices
•The trigger should only do what is likely to succeed
•Communication should be asynchronous
Possible Uses of Triggers
•Copy record or specific changes to another non-production table
•Leverage Oracle Advanced Queuing (AQ)
•Enqueue a message or call stored procedure to do the same
•Payload can be XML, string, record, etc.
Business Process
Management
Oracle Fusion Middleware
• Complete
• Best-in-Class
• Integrated
• Open
Development
Tools
Cloud Application
Foundation
Enterprise
Management
Web Social Mobile
User Engagement
Identity Management & Security
Business Process
Management
Content
Management
Business
Intelligence
Service Integration Data Integration
Business Process Management (BPM)
Leverages Oracle’s BPM Suite
From within Primavera:
•Initiate business processes
•Participate in business processes
•Monitor process status
Complete and Unified
Primavera integration possibilities Technical overview - Oracle Primavera Collaborate 14
Primavera integration possibilities Technical overview - Oracle Primavera Collaborate 14
Primavera integration possibilities Technical overview - Oracle Primavera Collaborate 14

More Related Content

PDF
Easily enrich capella models with your own domain extensions
PPTX
Serverless
PPTX
System of systems modeling with Capella
PDF
Simulation with Python and MATLAB® in Capella
PPTX
Introduction to SOA
PDF
Oracle SOA and BPM
PPTX
Solution Architecture Framework
PDF
Capella Days 2021 | A STEP towards Model-based: Case Study covering Conceptua...
Easily enrich capella models with your own domain extensions
Serverless
System of systems modeling with Capella
Simulation with Python and MATLAB® in Capella
Introduction to SOA
Oracle SOA and BPM
Solution Architecture Framework
Capella Days 2021 | A STEP towards Model-based: Case Study covering Conceptua...

What's hot (20)

PDF
CTO Summit 2022
PDF
CapellaDays2022 | Politecnico di Milano | Interplanetary Space Mission as a r...
PDF
Scripting with Python to interact with Capella model
PPTX
Oracle Forms to APEX conversion tool
PPTX
Microservice architecture : Part 1
PDF
MuleSoft Surat Meetup#54 - MuleSoft Automation
PDF
Using patterns and pattern languages to make better architectural decisions
PDF
Azure DevOps Presentation
PDF
Capella Days 2021 | Using MBSE to Integrate Engineering Undergraduate Courses...
PPTX
Monolithic architecture
PPTX
Azure DevOps
PPTX
Apache Tez - Accelerating Hadoop Data Processing
PDF
Building Event Driven Systems
PPTX
An Introduction To REST API
PPTX
RESTful API - Best Practices
PPTX
Microsoft Azure
PDF
Devops On Cloud Powerpoint Template Slides Powerpoint Presentation Slides
PDF
App Modernization
PPTX
Business Architecture Foundations
PPT
Solution Architecture
CTO Summit 2022
CapellaDays2022 | Politecnico di Milano | Interplanetary Space Mission as a r...
Scripting with Python to interact with Capella model
Oracle Forms to APEX conversion tool
Microservice architecture : Part 1
MuleSoft Surat Meetup#54 - MuleSoft Automation
Using patterns and pattern languages to make better architectural decisions
Azure DevOps Presentation
Capella Days 2021 | Using MBSE to Integrate Engineering Undergraduate Courses...
Monolithic architecture
Azure DevOps
Apache Tez - Accelerating Hadoop Data Processing
Building Event Driven Systems
An Introduction To REST API
RESTful API - Best Practices
Microsoft Azure
Devops On Cloud Powerpoint Template Slides Powerpoint Presentation Slides
App Modernization
Business Architecture Foundations
Solution Architecture
Ad

Viewers also liked (7)

PDF
Primavera Gateway overview - Oracle Primavera P6 Collaborate 14
PDF
Implementing Cloud Financials
PDF
Top 10 Reasons to Choose Oracle ERP Cloud Financials
PDF
Brisbane PUXX Slides - June 2017
PDF
Sydney PUXX Slides - June 2017
PDF
Comparing SAP, Oracle, and Microsoft Solutions for Project Management; CLASH ...
PDF
Primavera integration possibilities technical overview ppt
Primavera Gateway overview - Oracle Primavera P6 Collaborate 14
Implementing Cloud Financials
Top 10 Reasons to Choose Oracle ERP Cloud Financials
Brisbane PUXX Slides - June 2017
Sydney PUXX Slides - June 2017
Comparing SAP, Oracle, and Microsoft Solutions for Project Management; CLASH ...
Primavera integration possibilities technical overview ppt
Ad

Similar to Primavera integration possibilities Technical overview - Oracle Primavera Collaborate 14 (20)

PDF
Primavera unifier integration_wp
PDF
206450 primavera gateway
PDF
Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14
PPT
Integrating primavera p6 with oracle erp which technology path is right for...
PDF
What's New in Primavera Gateway 16.1
PDF
206520 p6 web services programming interface
PDF
206570 primavera and the fusion stack
PDF
Soa And Wsbpel Composing Serviceoriented Solutions With Php And Activebpel Yu...
PDF
As044285288
PDF
Oracle Primavera P6 r8.2 and CM14 on Exa platform using oracle Fusion Middlew...
PPT
Websphere - overview and introduction
PDF
Whole enterprise integration with primavera and business process mgmt ppt
PDF
Oracle Primavera Gateway 15.2 Webcast
PDF
Use of unifier with primavera
PPT
Using bpm to automate project workflows with primavera
PPT
Open Source Soa
PDF
SOA and WS BPEL 1st Ed. Edition Yuli Vasiliev
PDF
What's New in Unifier 16.1
PDF
What s new in Primavera Unifier 16.1
PPT
The Story of How an Oracle Classic Stronghold successfully embraced SOA
Primavera unifier integration_wp
206450 primavera gateway
Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14
Integrating primavera p6 with oracle erp which technology path is right for...
What's New in Primavera Gateway 16.1
206520 p6 web services programming interface
206570 primavera and the fusion stack
Soa And Wsbpel Composing Serviceoriented Solutions With Php And Activebpel Yu...
As044285288
Oracle Primavera P6 r8.2 and CM14 on Exa platform using oracle Fusion Middlew...
Websphere - overview and introduction
Whole enterprise integration with primavera and business process mgmt ppt
Oracle Primavera Gateway 15.2 Webcast
Use of unifier with primavera
Using bpm to automate project workflows with primavera
Open Source Soa
SOA and WS BPEL 1st Ed. Edition Yuli Vasiliev
What's New in Unifier 16.1
What s new in Primavera Unifier 16.1
The Story of How an Oracle Classic Stronghold successfully embraced SOA

More from p6academy (20)

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

Recently uploaded (20)

PPT
Chapter four Project-Preparation material
PPT
340036916-American-Literature-Literary-Period-Overview.ppt
PPTX
Belch_12e_PPT_Ch18_Accessible_university.pptx
PDF
Chapter 5_Foreign Exchange Market in .pdf
PDF
COST SHEET- Tender and Quotation unit 2.pdf
PPTX
New Microsoft PowerPoint Presentation - Copy.pptx
DOCX
Business Management - unit 1 and 2
PPTX
Business Ethics - An introduction and its overview.pptx
PPTX
CkgxkgxydkydyldylydlydyldlyddolydyoyyU2.pptx
PPTX
Lecture (1)-Introduction.pptx business communication
PDF
pdfcoffee.com-opt-b1plus-sb-answers.pdfvi
PDF
WRN_Investor_Presentation_August 2025.pdf
PPTX
HR Introduction Slide (1).pptx on hr intro
PPTX
job Avenue by vinith.pptxvnbvnvnvbnvbnbmnbmbh
DOCX
Euro SEO Services 1st 3 General Updates.docx
PDF
Deliverable file - Regulatory guideline analysis.pdf
PDF
Power and position in leadershipDOC-20250808-WA0011..pdf
PDF
Dr. Enrique Segura Ense Group - A Self-Made Entrepreneur And Executive
PDF
DOC-20250806-WA0002._20250806_112011_0000.pdf
PDF
Nidhal Samdaie CV - International Business Consultant
Chapter four Project-Preparation material
340036916-American-Literature-Literary-Period-Overview.ppt
Belch_12e_PPT_Ch18_Accessible_university.pptx
Chapter 5_Foreign Exchange Market in .pdf
COST SHEET- Tender and Quotation unit 2.pdf
New Microsoft PowerPoint Presentation - Copy.pptx
Business Management - unit 1 and 2
Business Ethics - An introduction and its overview.pptx
CkgxkgxydkydyldylydlydyldlyddolydyoyyU2.pptx
Lecture (1)-Introduction.pptx business communication
pdfcoffee.com-opt-b1plus-sb-answers.pdfvi
WRN_Investor_Presentation_August 2025.pdf
HR Introduction Slide (1).pptx on hr intro
job Avenue by vinith.pptxvnbvnvnvbnvbnbmnbmbh
Euro SEO Services 1st 3 General Updates.docx
Deliverable file - Regulatory guideline analysis.pdf
Power and position in leadershipDOC-20250808-WA0011..pdf
Dr. Enrique Segura Ense Group - A Self-Made Entrepreneur And Executive
DOC-20250806-WA0002._20250806_112011_0000.pdf
Nidhal Samdaie CV - International Business Consultant

Primavera integration possibilities Technical overview - Oracle Primavera Collaborate 14

  • 1. Primavera Integration Possibilities: A Technical Overview Pete Angstadt Principal Applied Technologist Primavera Global Business Unit April 2014
  • 2. © 2014 Oracle Corporation The following information is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle.
  • 3. Oracle Primavera Architecture 100% Web-Based Scale to any size deployment Based on open industry standards Web Server SQL DB EAI Application Server UI Layer Data Layer SSL SSL Bus Logic Layer Web Services Web Browser and Web Services Clients
  • 5. Why Integrate Your Systems? Problems: •Silos of information •Inefficient processes •Limited collaboration •Lack of visibility By integrating you can leverage the strengths of individual applications Primavera Other System
  • 6. Build vs. Buy Leverage a pre-built Oracle solution Leverage a partner solution Extend an existing solution Build it yourself Build it with consulting help
  • 7. Some Pre-Built Integrations Available with Primavera Oracle EBS Oracle PeopleSoft SAP JD Edwards Microsoft Oracle Business Intelligence Web Center AutoVue SSO and LDAP products And more…
  • 8. Why Build or Extend Your Solution? •Maybe the integration doesn’t exist E.g., integration to a legacy system •Benefits outweigh the cost •Required skill sets available
  • 9. Categories of Integration Data Integration Business Process (or, Business Logic) Integration User Interface Integration Security Integration
  • 11. Point-to-Point Simple Fast and efficient Quick to implement But tightly coupled (Oh, no!) My App Other App
  • 12. Point-to-Point •Complexity increases rapidly with added nodes n * (n – 1) / 2 connections! •High maintenance costs •Lack of flexibility My App Other App Other App Other App
  • 14. Hub and Spoke •Simpler model for more connections •Source and target apps often still need some knowledge of each other •Process hub can get complex •Generally doesn’t scale well My App Other App Other App Other App Process Hub Other App Other App
  • 15. Service Oriented Architecture (SOA) •Loosely coupled discrete modules •Messaging, not procedure calls •Usually involves an ESB, SCA, BPMN and/or BPEL •Applications can be added: •Near-linear scalability •Near-linear cost impact My App Other App Other App
  • 16. Primavera and Integration Architecture Big Idea: Primavera’s Web Services and APIs are compatible with any integration architecture. This includes P6, Unifier, OPPM, Contract Management, etc.
  • 18. Three Layers of Integration Web Server SQL DB EAI Application Server UI Layer Data Layer SSL SSL Bus Logic Layer Web Services Web Browser Clients
  • 19. Three Layers of Integration Web Server SQL DB Data Integration SQL SQL and ETL EAI Application Server UI Layer Data Layer SSL SSL Bus Logic Layer Web Services Web Browser Clients
  • 20. Three Layers of Integration Web Server SQL DB SOAP / XML Web Services XML Events Java and XML APIs Data Integration Business Process and Data Integration SQL SQL and ETL 3rd Party Application EAI Application Server UI Layer Data Layer SSL SSL Bus Logic Layer Web Services Web Browser Clients
  • 21. Three Layers of Integration Web Server SQL DB SOAP / XML Web Services XML Events Java and XML APIs Data Integration Business Process and Data Integration UI Integration SQL HTML / XML SQL and ETL Custom Portlets 3rd Party Application 3rd Party Application EAI Application Server UI Layer Data Layer SSL SSL Bus Logic Layer Web Services Web Browser Clients
  • 22. Primavera as Service Provider Publish Primavera WSDL 3rd Party Web ApplicationExternal App Consumes Web Services HTTP/SOAP DB EAI Application Server UI Layer Data Layer Bus Logic Layer Web Services • WSDL describes services and operations • Interoperable • WS-I Basic Profile compliant • Can “auto-generate” client side code
  • 26. Business Process Services •Jobs •Schedule project •Summarize project •Level resources •Apply actuals •Store period performance •Spreads •Import and Export
  • 27. Entity Services Each corresponds to a business object type (WBS, Activity, etc.) Standard operations: Create Read Update Delete
  • 28. Entity Services – Standard Operations Create and Update operations •Most fields are optional •Read-only fields are ignored Read operations •Specify fields to read •Filter may be specified Delete operations •Specific records
  • 29. Special Operations And many more… •Copy project •Read calculated UDFs •Convert project to baseline •Restore baseline •Calculate project score •Update user baselines •Lock / unlock project •Create project from template •Publish project •Copy WBS from template
  • 30. A Consistent Interface Consistent naming: •User Interface •Web Services / API •Reporting view Example: •Activity’s “actual duration” in P6 Web’s user interface •Activity service’s “ActualDuration” field •ACTIVITY table’s “ACTUALDURATION” column
  • 31. More Supported Standards WS-Security •UsernameToken Profile •SAML Token Profile WS-Addressing WS-Policy MTOM
  • 32. Unifier Web Services Service endpoint: https://<host>:<port>/ws/un/services/UnifierWebServices Common operations for business processes: Operation Description createBPRecord Create new BP record getBPRecord Gets specific BP record getCompleteBPRecord Gets complete BP record, including attachments getBPList Gets all BP records. Can filter results if needed getUDRData Gets XML data from UDR output updateBPRecord Updates BP record updateCompleteBPRecord Updates BP record and can add attachments Note: Deletion of BP records is handled via update
  • 33. XML Payload Payload for business processes is passed within a wrapper: <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"> <soapenv:Body> <ns1:getBPListResponse xmlns:ns1="http://general.service.webservices.skire.com"> <ns1:return ns1:type="com.skire.webservices.util.xml.XMLObject"> <ax21:statusCode xmlns:ax21="http://xml.util.webservices.skire.com/xsd">200</ax21:statusCode> <ax21:xmlcontents xmlns:ax21="http://xml.util.webservices.skire.com/xsd"> <![CDATA[<List_Wrapper> <_bp> <GIS_Link></GIS_Link> <record_no>LP-0000001</record_no> <Resp_Mgr>Fred Smith</Resp_Mgr> </_bp> <_bp> <GIS_Link>http://tinyurl.com/bq9vfob Parcel Map</GIS_Link> <record_no>LP-0000002</record_no> <Resp_Mgr>Jim Owen</Resp_Mgr> </_bp> </List_Wrapper>]]> </ax21:xmlcontents> </ns1:return> </ns1:getBPListResponse> </soapenv:Body> </soapenv:Envelope>
  • 35. Primavera Eventing Framework Send XML messages JMS 1.1 – Compliant Message Queue or Enterprise Service Bus DB EAI Application Server UI Layer Data Layer Bus Logic Layer Web Services •Powerful possibilities •Notifications •Workflows •Custom Business Processes •Actions in system result in XML messages •Uses JMS
  • 36. Event Administration Administrator controlled Enable as needed: •Entity events •Special operation events
  • 38. Direct Database Integration - Caution Primavera DB Other System It is recommended to use Primavera Web Services for integration. However, additional database-level integration is technically possible when Primavera is deployed on-premise. Care should be taken to not adversely affect performance, scalability, or functionality when making any database change.
  • 39. Database Triggers Database Triggers are procedures stored in the database that get executed when a table is modified (insert, update, delete) Design Best Practices •The trigger should only do what is likely to succeed •Communication should be asynchronous Possible Uses of Triggers •Copy record or specific changes to another non-production table •Leverage Oracle Advanced Queuing (AQ) •Enqueue a message or call stored procedure to do the same •Payload can be XML, string, record, etc.
  • 41. Oracle Fusion Middleware • Complete • Best-in-Class • Integrated • Open Development Tools Cloud Application Foundation Enterprise Management Web Social Mobile User Engagement Identity Management & Security Business Process Management Content Management Business Intelligence Service Integration Data Integration
  • 42. Business Process Management (BPM) Leverages Oracle’s BPM Suite From within Primavera: •Initiate business processes •Participate in business processes •Monitor process status