Periodical simultaneous program

Hi all

We have a simultaneous program.
And a setting of this concurrent program to a sequence.
We use the sql statement in the failed State, select double AAA_S.nextval.

For example,.
Running on first use, the parameter will be 1.
The second time running, the parameter will be 2.
....

When we put that competitor as a periodic competitor, we hope that it will get 1,2,3,... of the sequence as a parameter for each series.

But there are still, it get 1 for each series.

Ago any update for evil in our competitor?
How to meet this requirement?

Thanks in advance.
Best regards
Zhxiang

Hello

Please be (Note: 267047.1 - how to schedule A simultaneous who has a Process parameter increment).

Kind regards
Hussein

Tags: Oracle Applications

Similar Questions

  • Release of e-mail from a simultaneous program in PDF to any member of the team


    Hi team,

    I am running Forms of verification Signon periodically, I want the output of this program should be sent to my client in PDF Format.

    How to set up above the need simultaneously to exit in a PDF Format email.

    Please suggest me.

    Thank you

    Anmisha.

    If the output of the program is already a pdf file, then you can just set delivery Options on screen presentation simultaneous program, which will automatically send program output to the e-mail address specified (s).

    Or

    If the output of your program is not in pdf format, you can create a model of data & data definition and exit at the pdf format and set the delivery option.

    I hope this helps.

    See you soon

    AJ

  • Oracle Apps-details of the simultaneous program schedule

    Which table I can find the details of the simultaneous program schedule.

    NB: -.
    I know that select RESUBMIT_TIME, RESUBMIT_INTERVAL from FND_CONCURRENT_REQUESTS,
    RESUBMIT_TIME, RESUBMIT_INTERVAL will be the details of the schedule.


    But the table fnd_concurrent_requests is get purged periodically, how can I find the Masters details of scheduling of the competitor.

    Thanks in advance,

    Arya mutima.

    This gives a whirlwind...

    Kind regards
    Jon

    SELECT req.request_id
    , decode (prg.user_concurrent_program_name, 'Report Set', ' report:' | req.description, prg.user_concurrent_program_name) AS the name
    argument_text as parameters
    req.resubmit_interval
    , nvl2 (req.resubmit_interval, "Periodically", nvl2 (req.release_class_id, "the specific days", "Once")) AS schedule_type
    , decode (nvl2 (req.resubmit_interval, "Periodically", nvl2 (req.release_class_id, "the specific days", "Once")),)
    "Periodically", "every" | Req.resubmit_interval | ' ' || Lower (Req.resubmit_interval_unit_code) | 'from ' | Lower (Req.resubmit_interval_type_code) | "from the previous run,"
    'Once', ' to:' | '. TO_CHAR (req.requested_start_date, ' HH24 DD-MON-RR '), ' each: ' | Annex CRC.class_info)
    fus.user_name as owner
    , to_char (requested_start_date, "HH24:MI:SS MON-DD-YYYY) as next_submission
    Of
    PRG apps.fnd_concurrent_programs_tl
    apps.fnd_concurrent_requests req
    apps.fnd_user was
    apps.fnd_conc_release_classes crc
    WHERE 1 = 1
    AND prg.application_id = req.program_application_id
    AND prg.concurrent_program_id = req.concurrent_program_id
    AND req.requested_by = fus.user_id
    AND req.phase_code = 'P '.
    AND req.requested_start_date > sysdate
    AND prg.language = 'en '.
    AND crc.release_class_id (+) = req.release_class_id
    AND crc.application_id (+) = req.release_class_app_id
    ORDER BY name

  • How to create a value fixed for simultaneous program?

    Hi friends,
    I create a simultaneous program with a period of setting...

    In the value set for parameter period, I use the following query:
    -where application_id = 101
    and set_of_books_id =: $PROFILES$ .gl_set_of_bks_id
    and closing_status IN ('o', 'F', 'C')
    order of period_year, period_num' -.

    In my cursor, I have one condition ' where set_of_books_id = '.
    How can I switch the whole above ID of books in the cursor? It does not work when I'm defining another parameter like book and passing this value to the cursor...
    I need this period parameter to return all periods for all the books where we run the concurrent application of... I also need to get all of the books for my cursor IDs...

    I hope I'm making sense... What I'm trying must have the period setting and also an OB id in condition of cursor...
    Rgds,

    Please use the following example

    Start
    FND_GLOBAL. APPS_INITIALIZE (user_id-online-1, resp_id-online 51901, resp_appl_id-online 222);
    end;

    DECLARE
    SET_BKS VARCHAR2 (20);
    BEGIN
    FND_PROFILE. GET ('GL_SET_OF_BKS_ID', SET_BKS);
    DBMS_OUTPUT. PUT_LINE (SET_BKS);
    END;

    Maybe this will help you

    Concerning
    Nitin

  • XML editor & simultaneous program

    Hi all


    I have a simultaneous and multiple program model rtf which related to the definition of a given.

    Depends on parameters selected in the simultaneous program is possible by default for another model.


    Is there a way for her to do?


    Thank you

    You could attach a control break file to your data definition which reads the parameter and uses the appropriate model. Note: depending on your simultaneous program, may have to tweak it a bit to get the parameter if poster in the xml output it produces to burst on this subject.

  • Simultaneous program output. EXCEL must replace .xls

    Hi all

    We have a custom report xmlp with exit excel. Thanks to simultaneous program delivery options, we send out that email.

    E-mail from with an attachment. EXCEL format.

    If some users not able to open it. So how do you change the .csv or .xls format?

    Thank you

    But it is not useful.

    Anyway I got it by referring to the following Doc ID 1289476.1

  • 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

  • 11.5.9 simultaneous programs log showing the content of another simultaneous program

    Hi gurus

    I have a competitor program that the developer had run into 11.5.9 instance but the log file indicates a different simultaneous program execution.

    What could be the reason?

    Hello

    Maybe the id already exists in your environment.

    Use FNDCPPUR to purge old data and test the issue again.

    Kind regards.

    Philippe.

  • How to stop simultaneous programs to the external server

    Hello

    Oracle R12.1.3 application

    We have a database server node, an internal server and an external server. Now, I want to stop the concurrent program to the external server.

    I changed the variable s_concstatus to disabled and ran autoconfig. But still the current simultaneous program to the external server. A few times the program simultaneous log file is created in external rather than internal server server.

    Please tell the procedure how to stop the program contributing to the external server.

    Is order I need to run autoconfig between server to affect you.

    Please notify.

    Thank you

    I tried to change the variable s_concstatus to disabled but no luck.

    It is set correctly on the internal node?

    What happens if you start the CM on the node internal then? What is the bahvior?

    Thank you

    Hussein

  • 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

  • Simultaneous program with RTF/EXCEL output

    Hi all


    I updated java version 7. When I go to the simultaneous program with HTML/PDF output, is the opening.

    But when I display the output of the simultaneous program with RTF/EXCEL, it does not open. I think we have to put something in the Solution Explorer.

    I was able to open before the upgrade and java 6.

    Version of the EBS - 12.1.3

    DB 11.2.0.3

    OS - RHEL5 64 bit

    JRE - 7u25

    Please help me solve the problem.

    Thank you

    SAL

    Hi Sal.

    How do you set Internet Options ask confirmation for file downloads and download file?

    Octavio

  • 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.

  • Call the simultaneous program

    Hello

    Could you suggest me a logic on the below:
    ============================================

    I've written a procedure/package (program main competitor).
    In this (procedure above), I have to call a child simultaneous program 5 times (these 5 programs must run in parallel).
    That is to say... I'll call him through FND_REQUEST. SUBMIT_REQUEST.
    1 Conc socekt child will be setting = 1
    .
    . Simillarly
    .
    5th child Conc socekt will be setting = 5

    I thought I had TO LOOP 1.5 and then call FND_REQUEST. SUBMIT_REQUEST.
    Exactly how call.

    Could you thow some thoughts.

    Database: 10g

    Thank you

    something

    declare
    v_request_id   number;
    begin
      for i in 1 .. 5 loop
        v_request_id := fnd_request.submit_request(application => ,
                                                   program     => ,
                                                   description => NULL,
                                                   start_time  => NULL,
                                                   sub_request => FALSE,
                                                   argument1   => i);
    
        if v_request_id > 0 then
          fnd_file.put_line(fnd_file.log, 'successfully submitted');
          commit;
        else
          fnd_file.put_line(fnd_file.log, 'not submitted');
          rollback;
        end if;
      end loop;
    end;
    
  • 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

Maybe you are looking for

  • Firefox blocks one of my favorite pages of facebook because of false certificate then, what can I do?

    When I try to watch 'Celebrity Cruises' Facebook page a yellow box Firefox is there and says it's an invalid certificate and to "get out me of here." Celebrity has not blocked me because I can see the page on my mobile. I can also see the page if I o

  • Tecra 8100 cannot establish a DSL connection

    Tecra 8100 can't do DSL connection. On win98se, all parameters are the way the manual of my provider tells me.The material indicate a problem with the network card.I tested the DSL connection on no prob. 2 different pc if the signal is good. I think

  • PS4 2 stay connected at the same time...

    Guys and girls, I'm begging for your help. I moved last year and bought the R7000 nighthawk and since then, my son and I have been unable to play the same game with our PS4. We play Battlefield 4 to be precise and every time now that we are trying to

  • Apple music does not work with Audirvana

    My Mac Pro is Os X 10.9.5. I listen to music through audiolab and my Dac is M2Tech highface evo. Audirvana has no interface with Apple music. Can someone help me to do the work of audirvana with Apple music?

  • All downloads to open with Notepad

    When I try to open things I downloaded everything opens with Notepad. Even system restore opens with Notepad. Please can someone help me