Remove group request simultaneous program

Hello

By mistake, I added the simultaneous program to the group asked, is it possible to remove it?

Thank you.

Go to the form groups of application-> query for the request group

Place the cursor on the simultaneous program you want to delete and click the delete icon (icon 'X' of red color in the toolbar) and save the record

-Jay

Tags: Oracle Applications

Similar Questions

  • FNDLOAD: How to remove a simultaneous program to a group of request

    Hello

    I want to delete a simultaneous program to a group of demand using utility FNDLOAD. Since the contaminated environment is Production (controlled environment) I don't want to manually remove group request simultaneous program. Is it possible to use the FNDLOAD utility to this effect or other means?

    Environment: Oracle EBS R12.1.1
    OS: Linux

    Thank you
    Nitin

    Hello

    The control file for download application groups is afcpreqg.lct, although I'm not sure it will work properly when deleting groups demand simultaneous programs. A simpler option is to use the fnd_program.remove_from_group API.

    It will be useful.

  • simultaneous program presentation

    I created a table and procedure in the Apps schema and created simultaneous executable program, simultaneous in human resources. Then I attached new simultaneous XX Hello World program to human resources reports and Record Group processes.

    I sailed the responsibility of human resources-> display - > request-> name

    Here I give you my name simultaneous XX Hello World program, but I get the error message

    FRM-40212 invalid value for the USER_CONCURRENT_PROGRAM_NAME field.

    The list has no value.

    Can you please suggest what the problem?

    Thank you

    Hari

    Hi Hari,

    You're syre you fixed to the group just asked. Just navigate to security-> responsibility-> set--> research of the responsibility that you use to present the program and check what is the Group of demand. name. Make sure that you have connected your program to this group request only.  Also, you can try adding the same program to other application groups planted and try if its working or not. Please logg - off and log in again.

    Thank you

    Avinash

  • Simultaneous program is not not in the responsibility of OM

    Hello

    As per Doc-ID 113769.1 point-11 I have to run simultaneous program "Build rules of Sourcing" for error below.

    ((1) ' point and UOM not on prices' and ' 2) APP-Ontario-250271: updating online zero price is not allowed or not ", trying to enter an item on a command line client.

    But I can't find the concurrent program in the responsibility of OM. How to add the same.

    Thank you
    Concerning
    GSM

    Hello

    -Go to security > responsibility > ask
    -Query the name of the Group of the request
    -Add the concurrent program
    -Click Save
    -You should be able to view concurrent request then the responsibility

    Thank you
    Hussein

  • Password as a parameter when sending simultaneous program

    Hello

    I want to introduce a concurrent program, which has two parameters, the user name and password. I would like to hide the password from the competing newspaper. Is there a way to do this?

    Any help is greatly appreciated.

    Thank you!

    Hello

    I'm sorry for not being clear in my previous post. I'm looking at the possibility for users to run their own sql scripts so that they do not have to go to every time the DBA to run something.

    You can do this by registering for the concurrent program under the Group requested of the responsibilities they are assigned to users and they can submit them simultaneous program without going through the DBA.

    I wanted to have a script SQL (registered as a simultaneous pgm), which any user can run giving their valid username and password.

    Yet once, there is no point in passing the name of user and password that users have already been entered only when they connect to the application.

    Users are not familiar with the performance of the SQL Scripts on sql plus, and this is why I wanted to give them the ability to run most frequently asked for sql script by this method.

    If anyone would know the request_id, they can look at the log and find the password of another user who has the simultaneous programme, and so I wanted to know if there is a way to hide the password in the competing newspaper.

    Creating a simultaneous PL/SQL program should be enough, and there is no point in passing the name of user/passowrd - see (Note: 73492.1 - creating a simultaneous program to PL/SQL in the Oracle Applications) for more details.

    Kind regards
    Hussein

  • How to create simultaneous program of type PL/SQL stored procedure?

    I have the procedure to reset sequence as below:

    CREATE OR REPLACE PROCEDURE DEV_RESET_XX IS

    V_NEXT_VAL1 NUMBER;

    BEGIN

    RUN IMMEDIATELY "ALTER SEQUENCE DEV_RECEIPT_S1 MINVALUE 0';"

    RUN IMMEDIATELY "SELECT DEV_RECEIPT_S1. DOUBLE NEXTVAL ' IN V_NEXT_VAL1;

    RUN IMMEDIATELY "ALTER SEQUENCE DEV_RECEIPT_S1 INCREMENT BY ' |" -V_NEXT_VAL1;

    RUN IMMEDIATELY "SELECT DEV_RECEIPT_S1. DOUBLE NEXTVAL ' IN V_NEXT_VAL1;

    RUN IMMEDIATELY "ALTER SEQUENCE INCREMENT DEV_RECEIPT_S1 1 ';"

    END DEV_RESET_XX;

    And if I run this query don't use PL/SQL, no problem and success.

    EXEC DEV_RESET_XX

    And then I want to create simultaneous program for this procedure.

    1. create the executable program

    -Methods: PL/SQL, stored procedure

    2. create the simultaneous program

    -Call the executable program

    -Nothing parameter

    3. assign the application group to receive

    And then I try to run this competitor.

    But, status complete error.

    8-31-2015 7-10-22 PM.jpg

    Help, please.

    Thank you.

    Hello

    To save pl sql program, we have two required parameters. ERRBUFF and RETCODE

    Steps to create a concurrent program of type PL/SQL stored procedure. Techmandate.com

    No need to create these parameters in the simultaneous program window. Just use those in your procedure.

    hope this will help you

  • Simultaneous program

    Hi all

    Simultaneous program is over, but still it makes a treatment to the back-end...

    No idea how to clear the sessions of this request

    user8578922 wrote:

    Is it possible that I can delete cachhe without killing the session

    Cache means?

    Do you mean you want to clear the shared pool? If Yes, use "alter system RAS shared_pool;" command.

    Thank you

    Hussein

  • problem when simultaneous program call

    Hello

    I'm trying to run a simultaneous program that is report xml editor. I googled and I got the following code and tried to run the xml report.

    public int submitCP (String scorecardId, String planId, oaam, OAApplicationModule) {}
    int cpRequestId = 0;
    Connection conn is oaam.getOADBTransaction () .getJdbcConnection ();.
    ConcurrentRequest cr = new ConcurrentRequest (conn);
    String applShortName = "TO";
    String cpName = "XX_GOAL_SETTING_PRINT";
    "String param = planId +": "+ scorecardId;
    Vector args = new Vector();
    args.addElement (param);
    args.addElement (planId);
    args.addElement (scorecardId);

    try {}

    cr.addLayout (applShortName, cpName, "en", "US", "PDF");


    cpRequestId = cr.submitRequest (applShortName, cpName, "", "", false, args);
    try {}
    cr.addLayout (applShortName, cpName, "fr", null, "RTF", "PDF");
    Conn.Commit ();
    } catch (Exception e) {}
    throw new OAException ("Add available returns the question" + try (), OAException.ERROR);
    }
    Return cpRequestId;

    } catch (RequestSubmissionException e) {}
    OAException oe = new OAException (e.getMessage ());
    oe.setApplicationModule (oaam);
    throw oe;


    }
    }

    I tried without layout, I get application Id but I can only see this request to sysadministrator responsibility. But I took this report in HRMS Manager.

    But it does not put because there is provision specified in the request.

    Please suggest me to fix this problem and also tell me how to open this output in another tab.

    Thank you
    SAN

    Hi SAN,

    Use getOutputURL method get is work.

    public String getOutputURL (String requestId)
    {

    String s4 = null;

    OADBTransactionImpl oadbtransactionimpl = (OADBTransactionImpl) getDBTransaction ();
    String s1 = oadbtransactionimpl.getAppsContext () .getEnvStore () .getEnv ("TWO_TASK");
    String s2 = oadbtransactionimpl.getAppsContext () .getEnvStore () .getEnv ("GWYUID");
    String s3 = "START: 1: = fnd_webfile.get_url (fnd_webfile.request_out,: 2: 3: 4: 1); end; « ;
    CallableStatement callablestatement = getOADBTransaction () .createCallableStatement (s3, 1);
    If (requestId! = null)
    {
    Try
    {
    Number = new Number (requestId);
    callablestatement.registerOutParameter (1: 12);
    callablestatement.setInt (2, number.intValue ());
    callablestatement.setString (3, s2);
    callablestatement.setString (4, s1);
    CallableStatement.Execute ();
    S4 = callablestatement.getString (1);

    throw new OAException (retrivePLSQLError ());
    oadbtransactionimpl.putValue ("OutputURL", s4);

    }
    catch (Exception exception1)
    {
    S4 = exception1. ToString();
    }
    Finally
    {
    Try
    {
    CallableStatement.Close ();
    }
    catch (Exception exception2)
    {
    throw OAException.wrapperException (exception2);
    S4 = exception2. ToString();
    }
    }
    return s4;
    } else
    {
    S4 = "no id of request sent";
    return s4;
    }

    } / / end of method getOutputURL() * /.

    Kind regards
    Ordronneau

  • Table of simultaneous program delivery options

    Hello
    Please can someone tell me what picture delivery options for a simultaneous program (email, fax, etc.) are stored in once that demand is planned?

    Thank you
    John

    FND_CONC_PP_ACTIONS stores the action for a competing request for post-processing

    SELECT *  FROM fnd_conc_pp_actions WHERE concurrent_request_id = &&request_id
    

    See you soon,.
    ND
    Use the buttons "useful" or "correct" to award points to the answers / mark the thread as answered, if your question is answered.

  • Simultaneous program trace level vs ask trace level

    Hello

    I have trace enabled at level of simultaneous program definition and I put one at the level of the application too.
    My question is who has the priority and executed.

    In addition, what table I can get the details of the «trace level request»

    Thank you.

    So I just want to understand the behavior. Foregoing to clear the trace level "program" gets priority and it performs only traces of level 8.

    My understanding is correct?

    You're right - sorry, I didn't know you were referring to the type of trace, and I thought you are talking about allowing track in general.

    Thank you
    Hussein

  • group request

    Hi all

    Version of the application is 11.5.10.2 must create an application group and having to give him 100 + simultaneous program. Is that can be done in the backend?

    Thank you
    Baskar.l

    Belot,

    I don't think there is a specific API to do - have - you checked [repository integration Oracle | http://irep.oracle.com/index.html] site to confirm?

    Kind regards
    Hussein

  • the log output to a master simultaneous program log file

    I run a simultaneous (cc1) program that calls a simultaneous program (cc2) XML editor and the production of a file.

    I implemented an afterReport trigger to return some report details that are required to be recorded in the log file of cc1.
    I am passing the value of request of CE1 in CE2.
      </dataStructure>
      <dataTrigger name="afterReport" source="My_PKG.after_report(:TOTAL_DR,:TOTAL_CR,:TOTAL_ROWS,:CC1_REQ_ID)"/>
    </dataTemplate>
    In My_PKG.after_report, I can write the information easily to write to the usage of CE2 log file...
    fnd_file.put_line(fnd_file.log,'total_dr: ' || to_char(total_dr));
    .. .as is the program running simultaneously.

    but... anyone know if it is possible to write this detail in the log file of cc1 while still under the control of cc2?

    Thanks in advance,

    Gus...

    I don't think you can do it with standard features, but (in theory!), it would be possible to write custom code to determine the name of the log created by the concurrent request of parent and use utl_file file add / to write about it.

    HTH
    Srini

  • I had a problem with slow, so I used "reset". The popup ran forever so I stopped it. Now I can not remove or add the program.

    I had a problem with slow, so I used "reset". The popup ran forever so I stopped it. Now I can not use, remove or add the program. How should I proceed?

    TIA,
    BWSwede

    Try to create a new profile.

    See "create a profile":

    If the new profile works then you can transfer files from a profile in the new profile, but make sure not to copy corrupted files.

    What problems do you have that you want to reset Firefox?

    Firefox creates a new folder of old data of Firefox on the desktop?

    If reset you Firefox and a new profile is created and some of your data (bookmarks, passwords, cookies, form data) is automatically imported and your current profile will be moved on the desktop (old data of Firefox).

  • Set the UAC: I love completely remove administrator off my programs OR just let it be, but I must not be entered my password all the time. R

    I love completely remove administrator off my programs OR just let it be, but I must not be entered my password all the time. R

    Here's how to turn off the feature of 'User Account Control' of Windows that you have problems with:http://www.howtogeek.com/howto/windows-vista/disable-user-account-control-uac-the-easy-way-on-windows-vista/

  • can I remove the patch uninstall program after Windows Update completed?

    can I remove the patch uninstall program after Windows Update completed?
    are the uninstall program is temporary file? or the update file?

    because my full HARD disk starting with the files

    can I remove the patch uninstall program after Windows Update completed?

    Only if you are sure that you will never need to uninstall the update of 100%.

    my full HARD disk starting with the files

    See this discussion archived instead-online http://aumha.net/viewtopic.php?f=62&t=33827

Maybe you are looking for