r12 web adi configuration steps

4
WEB ADI in R12: - In R12, Oracle WEB ADI Responsibility is no longer used - 11i Web ADI Custom Templates are not working in R12 Below are the steps to be taken to make sure 11i WEB ADI custom templates work in R12 Step 1: Query for “Desktop Integration” Responsibility

Upload: porlanagesh

Post on 30-Oct-2014

78 views

Category:

Documents


5 download

TRANSCRIPT

Page 1: R12 WEB ADI Configuration Steps

WEB ADI in R12:

- In R12, Oracle WEB ADI Responsibility is no longer used- 11i Web ADI Custom Templates are not working in R12

Below are the steps to be taken to make sure 11i WEB ADI custom templates work in R12

Step 1:

Query for “Desktop Integration” Responsibility

Page 2: R12 WEB ADI Configuration Steps

Step 2:

Copy the Menu “Desktop Integration Menu” and query it in the Menus screen as shown belowand add all custom WEB ADI Functions here

Step 3:

Run the following query to get all the custom functions related to Bechtel based on the Web_host_name for 11i instance

SELECT * FROM FND_FORM_FUNCTIONS WHERE WEB_HTML_CALL = 'oracle.apps.bne.webui.BneApplicationService' AND WEB_HOST_NAME = 'http://efinance.becweb.ibechtel.com'

Run the following command to update the web_host_name column to R12 instance as shown belowand pass the function ids for all custom related Web ADI functions

UPDATE fnd_form_functions SET web_host_name = 'http://efinfinb.becweb.ibechtel.com/OA_HTML', --> This is R12 URL instance web_html_call = 'BneApplicationService' WHERE function_id = :p_FUNCTION_ID

Page 3: R12 WEB ADI Configuration Steps

Step 4:

For the custom WEB ADI menu (example: CARR_MANUAL_AGING_UPDATE_ADI) change the function from “Create Document” to “Desktop Integration - Create Document” as shown below.

Similarly, change the function as shown above to the following menus:

MENU FUNCTION

CARR_MANUAL_AR_MAN_UPDATE_ADI Desktop Integration - Create Document

CARR_MANUAL_AR_UPDATE_ADI Desktop Integration - Create Document

CARR_MANUAL_BANK_UPDATE_ADI Desktop Integration - Create Document

CARR_MANUAL_COMPARE_UPDATE_ADI Desktop Integration - Create Document

CARR_MANUAL_OIR_UPDATE_ADI Desktop Integration - Create Document

BAP_AP_INV_UPDATE_ADI Desktop Integration - Create Document

BAP_NON_COMMITTED_ADI Desktop Integration - Create Document

Step 5:

Please bounce apache server for R12 instance