API for search profile options-R12.

Is there any API for searching profile options? (R12)
Using ibe_customer as the default responsibility.How to filter profile option search using organization , responsibility and different access level?
Edited by: Ep on Aug 29, 2012 11:57 PM
Edited by: Ep on Aug 29, 2012 11:58 PM

hi ,
You can search the table that profiles options are saved,Using the application id in that table ,you have query it....

Similar Messages

  • Apis for attaching profile options to a responsibility in oracle apps 11i

    Hi,
    Appreciate your help.
    We are automating the process of creation responsibilities.
    1. I have created new responsibility using the fnd_responsibility_pkg.load_row and responsibilities created successfully.
    2. There are few profile options which will be used (GL set of books,HR user etc.,) and is there any api's to attach the profiles to the newly created responsibilites or can i go and directly insert a record in (apps.fnd_profile_option_values).
    Thanks
    Nethi.

    Hi,
    I believe you need to use FNDLOAD to attach those profile options.
    Note: 566865.1 - How To Download Profile Options Set On Responsibility Level Using FNDLOAD
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=566865.1
    Please note that inserting data into Oracle Apps tables directly is not supported.
    Regards,
    Hussein

  • API for subinventory transfer in R12.

    Hi All,
    Could anyone let me know api for subinventory transfer in R12?
    Thanks in Advance.
    Regards,
    Rider.

    Hi,
    I think you've got the wrong forum.
    Check f.i.:
    http://download.oracle.com/docs/cd/B34956_01/current/html/docset.html

  • How to find the .htm resource pages for search profiles?

    Good Day All,
    I am trying to customize the search page (search profiles) within UCM, i want to do that by use the appropriate .htm resource page within a custom component.
    I found the checkin .htm pages and i can make changes on them and the changes are reflected on the UCM.
    anyone can help me and providing me with pages name, or tell me how to thier names.
    Regards.

    Thanks so much for your reply.
    I have the following case:
    assume that i have a field on ucm named "xDepartment", and its type on ucm is Int (integer) . This filed is configured to Table-View option list, and the view have two columns (key, value). also assume that i have the following data in this view:
    1: CIS
    2: MIS
    3: BIS
    4: Enginering
    5: Accounting
    on search profiles, when i select a profile that have this field, the possible values that can be searched are integer and will appear From - To ; since this field is defined as integer. But the user that will search don't know the mapped value for each key, because on checkin form the values appears on the secreen.
    what i want to ask is:
    can we specifiy the possible search values to be the values not keys of this view. can the search values appears like what values appearch in checkin page
    note:
    i have an illustration image, but i don't know how to add it here on forums
    Regards

  • Need API for Credit Memo creation-R12

    Hi All,
    I am working on R12 Implementation process.  I have a requirement for creating the "Credit Memo" using API.
    Could you please any one provide the API for Credit Memo creation process.
    Thanks,
    LSP

    Hi,
    Please refer the following links:
    http://www.betteroracle.com/2012/08/ar-api-create-credit-memo-r12.html
    http://easyoracleapps.blogspot.com/2011/08/creating-credit-memos-and-appling-these.html
    http://prasanthapps.blogspot.com/2011/05/credit-memo-creation-via-api.html
    Googling will help you indeed
    Rgds,

  • APIs for Search service

    Post Author: prabhanjana
    CA Forum: JAVA
    Hi All,
    Please let me know is there any APIs in java available for programming the search service of BO Enterprise Productivity Pack.
    I have to develop the custom JSP search screen which should accept the inputs from user and calls the Search facility of BO.
    Please help me in this regard.
    Regards,
    Prabhanjana

    Post Author: Ted Ueda
    CA Forum: JAVA
    The search service uses a scheduled program to index contents on Enterprise, and another to search the index for matches to search requests.There currently are no public APIs for the Search Service.Sincerely,Ted Ueda

  • API for loading favorites in R12

    Hi all,
    Client would like to add a favorite on all users in R12 instance.
    The favorite should point to the 'Open Notifications' function.
    Does anyone know of a way to mass load favorite menu entries using an API or OI?
    It looks like the favorites ends up in the 'ICX_CUSTOM_MENU_ENTRIES', but cant find a public API.
    All help is apprciated.
    Brgds,
    Tom Andersen

    Hi;
    Please check below link and also notes:
    User is Unable to See a Responsibility In the Home Page [ID 943096.1]
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    API User Notes - HTML Format [ID 236937.1]
    Regard
    Helios

  • API for video profile selection in Adobe Flash Player

    Thanks to ActionScript 3, we are able to do programming with regard to Flash Player behavior,  extract info, etc.
    Since now Adobe Flash Player supports adaptive bit rate video, I wonder if there is an API for Adobe Flash Player so that we can set a fixed bit rate for a video stream on runtime?
    Thank you for your help!

    Try to install it manually.
    To begin with download these two files:
    * [http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player.exe uninstall_flash_player.exe]
    * [http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe install_flash_player.exe]
    These are direct download links so you won't see a page, merely the files which you see in the screenshot.
    Close Firefox and then run the uninstaller even if you think you don't have it installed.
    Next, reboot to remove the Registry entries.
    When the system reboots to the desktop, run the installer. ''Do not open Firefox first though''.
    Finally, go to http://www.adobe.com/software/flash/about/ to test the installation.

  • Need API for Creating Profile at site level

    Hi ,
    I need to create Profile at site level by using APi.
    I have a requirement to create dynamically Profile for storing last run date of my program.
    so I need a API which can create Profile by Pl/Sql code.
    Thanks in Advance,
    Ajit
    [email protected]

    The list of 11i APIs can be found under [Oracle Integration Repository|http://irep.oracle.com/].
    In R12, the Oracle Integration Repository is shipped as part of the E-Business Suite (Oracle Integration Repository Responsibilty).

  • Search API for searching Business Objects in SAP R/3

    Hi All,
    As per my requirement i need to search Business Objects from a third party application by writing some java code.
    I know only JCO which is useful for to establish a connection from Java to SAP Server and execute the RFC's or BAPI's which are reside in SAP Server.
    Can any one help me, it is possible or not to search Business Objects in SAP for example Master Data( Like Employee, Vendor, Customer-) or Transactional Data ( like Sales Order, Purchase Order--), in case if it is possible any Search API is there to use on SAP System and what are the Prerequisites and the Feasibilty.
    Its urgent---PLZ help me how to resolve this issue
    Thanks in ADV
    Regds
    Rajesh

    Hi,
    Good evening and greetings,
    Please go through the following link
    http://help.sap.com/saphelp_erp2004/helpdata/en/0d/afb8f627878b4fa71ac79508f2358a/frameset.htm
    Please reward points if found useful
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • Display Conditions for Configurator OptionFeature Options - R12.1

    Here is a test scenario that I am using. This is for R12.1
    1. I have a list of options under a Option feature
    2. These options are to be displayed as drop down list in the configurator user interface as the min and max selections allowed is 1. i.e. options are mutually exclusive.
    3. In configurator user interface, I have to display only the options that are available for user selection. i.e. Options that are either excluded by a rule of by an configurator extension, should not be displayed in the UI.
    Now, here is the problem.
    I am using the display condition for the drop down feature as below.
    List Item Display Condition List Item Model Node.SelectionState IsNot Excluded
    The above display condition removes the options that are excluded by a configurator rule (like logic rule or a CDL). But is does not remove the options from the list that are excluded by a configurator extension.
    I tried with all different display condition approaches. But I was unsuccessful in not displaying both type of options that are exculded by configurator rule and configurator extension.
    If anyone could help me achieve this, it would be of great help.
    NOTE: The logical state of option excluded by configurator extension is either FALSE or UFALSE.
    The logical state of option excluded by configurator rule is LFALSE.
    Hope the above explaination is readable. Let me know if you have any questions.
    Thanks,
    user9356335

    Hi Jason,
    Thanks for your reply.
    yes I have tried using LFALSE (as you have mentioned in your message - (IOption)opt.setState(IState.LFALSE); ).
    But we cannot set the logical state of an option to LFALSE, LTRUE, UFALSE, UTRUE.
    we can only set it to FALSE, TRUE or TOGGLE.
    When I tried to set the state of the option to LFALSE, it throws an error saying - logical state of an option can only be set to FALSE, TRUE or TOGGLE.
    - user9356335

  • Javascript API for searching component

    Hello,
    I want to search component hierarchy in Java Screen start from AdfRichForm. Is there any java script API available that will give me children of a AdfComponent? We can use AdfPage.PAGE.findComponent(Id) or similar API. But that require Ids to be know. I want to look for component by looking at component hierarchy.
    In Java, we can use ViewRoot object to look for component structure. How to do this in java script?
    - Sujay
    Edited by: Sujay Patil on May 4, 2012 3:15 PM

    I am mainly trying to do this for Popup in my application. I have different links in my application, on click of them I am opening ADF popup with inlineFrame. I am opening the URL associated with the link in these inlineFrame. Till now I was using hard-coded height and width. But now I am planning to populate them using Java script. I did manage to implement my logic. By now popup is not showing at the center of the page. I am calculating the size in Java script based on screen sizes before calling show method.
    I think no one has able to make the af:popup in the center of the page.
    I tried "hint" property but it aligns the popup with the component. I want to show it in center of the page.
    I think I have deviated from my initial problem.

  • Provide an API for my profile

    I would like to be able to GET my profile's historical activity... ideally, a REST API or something would allow me to pull the data in pages... right now the best I can hope to do is use the RSS feed to grab a snapshot, and then combine them.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

    Welcome To  Discussions iVinod!
    Custom Avatars are not supported in  Discussions.
    The avatars you see for some members are selected from My Settings.
    Once there, click on Choose/Select Avavtar or Edit Avatar, or something similar.
    On the page that opens, click on checkmark Choose Avatar.
    Find the avatar you like and checkmark it.
    Click on Save Settings.
    ali b

  • Suggestions for search function options

    Hi,
    What utility would you recommend for a search button / field on a non-ecommerce site?
    I've heard about Google and MS Indexing, but I am looking for something that stays within my site so that my brand header / template is present at all times during the visitor's visit.
    Please share your knowledge, thanks!

    Is there any setting that will cause the returned page to open to the first occurrence of the word/phrase searched upon?
    Not that I have ever heard of.
    Is there any setting that prevents "Ctl+F" from opening a Find dialog?
    Why do you want to disable Ctrl F, surely that is what the user wants to find the word in the topic?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Jdev  Java Editor: API for 'compare with' option

    Hi,
    For a plug-in that I am working on, I would want to display the diff between two specified files. This is an existing feature in Jdev (10.1.3.3.0.3). Here is the navigation path for the existing feature.
    a. Open an java source
    b. Right click -> Compare with -> Other file
    c. After choosing the file to compare with, the diff is shown in a different editor
    Can you point api(if exists) to the diff editor to which I can specify the two files to compare in some sort of custom plugin.
    Thanks in much anticipation.
    With regards,
    Veerendra S.

    Awaiting inputs. Thanks in anticipation.
    With regards,
    Veerendra S.

Maybe you are looking for

  • Can I redistribute the Adobe AIR Runtime as part of a native installer or with my product's installer?

    Hi to All, Can I redistribute the Adobe AIR Runtime as part of a my product's installer? So that if users don't have Adobe Air runtime installed then the Adobe Air runtime should be installed first and then simultaneously my adobe air application sho

  • ABAP Proxy Generation -- Objects can be created only in SAP Package

    Hi, I am trying to generate ABAP Proxies. When i create a proxy for an interface(EMP_DETAILS_MI--outbound in my case), and assign it to package(created by developer), a pop comes up saying "Object can only be created in SAP package". When i try to co

  • What is manually manage songs and playlist?

    I had some issues earlier and it seems to be resolved now,but in the process it had me set the IPod to manually manage songs and playlist. I want to close ITunes now and go to bed but I don't know how to exit ITUnes without losig my music. I used to

  • Exporting photo slideshow - HELP!

    I've been trying to export my photo slideshow with final cut express 4, and every combination I've tried always comes out blurry when the photos have movement. I was able to export them clearer on imovie. There must be a way to import photos, give th

  • Print a number variable as a real number without approximation forms

    Dear all I want to pront my variable number without approximation forms, here is my output problem: SQL> select imsi from table where num like '393'; number *2.2202E+14* I want that the output will display as a real nyumber without approximation. Reg