Disable the Advanced tab at user level while scheduling concurrent requests

How can I disable the Advanced option at user level while scheduling concurrent requests ?
In the Schedule Form you have:
Run the Job...
- AS soon as Possible
- Once
- Periodically
- On Specific Days
- Advanced
Thank you.
Edited by: user635184 on Jan 27, 2012 1:49 AM

Hi,
The steps are the same except that you need to do the personalization at the responsibility level (ie Condition Tab> Context>Level should be set to 'Responsibility')
You have to apply the personalization for all responsibilities(except Sys Admin) individually.
See the following Metalink notes for information on Form Personalization:
279034.1: Information About the Oracle Applications Form Personalization Feature in 11i
744069.1: Sample Testcase For Using Form Personalization In Oracle Applications
1266606.1: OM: Sample Codes For Form Personalization In Order Management
Regards,
Sujoy

Similar Messages

  • HT5648 After uninstalling and installing several times, Java plug-in is still undetected. Support suggested I open up the control panel and click update but there isn't such an option. The advance tab, there aren't any options to enable or disable plug-in

    After uninstalling and installing several times, Java plug-in is still undetected. Support suggested I open up the control panel and click update but there isn't such an option. The advance tab, there aren't any options to enable or disable plug-ins.

    If you're running Java 7, then in System Preferences > Java > Java Control Panel in the Security tab there is a check box to enable Java in your browser. To check for update go to the Update tab.

  • Disable the 'OUTPUT' Tab in the SRM PO Web Browser for SRM Employee Role

    Hi All,
    I would like to Disable 'OUTPUT' Tab in SRM PO (Web browser) for different users who are assigned to SRM Employee Role (who has PO Display Authorization) to restrict PO Print Preview only (not to restrict displaying PO field values in SRM Web Browser). I have to have BBP_PD_PO activity as 'Display' to display field values in SRM PO Web Browser - Under SRM Employee Role.
    Let me know the solution for the above requirement.
    Thanks a lot in advance.
    Regards,
    Sudarsan

    Hi all,
    I have the same problem with the PO Output tab.
    I would like to disable the Output tab for any user without modification.
    SCREEN BADI is not working, because with screen BADI you can only influence position fields, here we ve got a TAB /Field on header level.
    CHECK BADI: I did not get the message here. How should I block the user to change the output format only by throwing a message within CHECK_BADI?
    The only way I see is a modification to disable the whole Tab.
    @ Sudarsan:
    You can make a modification within Include LBBP_PO_UI_ITSF0A
    Disable output tab at Header Level
    If g_prg-data eq gc_outprg.
    screen-input = gc_off
    endif.
    --> switch screen-input to gc_off at any time!
    Any other ideas how to disable mail or fax option for users without using a modification?
    Thanks
    Kind regards
    Andreas

  • My Option window in Firefox displays only partly. I can't change the download folder. 'Browse' is not showing. And the Advanced tab is not showing either

    The Option Window in Firefox is incomplete. It only shows
    General, Tabs, Content, Applications, Privacy, Security, Sync
    The Advanced Tab is not showing and the Browse button to change download location is missing also.

    If you are using an add-on theme switch to the default theme. If that isn't the source of your problem ....
    Try the Firefox SafeMode. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    # You can open the Firefox 4/5/6/7 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    # Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    If it is good in the Firefox SafeMode, your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • Firefox crashes whenever I click on the "Advanced" tab of the options menu.

    My proxy settings were changed by a virus. I have removed the infection, but I cannot enter the advanced options menu to change them back. Every time I open the options menu and click on the advanced tab, Firefox immediately crashes. I have already tried un/reinstalling the program, and running firefox with addons disabled, but none of them keep it from crashing. The crash id's are different each time as well.

    Try to clear the cache.
    Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    You may need to clear the files in the cache location as seen on the about:cache page manually.
    C:\Users\&lt;user&gt;\AppData\Roaming\Mozilla\Firefox\Profiles\&lt;profile&gt;\

  • I do not have the 'Advanced' tab on the menu bar. I am trying to change ringtone on my iphone 4s. Have done the following: Right cick on song, entered the start and stop times, but unable to proceed as need 'Advanced' tab in order to change to option.

    I do not have the 'Advanced' tab on the menu bar. I am trying to change ringtone on my iphone 4s. Have done the following: Right cick on song, entered the start and stop times, but unable to proceed as need 'Advanced' tab in order to change to option.

    You don't need to upgrade your software.  But if you're struggling with Spry, IMO you should cut your losses and switch to something better for the longrun.
    If you have a budget to work with, I highly recommend Project Seven's Pop-Menu Magic 3.  It's easy to use in DW CS4, 5, 6 or CC.  More importantly, it's bullet proof and works in all devices. 
    Pop-Menu  Magic3 by PVII (commercial DW extension)
    http://www.projectseven.com/products/menusystems/pmm3/index.htm
    If you don't have a budget to work with, you can roll your own menus with jQuery plugins.  A bit more effort on your part, but they perform better than Spry.
    jQuery Superfish
    http://users.tpg.com.au/j_birch/plugins/superfish/
    jQuery MegaMenu2
    DEMO:
    http://www.geektantra.com/projects/jquery-megamenu-2/
    DOWNLOAD:
    http://code.google.com/p/jquery-megamenu/
    Nancy O.

  • How to use advanced tab in user reports?

    Hi,
    How to use "advanced" tab in user reports?
    I have two reports. I fill "Report ID" in both and then I can push "Add Report" and fill fields property.
    Then I'm can "drill" from one report to another on right click, but how to pass parameters?
    Is it even possible?
    Regard
    Libor

    Thank you for reply.
    I can't get it working.
    I have two reports:
    1. report:
    Name: test
    SQL: select 1 NUM, 'text' TEXT from dual;
    On advanced tab:
    ReportID: -null-
    Name: test2
    Report: Test2
    2. report
    Name: test2
    SQL: select :NUM from dual;
    Now, when I run the first report and click do right click on a row and select TEST2
    from popup menu, it navigates to the second report test2, but WITHOUT actual value
    from NUM column from first report.
    I'm using latest version of SQL Developer (1.1.1.25) and I like reports.
    With this feature it would be even better.
    Regards
    Libor

  • Why does Firefox sometimes still tell me that I have cache to clear in the Advanced tab of the Options menu after I completely clear it using Clear Recent History?

    I always have the time range in the Clear Recent History window set to "Everything", too.

    While I didn't know about the about:cache page, it doesn't help me understand why Firefox is doing this, and how to fix it. Also, as I said in my question, I already knew about the cache information in the Advanced tab of the Options menu. I was trying to imply that I sometimes have to clear it using both the Clear Recent History feature and in the Advanced tab of the Options menu, because using Clear Recent History doesn't delete it all.

  • How do I disable the "New Tab opened" button that appears for 3secs when I open a new tab?

    Dear Helpful Open Source people.
    I would like to disable the "New Tab opened" that appears for 3secs when I open a new tab?
    I usually open tabs from a search engine's results page expecting the links to be of varying quality. This means that it is efficient to open several links from that page and review and close them sequentially later. A reality of the output of search engines is that your 1st link is sedom the one you want.
    This button clutters an already small phone screen. I've hardly the space to click outside it and move on often clicking it by accident. Waiting prevents me scrolling to click the next link for 3 seconds or worse when I scroll prematurely I accidentally click it and jump to that Tab prematurely. I don't need to be told what I just did. I know... There is a perfectly functional tabs button in Firefox Android that let's me jump to my new tab in less than second with 2 presses when I wish to do so.
    I appreciate that it's "only" 3 seconds and a 1st world problem, but browsers and OS designers aspire to fast customisable function. Maybe there's a way to get rid of this button?
    The button is shown in section 3 of "Open a Link in a New Tab" in this article https://support.mozilla.org/en-US/kb/using-tabs-firefox-android
    PS. Mozilla - great work with the Sync function keep developing!!

    For some reason, Android calls that little notification bar a "toast" so that's the new tab toast. It was added in Firefox 12.
    I can't see any preference to suppress it, so I think that would require filing a new bug (request for enhancement). If you feel strongly, I think you are the best person to file it.
    * https://bugzilla.mozilla.org/
    * https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines (might not be very applicable to feature requests...)

  • Make all the forms at a user level or responsibility level to be read only

    Hi,
    Please suggest me to make all the forms at a user level or responsibility level to be read only. So that when a particular user logs in, he gets all the form in read only mode or at a particular responsibility all the forms are read only so that we can attach this responsibility to the user for the same purpose.
    Any ideas will be highly appreciated.

    check this blog,
    http://www.oracleappshub.com/11i/oracleapps-responsibility-vs-sap-functions/
    Re: How to change OM responsibility as read-only in oracle applications 11i
    read only responsibility-user

  • Error while getting the ORACLE user account for your concurrent request

    Hi ,
    When I am submitting the Concurrent Program from OAF page Iam getting
    Error
    Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator.
    When we will face this error.
    Not able to submit the Request
    Krishna

    Krishna
    Try like this
    public int submitCPRequest(String shipmentId) {
    System.out.println("into submitCPRequest");
    try {
    OAApplicationModule am = pageContext.getApplicationModule(webBean) ;
    OADBTransaction transaction = am.getOADBTransaction();
    Connection conn = transaction.getJdbcConnection();
    ConcurrentRequest cr = new ConcurrentRequest(conn);
    cr.setDeferred();
    String applnName = new String("XXAPL"); //Application that contains the concurrent program
    System.out.println("ApplName"+ applnName);
    String cpName = new String("SHIP_REQ"); //Concurrent program name
    System.out.println("Concc Name"+ cpName);
    // String cpDesc = new String("Shipping Request"); // concurrent Program description
    // Pass the Arguments using vector
    // Here i have added my parameter headerId to the vector and passed the
    //vector to the concurrent program
    Vector cpArgs = new Vector();
    cpArgs.addElement(shipmentId);
    System.out.println("Args"+ cpArgs);
    After this it is going into exception
    // Calling the Concurrent Program
    int requestId = cr.submitRequest(applnName, cpName, null, null, false, cpArgs);
    System.out.println("Req Id"+ requestId);
    tx.commit();
    return requestId;
    catch (SetDeferredException e)
    throw new OAException("SetDeferredException " + e.getMessage(),OAException.ERROR);
    catch (RequestSubmissionException e) {
    System.out.println("Into Exception");
    OAException oe = new OAException(e.getMessage());
    oe.setApplicationModule(this);
    throw oe;
    }Thanks
    AJ

  • Trying to share music on home network and the advanced tab does not have home sharing on it what to do?

    I was setting up sharing & was trying to click on home sharing under the advanced tab and that item was not there. What can I do?

    Hey hinge,
    I found an article that goes over 8 troubleshooting steps to take if your Home Sharing isn't working. You can check them out here:
    Troubleshooting Home Sharing
    http://support.apple.com/kb/ts2972
    I'd go through each one and check to see if that resolves the issue.
    Regards,
    David

  • When i try to download 'Get album artwork' I receive error alert with (-609) I have tried to download the artwork on the advanced tab, but still no success. My computer runs Windows 7 and the alert appears in my itunes which on my computer.Can you assist?

    When i try to download 'Get album artwork' I receive error alert with (-609) I have tried to download the artwork on the advanced tab, but still no success. My computer runs Windows 7 and the alert appears in my itunes which on my computer.Can you assist?

    Perhaps try the "Error -609" section in the Specific Conditions and Alert Messages: (Mac OS X / Windows) section of the following document:
    iTunes: Advanced iTunes Store troubleshooting

  • In the advanced tab of languages and Region the time and date formats will not change

    For a certian Application I am using I need to change the format of the Time and Date. I had no problems in Mountain Lion. In the advanced tab of languages and Region the time and date formats will not change. I need the date format to read as 01/01/14 and time format to read 13:00. As I said this was easily done in Mountain Lion and all previous Apple OS. I suspect it's an issue with in the OS.

    You're right, it has been that way for a long time. I've never bothered reporting it as a bug since it's simple enough to deal with, but reporting it would be a reasonable thing to do.

  • Additional tab item level on MIGO supresses the excise tab at item level

    Hello Experts,
    I have used MB_MIGO_BADI to add an additional tab at item level.It is working properly.
    But now Iam facing a problem the additional tab supresses the excise tab that comes up dynamically at the item level,.
    Now how do i reslove this problem.
    Since excise details are entered later and the tab comes up dynamically my tab should not supress the excise tab at item level
    it should come after the excise tab.
    Now do I set this.
    Please help . highly appreciated. 
    Regards,
    Ranjith N

    Hi Balu,
    Thanks for your reply.
    I dint get you what you have explained.
    Hope you are clear with my problem.
    I have created a subscreen 'ZMIGOITEM' with screen number '9000'.
    In the PBO of BADI MB_MIGO_BADI I have displayed this subscreen.
    This is getting displayed at item level when I call Tcode 'MIGO'.
    After fillin up the details for performing GR..and when I check it it gives me a warning to fill in the excise details when I fill in the excise details at header level and check as per the standards an excise tab at item level should come up right ?
    Since i have added a additional tab the excise tab doesn't come up....the additional tab supress it ...
    Regards,
    Ranjith Nambiar

Maybe you are looking for

  • How to create variant for table/view ?

    Hi, When I go through SM30, I find a radio button called variant. I don't know the effect. Can anyone tell me how to create variant for table / view ? I want to know when we need to create variant for table/view. Best regards, Chris Gu

  • LG 55" Smart TV defect

    I would never buy another LG product due to the issues I have had with my LG 55" Smart TV. I purchased the TV in April 2013 and on Sept 9th I had to get it service. The TV was cutting off and then cutting back on by itself. Company came out and fixed

  • Error after creating submit button - WebDynpro Exception

    Hi, I have created a form from ABAP Webdynpro and in the adobe designer I have created a submit(both native and activex) button. If the form is in display mode I am able to see the button , but if it is enabled I get the following dump. WebDynpro Exc

  • I would like to download the app "Jeopardy" to my HP laptop. I already have I itunes on my laptop

    I have a HP laptop and I would like to get the app Jeopardy. It seems i need an Apple device, is that true?

  • Here's a possible solution.

    Like many other users, my Epson printer was working fine 24 hours ago. I had it connected to my AirPort Extreme for wireless printing from my desktop and laptop Macs. After upgrading to Leopard, however, my Epson would only print in high-speed Econom