Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 12

Login to Oracle applications responsibility Desktop Integration Manager as below-

Navigate to -->Desktop Integration Manager - > Create Integrator

STEP 1 - Integrator:

Click on Create Integrator. Below page will open and enter the required details as below and select the checkbox
‘Display in Create Documents Page’

Integrator Name: TD Assets Mass Retirements Integrator


Internal Name: TD_ASSETS_MASS_RETI_INTE

Application: Assets
Enabled: YES

Add these two functions in Security Rules


Code:

BNE_CREATE_DOCUMENT
BNE_ADI_CREATE_DOCUMENT
After this click on Next Button.

STEP 2 – Create Interfaces The next step is defining the interfaces.

Interface Name : TD Assets Mass Retirements Integrator Interface


Interface type : API Procedure
Package Name: td_webadi_fa_retirement_pkg
Procedure/Function Name: do_retirement
API Returns : FND Message Code

After this click on Apply Button


The interface is created as below-

select the Radio button and it displays the Interface attributes which are nothing but the parameters of the API
procedure.

You can click on ‘Update’ for P_RETIREMENT_TYPE_CODE and update the below fields.
Validation Type : Table
Id Column : LOOKUP_CODE
Meaning Column: MEANING
Desc Column: DESCRIPTION
Validation Entity: FA_LOOKUPS_TL
Where Clause: lookup_type = 'RETIREMENT' AND language = USERENV ('LANG') order by LOOKUP_CODE
Lov Type: Pop List
Prompt Above: Retirement Type Code

click on Save button.

And click on ‘Update’ for P_BOOK_TYPE_CODE and update the below field

Prompt Above: Book Type Code


click on Save button.
And click on ‘Update’ for P_ASSET_NUMBER and update the below field

Prompt Above: Asset Number


click on Save button.

After this click on Next Button.

STEP 3- Contents Tab 


we do not define anything here, NONE is also Ok. so we just click on next.

STEP 4 - Uploader Tab


we do not define anything here, NONE is also Ok. so we just click on next.

Click on submit to create the custom Integrator.

STEP 5 - Define Layout

Navigation: Desktop Integrator (responsibility) -> Define Layout -> Select the Integrator as shown below
Go > Create

Layout Name: TD Assets Mass Retirements Integrator Layout

Number of Headers :1

Click Next

Change the Placement to 'Line'

Click Next

Change the Data Entry Rows: 500


Click Apply.

STEP 6 - Create Form Function and add to specified responsibility menu

CREATE FUNCTION

Go to System Administrator (Responsibility) --> Application  --> Function

Form Function Window

Enter value for Function and  User Function Name under Description

Function : TD_ASSETS_MASS_RETI_INTE
User Function Name : TD Assets Mass Retirements Integrator

Enter value for Type as "SSWA servlet function" under Properties


Under the Form tab

Paste the Parameter value as below. By Updating the integrator_code, layout_code and content_code value
from the below Query

bne:page=BneCreateDoc&bne:viewer=BNE:EXCEL2007&bne:reporting=N&bne:integrator=OFA:
integrator_code&bne:layout=OFA:LAYOUT_CODE&bne:content=OFA:content_code&bne:noreview=Y

OFA --> Application short name of Integrator.

Update the integrator_code, LAYOUT_CODE and content_code value from the below Query

SELECT biv.application_id,
biv.integrator_code,
biv.user_name,
bib.interface_code,
lo.LAYOUT_CODE,
(SELECT user_name
FROM BNE_LAYOUTS_TL
WHERE LAYOUT_CODE = lo.LAYOUT_CODE)
layoutname,
(SELECT user_name
FROM BNE_CONTENTS_TL
WHERE content_code = cont.content_code)
contentname,
cont.content_code,
cont.param_list_code,
cont.content_class,
(SELECT QUERY
FROM BNE_STORED_SQL
WHERE CONTENT_CODE = CONT.CONTENT_CODE)
QUERY
FROM bne_integrators_vl biv,
bne_interfaces_b bib,
BNE_LAYOUTS_B lo,
BNE_CONTENTS_b cont
WHERE user_name = 'TD Assets Mass Retirements Integrator'
AND bib.integrator_code = biv.integrator_code
AND lo.integrator_code = biv.integrator_code
AND cont.integrator_code = biv.integrator_code
Enter value for HTML Call as "BneApplicationService" under Web HTML tab

Save it

CREATE MENU

Go to System Administrator (Responsibility) --> Application  --> Menu

Menu : TD ASSET WEBADI

User Menu Name : TD Assets WebADI

Menu Type: Standard

Description : TD Assets WebADI

Enter value for Prompt and  Function as below.

Seq :10

Prompt  : TD Assets Mass Retirements Integrator


Function: TD Assets Mass Retirements Integrator

Seq :20

Prompt  : Desktop Integration


Function: Desktop Integration - Create Document
Save it

Add the Menu to Specified Responsibility Menu

Go to System Administrator (Responsibility) --> Application  --> Menu

Query the Menu Name NCR_FA_MAIN


Add the Menu to as shown below

Seq :70

Prompt  : TD Assets WebADI


Submenu : TD Assets WebADI

Save It

You might also like