49
PROPworks Integrations Larry Wells – Applications Manager Information Technology Services PROPworks 7.3.1 Interfaces at Dallas/Fort Worth International Airport

PROPworks Integrations Larry Wells – Applications Manager …support.airit.com/admin/virtual/imgs/User Conference 2013... · 2013-05-02 · Larry Wells – Applications Manager

Embed Size (px)

Citation preview

PROPworks Integrations Larry Wells – Applications Manager Information Technology Services PROPworks 7.3.1 Interfaces at Dallas/Fort Worth International Airport

Property and Revenue Management (PROPworks) ERP PROPworks 7.3.1

o Company/Contact Management o Agreement Management o Billing and Invoicing Management o Concession Sales Management o Space Management o Aeronautical Activity Statistics (Air Stats) o Risk Management o Utility Management

Integration Components o Orion Badger (automated water readings) o Concession Sales o PASSUR o Oracle eBusiness (A/R) o Oracle eBusiness (G/L)

Billing and Invoicing

Tenant Alterations

Space Management

Risk Management

Agreement Management

Company/Contact

Concession Sales

Aviation Statistics

PROPworks ERP Diagram

Utility ManagementOrion Badger

Oracle A/R

Oracle G/L

Concession Sales Portal (CSA)

PASSUR

Agenda Web Service Integration Meter Reading

Web Service Integration Concession Sales

PASSUR Integration Using File Loader

Web Service Integration Meter Reading

eMail Meter Reading File

1. Send meter reading file

2. Business Process Execution Language (BPEL) polls and processes the file

Meter Reading Staging Table

BPEL loads records into staging table

Invoke Web Service from Database trigger

meter-reading-example

<![CDATA[ <?xml version="1.0" encoding="UTF-8"?><PropWorks> <ExternalMeterReading> <username>UM_BILLING</username> <password>??????</password> <campus>DFW</campus> <utilityType>W/S</utilityType> <meterNumber>694</meterNumber> <readDate>2013-02-28 </readDate> <readingType>R</readingType> <reading>2077600</reading> </ExternalMeterReading> </PropWorks> ]]>

Building meter-reading-example

Call Web Service

utl_http Makes Hypertext Transfer Protocol (HTTP) callouts from SQL and PL/SQL.

Source: {ORACLE_HOME}/rdbms/admin/utlhttp.sql

Meter Reading Table

Load meter records into PW schema (Toolbox)

Meter Reading Integration - Workflow

1. Review utility meter upload report

Meter Reading Integration - Workflow

2. Review meter reading

Meter Reading Integration - Workflow

3. Generate meter activity

4. Review meter activity report

Meter Reading Integration - Workflow

5. Approve meter activity log

6. Run utility billing interface

Web Service Integration Concession Sales

Concession Sales Portal (CSA) allows Airport Concessionaires to record sales on-line Company data is linked from PROPworks

Web Service Integration Concession Sales

Contract, effective date and location are linked from PROPworks

Web Service Integration Concession Sales

Contract, effective date and location are linked from PROPworks

Web Service Integration Concession Sales

Review CSA sales report

Web Service Integration Concession Sales

Review CSA sales report (i.e. developed using Business Objects )

Web Service Integration Concession Sales

Transfer concession sales to PW

reported-activity-example

<![CDATA[ <?xml version="1.0" encoding="UTF-8"?><PropWorks> <ExternalReportedActivity> <username>RA_INTERFACE</username> <password>??????</password> <agreementNumber>008323</agreementNumber> <leaseholdNumber>0002<leaseholdNumber> <productCategory>CAT2</productCategory> <reportType>MONTH-L/C</reportType> <activityType>GROSS REC</activityType> <activityValue>24567.02</activityValue> <month>12</month> <year>2012</year> </ExternalReportedActivity> </PropWorks> ]]>

Web Service Integration Concession Sales

Created a Web Service to Invoke the PW Web Service

Web Service Integration Concession Sales

Input to Invoke PW Web Service

Web Service Integration Concession Sales

Get Response from PW Web Service

Web Service Integration Concession Sales

Gross receipts view from PW

Web Service Integration Concession Sales

Create bill work area

Web Service Integration Concession Sales

Integration w/Agreement Management

Web Service Integration Concession Sales

Integration w/Space Management

Web Service Integration Concession Sales

Integration w/Space Management

Web Service Integration Concession Sales

Integration w/Space Management

PASSUR Integration w/File Loader

Step 1: PASSUR Login

PASSUR Integration w/File Loader

Step 2: View PASSUR Portal

PASSUR Integration w/File Loader

Step 3: View report

PASSUR Integration w/File Loader

Step 4: Initiate download

PASSUR Integration w/File Loader

Step 5: eMail notification from PASSUR

PASSUR Integration w/File Loader

Preview file layout

PASSUR Integration w/File Loader

Run file loader

PASSUR Integration w/File Loader

View aviation statistics

PASSUR Integration w/File Loader

Step 1: Define descriptive categories

PASSUR File Loader Setup

Step 2: Configure aviation stats

PASSUR File Loader Setup

Step 3: Define the rule/activity

PASSUR File Loader Setup

Step 4: Configure activity posting

PASSUR File Loader Setup