Useful Web ADI custom integrators docs

I have recently started to look at creating Custom Integrators and thought it might help others if I listed the Oracle Docs I have found since they don't go out of their way to explain how to create custom integrators
WebADI Implementation and Administration Guide
http://download.oracle.com/docs/cd/B25516_18/current/acrobat/115bneig.pdf
Document explaining how to create custom integrators - Note 360105.1 (this also lists a number of downloadable viewlets showing how to do a number of standard web adi tasks such as layouts, form function registration
The following Viewlets are available for download from Metalink to help with the HR Integrator setup.
Patch 3196431 - Disabling integrators
Patch 4125542 - Creating standalone integrators
Patch 3196360 - Mail merge example
Patch 3196357 - Upgrading ADE to Web ADI
Patch 3196355 - Download example
Patch 4125537 - Creating integrators
Patch 4112747 - Associating Form Functions with integrators
Change column names or enter details for LOVs - Note 389624.1 (might need Note 394680.1 if get "Connection to server unavailable error"
Oracle HRMS ADI FAQ - Note:240142.1

Thanks for sharing the Info.
-Satya

Similar Messages

  • Creating Web ADI custom integrator for AR

    Anyone create a Web ADI custom integrator to load receipt applications?

    hello Paul
    I am aware that in Journal Imports if using "line DFF" and if Line DFF is double licked on , it will not pop up unless Category and Source are populated. Something similar to what ur looking at.
    On another note , I have been trying to create a LOV similar to Source and Category LOV for an Attribute field which show on the Excel sheet . I have been able to have the Java screen pop up with the Data Populated but when I click on the "Select Button " the data does not show up on the Excel Sheet. Cant figure where to look future. Any idea.
    thanks
    Payam

  • How to use WEB ADI in R12 project accounting- Need urget

    Hi Friends,
    How to use WEB ADI in R12 for project accounting, right now iam working in a client place, i need to show demo on WEB ADI functionality in project accounting.
    Iam trying in different ways, it is showing error msgs, if any body have WEB ADI R12 exp, please guide me.
    I need to upload manual transactions through WEB ADI..
    What are the setups need to do, i have user guide but unable to solve my probelm..
    It is very urgent to me, please reply..
    Thanks,
    Srini
    Message was edited by:
    user620419

    Ravichandran wrote:
    Hi,
    Set the DQM Synchronization Method to "Batch" and it should solve your issue(Please note that this depends on whether you are using TCA)
    Regards,
    RaviHi Ravi,
    Thanks for replying this post. I had almost lost hope.
    As you suggested above, I tried to set the DQM Synchronization Method Profile Option to Batch using System Administrator responsibility but could not as the Profile Option is read only at all levels- Site, Application, Responsibility,User,etc. Please what am I doing wrong ? Thanks
    -Ibrahim

  • Expense Report in Payables using web adi ??

    I am new to Finance modules. Need a help to know that can we use web adi to load expense report in payables? If yes, how?
    Please share your views and any document if possible.

    Web ADI is a framework for working with data from the E-Business Suite. For the viewing of a standard report in Excel you will want to look to some of the related reporting technologies in the EBS like Report Manager or XML Publisher.

  • Using WEB ADI for PO upload

    Hi,
    Anyone used WEB ADI for loading POs?
    Regards,
    Anurag

    Yes..You can use HR Setup integrator in WebADI to build your own Integrator using the HR API you wanted

  • TB upload using Web aDI

    HI All,
    I am trying to upload the trial balance with Web ADI.Its working firn for 4 records but for 2000 records, its not uploading and even not showing any error msg.Its just terminating the loader.
    Can somebody help ?????
    Thanks in advance
    Abhishek

    Yes..You can use HR Setup integrator in WebADI to build your own Integrator using the HR API you wanted

  • Web ADI-Custom Integrator- LOV value selected is not populating in the cell

    Hi,
    I have a custom integrator, created a layout and mapping
    and I have update the BNE_INTERFACE_COLS_B table for the column that I want as an LOV.
    LOV_TYPE = STANDARD
    val_obj_name = 'FA_BOOK_CONTROLS_SEC'
    val_addl_w_c= 'NVL(DATE_INEFFECTIVE,SYSDATE) >= SYSDATE AND BOOK_CLASS IN (''CORPORATE'',''TAX'')',field_size = 15
    val_component_code = 'FA_BOOK_TYPE_CODE'
    val_component_app_id = 140
    val_type = TABLE
    val_id_cil= BOOK_TYPE_CODE
    val_mean_col=BOOK_TYPE_CODE
    val_desc_col=BOOK_TYPE_CODE
    The LOV is showing up fine, but when I select the value the , selected value is not getting populated in the excel cell.
    Can you please help me resolve this? This is urgent.
    Thanks,
    AJ

    Hi Ashish,
    Can you please give more details?
    On my end I have the same issue but one of my LOVs is not populating the cell while the other does. But I never performed any of the action you mentionned.
    So I would like to try your solution for the remaining LOV that does not populate my Excel cell. What is the purpose of "Then create a web adi function and attach to web adi menu.Call form function association integrator and attach the form function to your integrator.( Interface_cols)"? and what kind of "function" should we create?
    Thanks and regards,
    Gaël
    Edited by: Gaël on 21 sept. 2012 08:16

  • Web ADI - Create Document Error

    Hi Guys,
    I am trying to opening create document from Oracle Web ADI responsibility. But the following error is showing
    404 Not Found
    Resource /OA_HTML/oracle.apps.bne.webui.BneApplicationService not found on this server
    Regards,

    Hi tyro;
    Metalink in maintance now.. Until it bring up can you check below and see its helpful:
    http://forums.tangosol.com/forums/thread.jspa?threadID=967015
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=922255&tstart=0
    also see:
    http://apps2fusion.com/at/kv/320-web-adi-custom-integrators
    Regard
    Helios

  • Problem in Web adi for custom integrator.

    Hi All,
    I never used Web ADI. i read some document and feel that it is easy... but facing problem while developing.
    The basic requirement as follows -
    1. There is a custom database, say XXA.
    2. A staging table (xxa_table) for upload data from csv files to base table.
    3. Data upload using concurrent program from xxa_table to base table is working fine; but now I need to upload csv file from user desktop and load the csv data into staging table (xxa_table).
    After applying below scripts I got some permission access error.
    Please guide me to setup for upload csv data in to staging table using web adi.
    So I run below scripts -
    DECLARE
    P_INTEGRATOR_CODE      VARCHAR2(30);
    P_INTERFACE_CODE      VARCHAR2(30);
    P_LAYOUT_CODE           VARCHAR2(30);
    P_APPLICATION_ID      NUMBER(15);
    P_OBJECT_CODE           VARCHAR2(20);
    P_INTEGRATOR_USER_NAME      VARCHAR2(240);
    P_LANGUAGE           VARCHAR2(4);
    P_SOURCE_LANGUAGE      VARCHAR2(4);
    P_USER_ID           NUMBER(15);
    P_INTERFACE_TABLE_NAME      VARCHAR2(50);
    P_INTERFACE_USER_NAME      VARCHAR2(240);
    P_FORCE           BOOLEAN;
    P_ALL_COLUMNS           BOOLEAN :=FALSE;
    BEGIN
    -- Define Constants
    -- Application ID of the product that will own this Integrator
    P_APPLICATION_ID      := 510;
    P_LANGUAGE           := 'US';
    P_SOURCE_LANGUAGE      := 'US';
    -- Applications Database User ID that owns this Integrator
    P_USER_ID           := 410;
    P_OBJECT_CODE           := PLAN_607';
    ---ADI details
    P_INTEGRATOR_USER_NAME      := 'Plan_7';
    P_INTERFACE_TABLE_NAME      := 'xxa_table'; -- Name of the Database staging table.
    P_INTERFACE_USER_NAME      := 'XXA_7 PLAN'; -- Name of the table that will be displayed in
    P_FORCE           := FALSE;
    P_ALL_COLUMNS           := FALSE;
    BNE_INTEGRATOR_UTILS.CREATE_INTEGRATOR (P_APPLICATION_ID,
                             P_OBJECT_CODE,
                             P_INTEGRATOR_USER_NAME,
                             P_LANGUAGE,
                             P_SOURCE_LANGUAGE,
                             P_USER_ID,
                             P_INTEGRATOR_CODE);
    BNE_INTEGRATOR_UTILS.CREATE_INTERFACE_FOR_TABLE (P_APPLICATION_ID,
                             P_OBJECT_CODE,
                                  P_INTEGRATOR_CODE,
                                  P_INTERFACE_TABLE_NAME,
                                  P_INTERFACE_USER_NAME, P_LANGUAGE,
                                  P_SOURCE_LANGUAGE, P_USER_ID,
                                  P_INTERFACE_CODE);
    BNE_INTEGRATOR_UTILS.CREATE_DEFAULT_LAYOUT(P_APPLICATION_ID,
                             P_OBJECT_CODE,
                             P_INTEGRATOR_CODE,
                             P_INTERFACE_CODE,
                        P_USER_ID,
                        P_FORCE,
                        P_ALL_COLUMNS,
                             P_LAYOUT_CODE);
    COMMIT;
    END;
    --------------------

    Duplicate thread (please post only once):
    Problem in Web adi for custom integrator
    Re: Problem in Web adi for custom integrator

  • 12.1.3 PJC Web ADI Exp Entry - Pre-Req license needed?

    Hi All,
    Is it possible to use PJC Web ADI expenditure entry for a customer on 12.1.3 with PJF / PJC license?
    Thanks & Regards,
    NR

    Hi,
    Please note that The Oracle E-Business Suite task you perform on the desktop (i.e using Web Adi) is determined by the integrator you select in Web ADI. Each integrator is delivered with the E-Business Suite product that provides the functionality being integrated with the desktop.
    Therefore, if you are only looking forward to use expenditure entry via excel, PJF/PJC license should do.
    If you need to use any additional features of various other E-Business Suite products, please note that new integrators will be added as separate patches. These patches will be shipped with the products related to the integrators.
    You can refer the following for any clarifications on WebAdi
    Oracle® Web Applications Desktop Integrator
    Implementation and Administration Guide
    Thanks,
    Rakesh K

  • Web ADI is not certified for IE7 and Windows XP...Supportable?

    SR: 7615910.992
    TACONIC FARMS INC
    MSP Integration
    12.06
    The following error is received when trying to install MS Projects Integration:
    Error
    The following error has occurred
    Exception Name: oracle.apps.bne.exception.BneFatalException
    Cause: Microsoft VBScript runtime error: 429 - ActiveX component can't create object.
    Action: Assure is installed, and check your browser's security by navigating to the Internat Explorer Tools Menu > Internat Options...
    They follow the steps given and yet the error remains. The customer is using Windows XP and Internet Explorer 7.0. According to the certify tab, this is NOT a certified combination for Web ADI. When the customer tries this exact same thing using IE 6.0, no error is received. Does not running a cerified combination become a showstopper from development's perspective or should I continue my research?
    Thanks, Elizabeth

    Hi,
    Please refer to the following documents, and see if it helps.
    Note: 561095.1 - The Error "MICROSOFT VBSCRIPT RUNTIME ERROR: 429 - ActiveX component can't create object" Appears when "Create Document" is Used on 11i with BND.D
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=561095.1
    Note: 416321.1 - Using Web ADI with Internet Explorer 7
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=416321.1
    Regards,
    Hussein

  • How to restrict the display of Integrator in Web ADI

    Hi,
    I have developed two Integrators using Web ADI in Oracle application R12.First Integrator is used for download the data and second for
    Update the data in system.
    For both integrator separate two function are created and tagged with single menu.Whenever I want to access Download the excel (via download integrator)
    then Update Integrator is also shown (in LOV) during navigation ,its happening vice versa as well.
    Here my concern about restriction for indivisual integrator, becasuse always integrator is tagged to a perticualar function So in call of perticular Integrator other Integratior should not be available in list values.
    Please help and advise on the same.
    Regards,
    Deepak Sahu

    Hi Deepak,
    the scenario you are describing should not happen. WebADI deals with security entries and this shall be rather restrictive.
    Please check the following:
    - How many entries do you have in BNE_SECURED_OBJECTS referencing your integrator and/or referencing your function?
    => in your case you should have exactly 2 lines, one for every integrator and the function shall be different.
    If this is the case the next step is to check how often the function is assigned to a menu, also here to limit the access you should have two different menus, linked to the two functions. Assuming the menu isn't your main menu, make sure that for the different users always only one of the menus is linked.
    If all the prerequisites are fulfilled, one person with one menu should see only one integrator.
    Please let me know if this approach helps.
    br, Volker

  • How to create a Web ADI template and save it in our apps?

    Hi all,
    I want to create a user enrollment template it Web ADI so that I can send the form to the client and they will just fillup the spreadsheet with all the users they want to add to the system then load it using Web Adi.
    For example this form is:
    I want to create a Web ADI template for the forms above, which is saved in the apps database. Just like the template sample below:
     1. Add Oracle WEB ADI you your responsibility. Explore how to create document etc
    2.  Using Oracle General Ledger, go to Enter Journal and click on Launch Journal Wizard..from there you can create document similar to attached
    Please help how to create templates like this.
    Thanks a lot,
    mk

    Hi Rajen and all,
    The sample tutorial you and Aj gave me seem for older version like 11i or 12.0. Can i still apply or follow it for 12.2?
    You also mentioned:
    My approach when I started was more like the "baby step" method ... started with something simple with these 2 responsibilities and a simple integrator and then continued by adding new features (like LOV, PopLists, Contents, playing with layouts, using FNDLOAD, etc....). It's  an interesting experience.
    Do you have the docs you follow to do the above process? What 2 responsibilities are you referring to? It is "Desktop Integration" & "Desktop Integration Manager"?
    I thought "Desktop Integration Manager" is the super-user and has all the "powers" needed for adi?
    What powers does "Desktop Integration Manager" have,  that "Desktop Integration" does not have? and vice-versa.
    Thanks a lot,

  • SQL exception occurred during PL/SQL upload  (Web ADI)

    Hi,
    I am having issue loading data using Web ADI, I am getting "SQL exception occurred during PL/SQL upload" error, I tried to restart Apache, also looked into the BNE.log file for the exact error but I am still not sure about this exception, can anyone please help?
    bne:text="SQL exception occurred during PL/SQL upload."
    bne:cause="Database insert error"
    RDBMS: 11.2.0.3.0
    Oracle Applications: 12.0.6
    Thanks,
    Bharat

    I am having issue loading data using Web ADI, I am getting "SQL exception occurred during PL/SQL upload" error, I tried to restart Apache, also looked into the BNE.log file for the exact error but I am still not sure about this exception, can anyone please help?Please rename the log file, reproduce the issue and check the log file then.
    bne:text="SQL exception occurred during PL/SQL upload."
    bne:cause="Database insert error"Please see these docs.
    R12 Uploading Intercompany Transactions Shows SQL Exception Occurred During PL/SQL Upload [ID 1234063.1]
    Batch Element Entry (BEE) Spreadsheet Interface > 10 Rows Fails with Error: 'SQL exception occured during PL/SQL Upload.' [ID 388012.1]
    How Do You Setup An AGIS Transaction That Has Several Transaction Lines For The Same Transaction [ID 946499.1]
    FCH: Error: "The upload process has completed with errors. Please Close to return to the document and fix the errors. - No rows uploaded - <999> rows were invalid" During WebADI Data Upload [ID 553025.1]
    R12: Legal Entity Name must be < 31 characters. [ID 472505.1]
    Oracle Payroll 'Batch Element Entry ( BEE )' Frequently Asked Questions ( FAQ ) [ID 1353021.1]
    Thanks,
    Hussein

  • Web ADI error

    Hi,
    We have changed the BNE: Upload Staging Directory profile path as we were getting empty excel sheets when we were exceuting FGS reports and after chaging this profile path the users were facing the below error when they are using Web ADI
    Fatal Error: Please have your system administrator view the bne.log.file. java.io.FileNotFoundException(The Network path was not found)
    When I asked my DBA if the provided path in Production is a valid path then he changed the path again and asked to clear the browser cache and test the issue again. After clearing the browser cache when users tried using ADI they are getting Empty Excel sheets.
    User has the Internet explorer setting and Excel setting properly.
    Kindly let us know if we need to verify any other settings or profile options.
    Any help is much appreciated.
    Regards,
    Shabana.

    Pl see if ML Doc 272789.1 (Post Clone Problem: Login/Portal Server Installation May Not Be Complete) can help
    HTH
    Srini

Maybe you are looking for