How to setup context sensitive parameters

Does anyone know how to setup context sensitive parameters? I am in 9.2 with Application 11.5.8. The requirement is if the user is entering one of the two parameters, the other one will be disabled. Thanks in advance.

No, this is an Oracle (Internet) Application Server forum. You question seems to be about database and e-business suite.
Regards,
Mathias

Similar Messages

  • How to pass context based parameters to subquery?

    Hello to All!
    How to pass context based parameters to subquery of custom folder when I schedule workbook?
    Thanks, Oleg

    Hi Russ
    Yes, I've done this too. Basic SQL though will not allow the updating of a table inside a function, so we have to get clever. The trick is to use the PRAGMA AUTONOMOUS TRANSACTION command. Here's an example:
    FUNCTION UPDATE_MYTABLE(P_VALUE IN NUMBER)
    RETURN VARCHAR2 IS
    PRAGMA AUTONOMOUS_TRANSACTION;
    BEGIN
    UPDATE SCHEMA_OWNER.MY_TABLE SET MY_VALUE = P_VALUE;
    COMMIT;
    RETURN('Done');
    END UPDATE_TABLE;
    When the update has been completed the Discoverer worksheet will respond with 'Done'.
    Everyone: don't forget to grant EXECUTE on this function to all of the necessary users, including the EUL owner, and also don't forget to import the function using the Admin edition so that it is available for the users. You will also need to make sure that all necessary users have been granted the UPDATE privilege on the table.
    I hope this helps
    Regards
    Michael

  • How to implement 'Context Sensitive Help' for Workforce Performance Build Tool.

    Hi Gurus,
    We have a requirement to implement ‘Context Sensitive Help’ for Workforce Performance Build Tool. Please let me know how to go about implementing the "Context Sensitive Help".
    It will be great if you can share some links to the documents and screenshots.
    Thanks,
    Sanjiv Karmakar

    Hi Sanjiv,
    do you you mean expand the Help Menu => Pull Help or do you mean
    EPSS => push Help?
    in case pull help please tell me exactly which system GUI or EP and version you are using.
    many different scenarios are possible.
    Tom
    P.S. Please take care of  the name is Workforce Performance Builder or maybe in-official WPB.
    many people ask in the HCM area for help, this is the reason why we do not observe all discussion.
    The name in the title will help us to find your questions on time.

  • How to display context-sensitive help in  frameset?

    When the help is generated by Robohelp, there is a primary
    file named by default as 'Web_Interface_On_Line_Help.htm" that
    opens the entire help window, with a left pane and a right pane.
    The left pane has the TOC and Index, and the right pane has the
    content of the page, displayed in frameset.
    A separate html page is generated for each page written in
    help and saved in folder the help/user it relates to .
    When I call one of these pages using map id and following
    javascript function
    <a
    href="javascript:RH_ShowHelp(0,'Web_Interface_On_Line_Help.htm>WithNavPane',HH_HELP_CONTE XT,189);">
    <font color="#0000FF">Help</font></a>
    The left pane has the TOC and Index, and the right pane has
    the content of the page, displayed in frameset.
    Everything is ok till this stage but when I click on one of
    the links in left pan, only the content of the page opens in new
    window with "show" link at the top of the page.....
    Am I missing something?
    Thanks in advance

    Do you already have projects in multiple languages?
    Normally, you create the project in the main language and set context sensitivy. Then you send the project to the translation agency and they send you the translated projects. Then you generate the different language version. The application must then point to the correct directory with the help for that language.
    This answer is kind of high level. For information on context sensitivity in general, see: http://www.grainge.org/pages/authoring/calling_webhelp/calling_webhelp.htm
    Greet,
    Willam

  • How to get context sensitive help  in JSP Pages

    Is it possible to display context sensitive help in JSP Pages when I press the tab key on the keyboard base on the key focus. I don�t want to use any applet or Swing components, because it�s a web page viewed on the browser
    Thanks

    Java code inside a JSP is interpreted on the server and the HTML produced by the server it is shown in the client browser. The JSP code can incorporate calls to the JavaHelp API if it is available to the server. Those calls can be used on the server side to map parts of the JSP to contents of a help set (HTML pages).
    Given that, you can provide context sensitive help, but when it comes to view help information, you either can show HTML only (without TOC, index, etc.) or you'd need an applet.
    Ulrich

  • How to setup Context in Tomcat 5.x as compare to 4.x

    Hi All,
    I am having a slight problem in understanding how to set a new context using tomcat 5.x.
    What I used to do with tomcat4.x is that add the collowing
    <Context path="/ddrive" docBase="D:/" reloadable="true"
    crossContext="true" allowLinking="true"/>
    in the server.xml file and from my btowser when I entered
    localhost:8888/ddrive, it would give me directory listing for the mapped drive.
    Now I want to do the same for tocat5.x, however am not being successfull, have tried few options but no success. Wonder if anybody here can point me in right direction so that I can get this done..thanks

    and thats what is driving me nuttttz...cus it does seem like I am doing the right thing but.... here is what I get when I write the following in my browser window.
    http://localhost/ddrive
    Error:
    HTTP Status 404 - /ddrive/
    type Status report
    message /ddrive/
    description The requested resource (/ddrive/) is not available.
    Apache Tomcat/5.5.15

  • How to create context sensitive help and call the role based help from my Java Project?

    Hello All,
    I am new to Robo Help. I have created a Robo help for my Java Web Applicaion. My application is role base i.e some user's will not see some of the pages of the application. So I want to hide those pages in Robo help as well. I tried creating multiple TOC for different Roles.
    My Question is
    How to call robo Help from my application?(I will be calling using java script. If it is with RoboHelp_CSH.js where can I get that and How to implement it in my project)
    How to implement role based help?
    Thanks,
    Siva.

    I answered that. My point in asking whether it matters was that if it does, then you cannot use content categories and point different users to different categories and not allow them to see the others.
    The alternative, as I said, would be to produce different outputs for each role.
    As it does matter, then using webhelp you will have to use your RoboHelp project to produce a number of outputs, one for each category. Your app would install each webhelp into different folders and when your app determines the user role, you will link to the appropriate help.
    There is another thread running where it has been explained by Willam van Weelden that you can achieve what you want using browser based AIR help. If that form of help can be considered, then the thread is at http://forums.adobe.com/message/4914753?tstart=0#4914753
    Browser based AIR help must be run from a web server. It cannot be installed locally.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How can I reference an external help file from context sensitive help at the control level?

    My goal is to provide context sensitive help for each control displayed on the front panel using a help file created externally. I know that at the VI level I can specify a Help Path; I want the same behaviour for each control inside a VI. I also know about creating a custom control and specifying the Help Path in there, but it doesn't help in this situation, for I have hundreds of controls in my application and I cannot go back and replace each one with a unique .ctl. If I could override each instance of the custom control with unique path data that would do the trick, but that's not how it works.
    Is there a way to add the Help Path information to regualr controls?
    -euge
    ne

    This functionality is not yet built into LabVIEW.
    About all you can do is cut and paste the help for each control into the description for the control. It is tedius but a finite task.

  • How To Create ABAP Code For HR Context Sensitive Structural Authorization

    Hello,
    We have created a HR Custom Program which IS NOT built off the PCH or PNP Logical Database. As a result, we need to manually create ABAP code for HR Context Sensitive Structural Authorization Check in our custom HR program. Via HR Context Sensitive Structural Authorizations, we are restricting access to personnel numbers and the underlying HRP* tables.
    Any assistance would be greatly appreciated with the identification of the SAP standard function modules (Ex. RH_STRU_AUTHORITY_CHECK, HR_CHECK_AUTHORITY_INFTY, HR_CHECK_AUTHORITY_INFTY , etc) used in HR Context Sensitive Structural Authorization Check, how they are used to control HR Structural authorization (P_ORGINCON), and some sample code.
    Thank you in advance for all your assistance,
    Ken Bowers

    Hello Ken
    You can use the interface methods IF_EX_HRPAD00AUTH_CHECK to get the same structural authorization as you can see in PA20/PA30. You need to use the methods set_org_assignment and check_authorization for this purpose. For more information you can refer to include FP50PE21 from line 237 onwards till 270.
    Regards
    Ranganath

  • How to change Context Node/Subnode parameters?

    How can I change node parameters AFTER I have created them? For instance, I have a sub-node of a lead node. I now want to assign a supply method to the subnode however, I can not edit this now. Is this possible? Thanks!

    Never mind....found it....I have to change it at the COMPONENT CONTROLLER context level...NOT at the VIEW context level. Doh!

  • How to make the Robohelp7 context-sensitive part work in Robohelp8?

    Dear all,
    I'm dealing with the robohelp7-to-robohelp8 upgrade, and my task is to upgrade the server part (while there's another teammate to work on the authoriing part).  For the context-sensitive portion with robohelp7 in the past, the application passed the content-sensitive parameters into the URL "//<server>/robo/bin/robo.dll" (where "<server>" is the webserve name) to display the context-sensitive help page.  Now with robohelp8, please let me know the way to make the context-sensitive work.  Cuz seems like robo.dll no longer exists in the robohelp8 version.
    Thanks in advanced for all your inputs.
    Izabella

    Hi there
    See if the thread linked below helps you sort any of it.
    Click here to read the thread
    Cheers... Rick
    Begin learning RoboHelp HTML 7 within the day - $24.95!
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • How to provide link for the topics of Webhelp in the Context Sensitive Help in RH10 ?

    I am using Robohelp 10 and currently working on Context Sensitive Help in which there is a need to create certain links for the topics that are present in Webhelp. My area of concern is that we can't use map id's since CS Help and Webhelp had already been created and it will be a mess for developers too since they had to relook their code. While generating output we don't give js files to our developers, we just give them folders and css file. Considering all these points,  is there any way to provide a link for a topic of Help in Context Sensitive Help? Anyone, Please Help !

    I'm not clear on what the question is. You seem to want CSH and to not use Map IDs. That leaves other methods to which Willam has already pointed you. Essentially it's Map IDs or URLs. So are you asking if there is a method that does not involve the developers? No as it is they who must create a link of some sort from a screen to a topic.
    You also say you don't give JS files, just folders and CSS. The Rh WebHelp output contains many files and folders and you have to give the whole output or the help will not work properly. Exactly what are you giving them?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How to setup the access privilege of flash file in Web Intelligence?

    How to setup the access privilege of flash file in Web Intelligence?   WEBI can set access privilege for single WEBI report file, but it seem cano not set access privilege for one flash file.

    Thank you Maksim,
    I did set the "selectionMode" to "Auto". I don't understand where In supply function I have to set lead selection of nested node to first element. Please elaborate on this. Are you talking about the context attribute bound to the second table? OR do I have to change the Importing parameters "Node" and "Parent_Element" of my supply function?
    Thanks for your time.

  • How to use "Context Menu" web item in WAD 7.0 ?

    Hi Experts,
    Kindly tell me How to use "Context Menu" Web item in SAP WAD 7.0 ?
    How to attach this Web item to my Graph/Chart ?
    Plz provide some documents on this.
    Full points will be given.
    Thanks.
    -Jay Jay
    Edited by: jayaprakash j on Oct 10, 2008 1:47 PM

    Hi Jay
    Web items and HTML elements (for example, tables, texts, and images) that you insert into a Web template, as well as the Web template itself, have a context menu. This context menu has context-sensitive menu entries that you can use to call various Web Application Designer functions. You can, for example, use the context menu to save a Web item (for which you have specified properties by using the parameters) as a reusable Web item, call the properties dialog box for this Web item, copy the Web item and paste it into another Web template, or delete the Web item from the Web template.
    for more info go to following link:
    http://help.sap.com/saphelp_nw70/helpdata/EN/2f/776b3d32390968e10000000a114084/frameset.htm
    Regards
    Vivek

  • Context sensitive menu

    I want to disable some items(functions) on the context sensitive menu in  web dynpro for abap. How do i go about doing that
    Thank you all

    Which items?  Generally you don't have programatic control over the framework provided items in the context menu. Some items can however be hidden based upon application parameters - but only some.  That is why I asked which you are interested in hidding.

Maybe you are looking for

  • Having problems with animation in PSE4

    Admittedly, I am a newbie to animation, though I do know how to create an animated .gif. I am on a Mac - OS 10.3 -- My problem however, is keeping my background from being part of the animation. To be clearer --- what I wish to do is create my backgr

  • I backed up my iphone and now cannot find pictures and contacts from backup

    I backed up my iphone and now the pictures and contacts are gone and will not reload back onto phone.

  • Different rhythm in same project.

    hi! someone knows how can i play different rhythm in same prj? for example 3/4 + 4/4? thank you all! sorry for my english!

  • IDVD won't open any more?!

    Hi there, My mac has stopped opening iDVD. It opens and the dock icons jumps as per usual and I am presented with the splash screen. From there, if I open a project or create a new one, the program either freezes and I have to force quit it or it jus

  • Which Enteprise Edition features are being used ?

    Hello, Due to licensing requirements I have been asked to check if a database is using any enterprise edition features so that we can downgrade our binaries to Standard Edition. I know that I can query DBA_FEATURE_USAGE_STATISTICS to find out what fe