Creating LOVs with "Desktop Integration Manager" in EBS 12.1.x

After some struggling getting the "Desktop Integration Manager" to work (due to some obscure hard-coded security checks) I was able to create an Upload Integrator. The next step is now to add some LOVs on the upload spreadsheet.
I managed to create a Gender Popup LOV using a table (e.g. FND_LOOKUP_VALUES). Here is how to do that:
Desktop Integration Manager => Manage Components
Navigate to your attribute (your interface column) and click Update. Enter the following:
Val Type      = Table
Id          = LOOKUP_CODE
Meaning     = MEANING
Desc          = DESCRIPTION
Val. Entity     = FND_LOOKUP_VALUES
Where clause     = lookup_type = 'IGW_SUBJECT_TYPE' and enabled_flag = 'Y' and meaning <> 'Unknown or not reported' and sysdate between start_date_active and nvl(end_date_active, hr_general.end_of_time)
Lov Type      = Pop List
Type your custom Header in the ‘Prompt above’ field if required.
So far so good. However, I am not able to create a simple date picker or a Java validation. Somehow you need to create (or choose) a ‘Component’ with the ‘Manage Components’ function. But exactly how do you set the Component & Attribute up to make this work? For the date picker I chose:
Validation Type = Java
Component Name = Date Picker for From Date
LOV Type = Blank
I get a Popup Date Picker in my sheet now, however when I select a date is does not return it to the spreadsheet.
Can someone provide some screenshots how to create a date picker and/or a Java validation using seeded or custom Components?
I have read the documentation in the Desktop Integration Framework Developer's Guide Release 12.1 (December 2009) but that didn’t get me much further as there are no examples at all.
Thx
Jeroen

Hi, with 'hard coded security check' I meant that some parts of the "Desktop Integration Manager" only work if you have responsibility "Application Developer" attached to your User.
You can change a 'seeded' integrator with:
update BNE_INTEGRATORS_B
set
created_by = <your user id>
,last_updated_by = <your user id>
,display_flag = 'Y'
,source = 'C'
where integrator_code = <your code>
;

Similar Messages

  • Manage integrators with "Desktop Integration Manager"

    Hi,
    I am trying to get to the Desktop Integration Manager menu as described in the Desktop Integration Framework Developer's Guide Release 12.1 (on page 17 / 2-1):
    To manage integrators:
    1. Navigate to the Integrators page from the Oracle E-Business Suite Navigator by
    choosing either Desktop Integration Manager: Manage Integrators or a custom
    responsibility and menu path specified by your system administrator.
    However "Desktop Integration Manager" is not a responsibility I can find in our 12.1.2 environment.
    Does anyone has a clue where to find it?
    thx
    Jeroen

    Hi,
    Please make sure you have (Patch 9055234 - DIF: NEW RESPONSIBILITY AND FUNCTION FOR DESKTOP INTEGRATION MANAGER) applied.
    Please see these docs for details (search for the patch number).
    List of Patches in Web Applications Desktop Integrator (Web ADI) for Releases 11i and 12 [ID 726989.1]
    Oracle Web Applications Desktop Integrator Release Notes, Release 12.1.2 [ID 950876.1]
    Thanks,
    Hussein

  • Unable to see Desktop Integration Manager Responsibility in 12.0.6

    Hello All,
    I cannot see the BNE Destop integration Manager Responsibility in Oracle EBD Suite 12.0.6
    Please help me, how to add this responsibility in R12.0.6.
    Thanks
    Regards
    Sagb

    Hi;
    Please check below which could be helpful on your issue:
    How To Access Define Parameter Using Desktop Integration Manager [ID 1325820.1]
    NOTE:1363280.1 - GL Budget and GL Journal and FA Addition Integrators Error in Desktop Integration Manager
    Regard
    Helios

  • 'Desktop Integration Manager' responsibility not found in 11.5.10.2

    Hi,
    Is there a patch available to install the 'Desktop Integration Manager' resp in rel11i.
    Thanks.
    Regards,
    Razak

    Please confirm your receipt of the previous update:
    This responsibility is a seeded responsibility and should be available for review to the System Administrator under Security > Responsibility > Define. Are you indicating that there is no such record to be found there?
    If this is the case, would you like for us to provide the key elements from our vision instance so that the responsibility can be defined again?

  • Error with Desktop Integration on Macs

    My JWS program runs fine on several Macs (running on 1.4.2-XX and 1.5), however, whenever I try to use the desktop integration, I get an error creating the shortcuts. There are no problems on Windows clients.

    I would suggest you use the clean uninstall link and downloading 4.5. It has proved very stable with XP I use it.
    I would strongly advise against loading the media manager though, It is less that stable software. I take it you know where to download 4.5?
    http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB11320&sliceId=SAL_Pub...
    Let me know how it goes!
    Thanks
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Creating LOV with Where clause

    I'm trying to create a list of values from a select statementsomething like this
    select customer_name, customer_number from customer
    where Region = 'WEST';
    I'm able to create a list of values of all the customers and numbers, but I could not
    create a lov for a specific subset of that data, such as in the where clause.
    Is it possible to create a LOV with a where clause?

    Use bind variables to accept the region parameter. Also, it is good practice to accept a null parameter value. If your parameter is null, display the entire list of values. Your query would look something like this:
    select customer_name, customer_number from customer
    where Region = :region_name or
    :region_name is null;
    Regards,
    Jay Mason

  • Error creating LOV in Business View Manager - cannot be based on current DF

    Hi,
    I'm trying to use Business View Manager for the first time.  I'm trying to create a dynamic, cascading prompt to be used by Crystal Reports.
    I've been able to create:
    - data connection
    - data foundation - simple one table
    - business elements - two columns from the table
    - business view
    - List of Values
    I am now trying to create a parameter in the Business Elements tool.  The parameter needs to be a Dynamic, Cascading parameter.
    When I try to save the new parameter, I get the follow error:
    The List of Values used by this parameter cannot be based on a Business View derived from the current Data Foundation or Business Element.
    HELP
    Thanks

    Hi Chris
    If you are trying to create a LOV and use that as a parameter, then you need to create LOV as Dynamic Cascading values. Once created then you can use that LOV in the Crystal Reports.    
    This is the best way to get dynamic cascading prompts in Crystal reports.
    Please refer to Business View Admin guide for more information.
    Hope this helps!!
    Regards
    Sourashree

  • Problem with Desktop Integrator

    Hi,
    I want to use the "Desktop Integrator " In oracle applications R12.
    But i get this error message :
    Desktop Integration is not a valid responsibility for the current user. Please contact your System Administrator.
    Help,
    Saad

    Is this module installed in your instance?
    Can you reproduce the issue with other users?
    Please see if the suggested solution in (XML Publisher Administrator is not a Valid Responsibility for the Current User [ID 1192054.1]) or (How to Enable a New Function to be Available for Other Responsibilities [ID 307970.1]) is applicable.
    Any other details about the error in Apache log files?
    Thanks,
    Hussein

  • Is there any Bridge template for creating webgallery with a integrated musicplayer

    Hello everybody,
    in the past with cs4 I was able to create webgalleries with music in it. In cs5 & cs6 this templates are missing - template with no integrated musicplayer. Are there some template for cs6 ( Bridge ) arround with a integrated musicplayer?
    kind regards
    Silvano

    You cannot enforce something like that. You have some options when the field is set up to allow rich text formatting, but the user can always change it.

  • 12.1.3 Desktop Integration Manager question

    Not trying to do anything fancy, like writing an API wrapper or parameters or anything.
    I just want to upload data to a table, say FND_LOOKUP_VALUES, and dont need to put any validation of any sort.
    So I create a new integrator, in the "Interface" section I put in the table name and it populates with all the columns.
    I know what the 'required values' should be so I default them as constants.
    The parameter, uploader and importer values are null.
    Is that all it takes..?

    yes, that's all it takes :) create a layout and you are set!

  • Create LOV with Header Items

    Hi,
    This might sound as a weird question, but is it possible to create an LOV in ADF with section headers? e.g. a select one choice of employees where the employees are separated into sections within the LOV based on their department. It's because we've got a requirement on our hands to this effect.
    Regards,
    Debojit

    Hi,
    Thanks for the quick reply. This helps us a lot. Just a query, for my personal information, would it be possible to acheive something similar if I were to use model-driven lists?
    Regards,
    Debojit

  • LOV With Other

    Jdev version 11.1.6
    Creating lov with view accessor and need to add other to the last of list whenever other selected ,value of lov is user entered input value.
    if lov value is other ,inputtext is visible and value of lov is inputtext value.
    Regards,
    Sreekanth Y

    Your requirement is not clear , that being the probable reason of not getting a reply.
    Please try to mention your use case better

  • Integrating Oracle EBS R12 with Oracle Access Manager 11g

    Hi Everyone ,
    Oracle Access Manager version 11.1.1.5
    Oracle Identity Management 11.1.1.6.0
    Oracle Access Manager WebGate 11.1.1.5
    Oracle E-Business Suite AccessGate patch p12796012
    Apps Version : 12.1.1
    DB Version 11.2.0.3
    PLatform : OEL 5.8
    We are trying to Integrating Oracle E-Business Suite Release 12 with Oracle Access Manager 11g using Oracle E-Business Suite AccessGate.We followed metalink id's
    1309013.1 and 1543803.1 and some other documents.We have performed every step as documented , and everything seems to work fine untill user tries to log out from Oracle Applications i.e User
    is able to login to Oracle Applications through access gate and everything is working fine. But as user click logout button an error messsage is diplayed like "*500*
    *Internal Server Error Servlet error: An exception occured* " (The url at the time of this message is http://hostname:port/OA_HTML/AppsLogout ).
    Apps Tier (oacore) Application log:-
    +13/05/15 19:04:20.229 html: Servlet error+
    java.lang.NoSuchMethodError: oracle.apps.fnd.sso.SSOManager.getAuthAgentLogoutUrl(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    at oracle.apps.fnd.sso.AppsLogoutRedirect.doGet(AppsLogoutRedirect.java:193)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    +at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)+
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    +at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)+
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    +at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)+
    +at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)+
    +at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)+
    +at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)+
    Apps Tier Apache Error log :-
    +[Wed May 15 18:50:52 2013] [error] [client 192.168.0.2] [ecid: 1368624052:192.168.0.61:10798:0:44,0] File does not exist: /u01/eBiZR12/apps/apps_st/comn/java/classes//+
    WE have set all required profile in Oracle Application as directed in documents , and users are able to login just fine , but they are not able to logout.
    IS there something that we are missing , any help is highly appreciated.
    Regards
    Edited by: TheKop88 on May 16, 2013 11:39 AM

    Hi there ,
    Thanks for reply ,
    We had already gone through that document earlier. We noticed that when Apllication Profile "*Apllications SSO Type* " is set to SSWA then OA_HTML/AppsLogout is
    working fine , but when we set "*Applications SSO Type*" to SSWA w/SSO then OA_HTML/AppsLogout is not working(not redirecting) .Error thrown on web browser is "+500 Internal Server Error Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response+" . we believe that we might have missed some Profile settings that is causing this error.
    Regards
    Edited by: TheKop88 on May 16, 2013 12:03 PM
    Edited by: TheKop88 on May 16, 2013 12:07 PM

  • Integration with SAP Records Management

    Dear SAP gurus,
    We are in SRM 7 EHP 1 with backend ECC 6 EHP 5. We are exploring PPS (Procurement for Public Sector) feature in SRM. We see that using PPS we can have integration with SAP Records Management. To be honest, I never see SAP Records Management so we want to confirm the functionality. Our legacy system require a electroning filing system, in which all documents related to procurement is scanned (whether it is document from system, or the one created manually), and then stored in a server in a pdf format.
    Does SAP Records Management have this functionality in which it stores the pdf doc inside one server? If not, what is exactly the functionality of SAP Records Management?
    Best regards,
    John

    Hi,
    SAP Record Management is now known as SAP NetWeaver Folders Management.
    Contact your NetWeaver consultant to imlement SAP NetWeaver Folders Management.
    Some important links:
    1. http://wiki.sdn.sap.com/wiki/display/HOME/SAPRecordsManagement
    2. http://www28.sap.com/businessmaps/0531547C7FE54C6A9E9B5850836F5E43.htm
    3. http://help.sap.com/saphelp_nw04/helpdata/en/f5/18fc39eb31a700e10000000a11402f/frameset.htm
    Regards,
    yaniVy
    reward if helps

  • How can i create bulk users with system Administrator responsibility in EBS

    Hi Gurus
    I want to create or Load Bulk users with System Administrator Responsibility in Oracle EBS using simple steps (Concurrent,API,OI,Back end). Is it Possible to create user with system Administrator Responsibility using concurrent/API/OI. Kindly help me in creating users with following details.
    Username     User Description     Employee Name     E-Mail ID     
    Das A R     GM     Mr. Arup R.Das     [email protected]     
    sandeep.n     Sr. Manager - Works     Mr.sandeep.Naik     [email protected]     
    sandeep     Asst. Manager - Excise Mr.Sandeep Bhosale     [email protected]     
    Thanks in Advance
    Hemanth.C

    Login to to the Ebiz database with user/paswad app/app and verify the detiled parameter for below DB procedures which are being used to create, update user and responsibility related work
    Create User FND_USER_PKG.CreateUser
    Disable user FND_USER_PKG.DisableUser
    Update USer FND_USER_PKG.UpdateUser
    Enable User FND_USER_PKG.EnableUser
    Add Responsibility FND_USER_PKG.AddResp
    Update Responsibility FND_USER_PKG.AddResp
    Remove Responsibility FND_USER_PKG.DelResp
    In your case call two method
    1.CreateUser pass all parameter
    2. add responsibility - for responsibility check the KEY/ID value for System administrator in FND_RESPONSIBILITY table. while calling method pass this ID/KEY
    Better put this in EBIZ forum.

Maybe you are looking for

  • I have SPDIF passthrough in Vista x

    After trying to solve this for quite a while I finally found a way to get SPDIF passthrough in Vista x64. Apparently it's been working all the time, the trick is you need to use a 64bit player. Vista is by default using the 32bit version of WMP found

  • Foreign trade item data is incomplete

    Hi All, Greetings! When we create purchase order / scheduling agreement , we are getting the warning message Foreign trade item data is incomplete . When we check in detail, we understand that the "Export/Import Procedure for Foreign Trade" is not as

  • Correspondence-Dispute Management

    Hi Guys, I Get this error "No preview avaialable for this action" So we are trying to set up a dispute letter through smartform with the action profile "Correspondence: Query to Customer", before executing the action there is small button which gives

  • SCSM 2012 Lab Enviroment

    Hi I have been reading this article; http://technet.microsoft.com/en-us/library/dn520899.aspx Currently i have a Lab Enviroment containing a managementserver and a lab database. But to get the production data into my lab, do i need to install a new m

  • Syncing over 1 hour just for contacts?

    Last night I connected my iPhone to the computer to sync. An hour later it was still syncing contacts. I cancelled the sync. This morning I tried again. It has been 30 minutes and it is still syncing contacts, which is the first thing it said it was