Beginning to Work with Oracle WEB-ADI

Similar documents
An Oracle White Paper March How to Define an Importer Returning Error Messages to the Oracle Web Applications Desktop Integrator Document

Exposing Custom PLSQL Package as Oracle REST WEB SERVICE

Web ADI: Extending the E-Business Suite with Desktop Applications

Creating Database Reports

Job Aid. Remote Access BAIRS Printing and Saving a Report. Table of Contents

Audit History in Order Management. An Oracle WhitePaper

Desktop Integrators You Mean I Can Load Data Straight From a Spreadsheet? Lee Briggs Director, Financials Denovo

Faculty Web Page Management System. Help Getting Started

Revenue Recognition Process and Flow

Using ATI Catalyst Control Center to Configure Desktops & Displays

Instructions: DRDP Online Child Upload

Publishing Concurrent Requests with XML Publisher. An Oracle White Paper January 2005

BANNER 9 ADMIN GENERAL NAVIGATION USER'S GUIDE

Introduction to Microsoft Access 2016

Eastern New Mexico University BANNER 9 TRANSFORMED FORMS Using APPLICATION NAVIGATOR

2013 RELEASE / S RELEASE COMPARISON GUIDE CONFIGURATION NAVIGATION APPLICATION AREA IN BULLHORN 2013 IN BULLHORN S

BANNER 9 TRANSFORMED FORMS Using APPLICATION NAVIGATOR August 30, 2017

nvision Custom Report Writer

c360 Multiple Forms User Guide Microsoft Dynamics CRM 4.0 Compatible

STORE DESIGN- MODULES

Content INTRODUCTION HOW TO USE STORE DESIGN TOOL VERSION HISTORY ANALYTICS PAGE

Microsoft Access 2013

Partner Side SMART Guide

San Mateo Community College District BANNER 9 Using APPLICATION NAVIGATOR April 23, 2018

Getting started with M-Files

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support

For RIT Internal Use Only. From the Controller s Office. Upload Journal Entry Using ADI

Prezi Creating a Prezi

Vizit 6 Installation Guide

Printing Batch Unofficial Transcripts

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Ektron Advanced. Learning Objectives. Getting Started

Training Manual for ClickView Library Manager

Electronic Distribution Form

Moodle The Basics of Editing a Content Management Course

Microsoft Access Database How to Import/Link Data

Techsmith Relay Recorder

Password Protection for PDF Output (XML Publisher Output) Generated from a Concurrent Program

Database Manual Suite Version 2.8. Page 1 of 82. Noventri Suite Database Manual SF REV 03 3/21/14

APPLICATION NAVIGATOR

Connecture Platform Manager

Purchasing Encumbrance User Guide

Microsoft Word Basics. Pages 21-45

List of Updates. Content Updates Detail Related Pages Update Date. Whole Deck 8/2/2018

Web Access to with Office 365

1. Log in to Salesforce and click on the Contacts tab. 2. Under Search bar, type in the name of the contact you want to edit.

AIS Student Guide for submitting a Turnitin Assignment in Moodle

Enhancements and New Features in Oracle 12c Summarized

Table of Contents. Navigate the Management Menu. 911 Management Page

OnBase Unity Client Navigation & Personalization

STORE DESIGN- Template

Budget Reports for All Users

1. Introduction. 2. Overview of the shop page on Lazada s website

Google Apps for Education: The Basics

ORDER ENTRY II New- Handbook DF LOG E2E PRM Edition 10/2015

CRM WORD MERGE USER GUIDE

District Staff Members

Information Services. Essential Mendeley. IT

IndustrySafe Guide to Importing and Editing Inspection Checklist

Background The GATRACS project has been designed to provide Georgia institutions with a transfer articulation portal that will help students

CLOUD EXPLORER DATALOADER USER S GUIDE UC INNOVATION, INC. April 07, 2017

Ascendix Search Admin Guide

BANNER 9 QUICK NAVIGATION GUIDE

Page 1 Dapper

Updated: 10/2016. Symposium Organizer. MAPS Program Viewer. User Guide

Oracle E-Business Suite

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature

How to Grant Access to Resource Interconnection Management System (RIMS 5)

AuraPlayer Server Manager User Guide

Brand Tools. Campaign Guide

A Brief Introduction to the ProClarity Enrollment Reports

TAS Self Service Reporting Overview

Banner Transformed Getting Started With Your Administrative Applications. Release 9.0 October 2015

BullsEye Digital Voice Toolbar Quick Reference Guide

Locating the Dropbox Tool:

CMS Shado 9. Quick Start Guide

Microsoft Access 2010

SETTING UP YOUR SAFE KIDS DAY PAGE

Entering an erequest for Stores

Cost Centre Categorisation User Guide

We would like to assist you with setting up your website and !

MIGRATING FROM PORTALS TO COMMUNITIES

Microsoft Access 2013

Microsoft Access 2013

Cabrillo College MY VERIFY. A guide to help navigate your student verification account.

Student Learning Assessment Management System Assessment Committee Member Directions

Adobe Dreamweaver CS5 Tutorial

BANNER 9 QUICK NAVIGATION GUIDE

Importing from Blackboard Learn Grade Center Data to Banner 9 User Learning Scenarios

NYU A&S AEM Implementation. Exercise Sheets

ProbeIT - User Manual

I. Downloading Grades from the Grade Center

Forms. Section 3: Deleting a Category

Upside Approvers Job Aid

Oracle Application Express Student Guide

Obvious reason for using a mail merge then is to save time in drafting a form document which needs to be sent to multiple folks.

User manual for the Electronic Reporting System (ERS) of the Stockholm Convention on Persistent Organic Pollutants (POPs)

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE)

WEB ADI USER GUIDE. 1. The first step is to review and ensure you meet the following system requirements:

Health System Entering an Internal Order erequest

Transcription:

Beginning to Work with Oracle WEB-ADI With this article wanted to make you familiar with a built in tool provided by Oracle to load the data into the application using a simple Excel Upload, this is Oracle WEB-ADI (WEB Application Desktop Integrator). I know many would already be aware of this technology, but still wanted to make it handy for folks who are new to this. To begin with the design we would need two Responsibilities Desktop Integration Manager Desktop Integrator We start with designing the Web Integrator then design the Web Layout and then map them together. Now to start with navigate to Desktop Integration Manager Responsibility Create Integrator Ensure that you check the text box Display in Create Document Page then click on NEXT Here you would need to mention type of Interface either Table or API Procedure or API Function WEB-ADI Suryakanth Gunti 1 P a g e

I have used a Package Procedure as below: Note: Ensure that the Procedure is available in the Database. Below is the code that I have used: WEB-ADI Suryakanth Gunti 2 P a g e

Then Click on APPLY Note: If you want a custom message to be passed to the Excel from the Procedure select FND Message Code as API Returns and in the Package code use FND_MESSAGE.CLEAR; FND_MESSAGE.SET_NAME ('BNE', <Message to Display> ); This is how it is mapped Keep clicking on NEXT finally SUBMIT. Now navigate to Desktop Integrator Responsibility to the link Define Layout WEB-ADI Suryakanth Gunti 3 P a g e

Select the Integrator that was created in earlier steps then click on create Button. Feed in the Layout Name and the Number of Headers required. Select how and where you want the records to be displayed in the Excel either Line, Header or Context under placement Click on NEXT Finally Click on APPLY Now navigate to Desktop Integration Manager Responsibility then Manage Integrators Feed in the Integrated that was created and click on GO WEB-ADI Suryakanth Gunti 4 P a g e

Select the Integrator and click on PREVIEW then choose EXCEL 2010, click on NEXT Click on SAVE WEB-ADI Suryakanth Gunti 5 P a g e

Feed in the Shortcut name say XX TST WEBADI and choose the above two check boxes Save to Shortcut List and Save to Form Function To check if the Layout is created in the proper manner and the data is been loaded in the DB in the said format Click Create Document Once done this is how the Excel would look like WEB-ADI Suryakanth Gunti 6 P a g e

Now to have a link to a said Responsibility add the Shortcut Name ( XX TST WEBADI ) to the Menu of the responsibility Query for the MENU and add the Shortcut Name Once added navigate to the said Responsibility this is how it looks: Click on the link to open the Excel to upload the Data Here is how after loading data WEB-ADI Suryakanth Gunti 7 P a g e

If we try to load a Duplicate EMO_NO, it displays a custom error message Now going further here is how you add a LOV values to the Excel. First create a Lookup in the application say XX_WEBADI_LOV WEB-ADI Suryakanth Gunti 8 P a g e

Now navigate the Desktop Integration Manager Responsibility Manage Integrators Select the Integrator click on UPDATE, navigate to the 2nd Step as below: Click on UPDATE as highlighted WEB-ADI Suryakanth Gunti 9 P a g e

Feed in the details as displayed. Validation Type : Table Id Column : LOOKUP_CODE (This will be passed to the program) Meaning Column : MEANING Desc Column: DESCRIPTION Validation Entity : FND_LOOKUP_VALUES Where clause: lookup_type = 'XX_WEBADI_LOV' Lov Type : Pop List Then SAVE and SUBMIT Now open the Excel this is how it is displayed After UPLOAD WEB-ADI Suryakanth Gunti 10 P a g e

Header Text If we wish to display the text say User Name at the Header Click on ADD ATTRIBUTE WEB-ADI Suryakanth Gunti 11 P a g e

Click on APPLY Enable DISPLAYED check box WEB-ADI Suryakanth Gunti 12 P a g e

Click on SUBMIT Navigate to Desktop Integrator Responsibility to the link Define Layout Select the Integrator and click on GO Then select the layout created earlier and click on UPDATE The output would appeal as below WEB-ADI Suryakanth Gunti 13 P a g e

Enabling and Disabling a WEB ADI Integrator To disable a WEB ADI from editing we need to update the SOURCE Column of the Table BNE_INTEGRATORS_B to NULL SELECT INTEGRATOR_CODE, USER_NAME, ENABLED_FLAG, DISPLAY_FLAG, SOURCE FROM bne_integrators_vl WHERE USER_NAME = <INTEGRATOR_NAME> -- Say 'XX_TEST_WEBADI' -- Disabling the Integrator UPDATE bne_integrators_b SET source = NULL WHERE integrator_code = <Integrator_Code>; --Say 'XX_TEST_WEBADI_XINTG' -- ENABLING the Integrator UPDATE bne_integrators_b SET source = 'C' WHERE integrator_code = <Integrator_Code>; --Say 'XX_TEST_WEBADI_XINTG' WEB-ADI Suryakanth Gunti 14 P a g e