Cannot submit concurrent request

Apps dbas,
I faced a weird issue with one new system.
The OAM works fine.
And the form seems working. I can modify profile values, such as the simple tasks.
If I want to test the CM, tried to submit a cm request,
Then the system hang forever, I eve have to kill the IE process with task manager.
The system configuration like this:
Cm and db on one node
Http and forms on one node,
There is firewall between web tier and db tier
The web tier is running on VM machine.
How can I disguise this issue or narrow down the issue scope?
Thanks,
Lily

What is the Apps release? OS?
Are you accessing the application remotely? Or directly from the server?
What is the status of the CM? Is it up and running?
Then the system hang forever, I eve have to kill the IE process with task managerAssuming you are accessing the application remotely, can you try from some other machine? Or try using some other browser?

Similar Messages

  • ROUTINE AFPTPR CANNOT TERMINATE CONCURRENT REQUEST ERROR IN CONCURRENT MANA

    제품 : AOL
    작성날짜 : 2003-05-13
    ROUTINE AFPTPR CANNOT TERMINATE CONCURRENT REQUEST ERROR IN CONCURRENT MANAGER LOG
    ==================================================================================
    PURPOSE
    Concurrent Manager log에 있는 error를 해결한다.
    Problem Description
    Concurrent Manager 가 이유없이 죽거나 하여 log를 살펴보니 log에 계속해서
    다음과 같은 error message가 반복적으로 print 되어있다.
    Atempting to Routine AFPTPR cannot terminate concurrent request
    ID 1443445 with controlling manager ID 86576 and manager's operating system process ID 1185.
    Workaround
    none
    Solution Description
    1. 현재 떠있는 the concurrent manager process를 모두 내린다.
    2. Apps User로 database에 접속 후 다음 SQL 문을 실행한다.
    SQL> update fnd_concurrent_requests
    set status_code='X', phase_code='C'
    where request_id=1443445;
    SQL> commit;
    Reference Documents
    150865.1

    제품 : AOL
    작성날짜 : 2003-05-13
    ROUTINE AFPTPR CANNOT TERMINATE CONCURRENT REQUEST ERROR IN CONCURRENT MANAGER LOG
    ==================================================================================
    PURPOSE
    Concurrent Manager log에 있는 error를 해결한다.
    Problem Description
    Concurrent Manager 가 이유없이 죽거나 하여 log를 살펴보니 log에 계속해서
    다음과 같은 error message가 반복적으로 print 되어있다.
    Atempting to Routine AFPTPR cannot terminate concurrent request
    ID 1443445 with controlling manager ID 86576 and manager's operating system process ID 1185.
    Workaround
    none
    Solution Description
    1. 현재 떠있는 the concurrent manager process를 모두 내린다.
    2. Apps User로 database에 접속 후 다음 SQL 문을 실행한다.
    SQL> update fnd_concurrent_requests
    set status_code='X', phase_code='C'
    where request_id=1443445;
    SQL> commit;
    Reference Documents
    150865.1

  • Submit concurrent request for cost transaction workers

    Is it possible to submit a concurrent request to run one of the cost transaction workers using submit_request
    Resource Cost Worker (CMCCTW)
    Overhead Cost Worker (CMCOCW)
    these are normally submitted by Cost Manager (CMCTCM)

    By modifying the concurrent program for "Overhead Cost Worker". Set SRS on. Added the parameters it uses (group_id, transaction_type, Org_id) I was able to run the concurrent request successfully from Submit Request Form. It still gets an error when you try to submit it using submit_request. I'm more courious thqan anything at this point. I'm sure Oracle would not be happy for me to make these sorts of changes to a production system.

  • Cannot submit route requests using lat/long  to Oracle RouteServer

    I have version 10g of Oracle RouteServer running under OAS, and a backend 10g database loaded with some NAVTEQ data. The route server handles ordinary requests with un-geocoded addresses -- most of the time. Whenever I attempt a route request using latitude and longitude, even using the sample requests at http://<myhost>/routeserver/route_requests/lat_long.html, I get the following response:
    <RouteServerException>
    [RSE-0206: Unexpected output format from Geocoder!!!]
    </RouteServerException>.
    What does this mean? How can the Oracle-provided sample request fail?

    Here's the XML for the original lat/long routing request to the Oracle RouteServer.
    <?xml version="1.0" standalone="yes"?>
    <route_request id="8"
    route_preference="shortest"
    road_preference="highway"
    return_driving_directions="true"
    distance_unit="meter"
    time_unit="second"
    return_route_geometry="true">
    <start_location>
    <input_location id="1" longitude="-122.39382" latitude="37.79518" />
    </start_location>
    <end_location>
    <input_location id="2" longitude="-122.4054826" latitude="37.7423566" />
    </end_location>
    </route_request>
    When I run a reverse geocoding query using the input location coordinates in the underlying database with
    SELECT SDO_GCDR.REVERSE_GEOCODE('ODFUSER',
    SDO_GEOMETRY(2001, 8307,
    SDO_POINT_TYPE(-122.39382, 37.79518, NULL), NULL, NULL),
    'US') FROM DUAL
    and
    SELECT SDO_GCDR.REVERSE_GEOCODE('ODFUSER',
    SDO_GEOMETRY(2001, 8307,
    SDO_POINT_TYPE(-122.4054826, 37.7423566, NULL), NULL, NULL),
    'US') FROM DUAL
    I get
    SDO_GEO_ADDR(0, SDO_KEYWORDARRAY(), NULL, 'THE EMBARCADERO', NULL, NULL, 'SAN FRANCISCO BAY AREA', 'SAN FRANCISCO', 'CA', 'US', '94111', NULL, '94111', NULL, NULL, 'THE EMBARCADERO', NULL, 'F', 'F', NULL, NULL, 'R', 1, 916027581, '', 1, 'DEFAULT', -122.39382, 37.79518, '????1141114??404?')
    and
    SDO_GEO_ADDR(0, SDO_KEYWORDARRAY(), NULL, 'FLOWER ST', NULL, NULL, 'SAN FRANCISCO', 'SAN FRANCISCO', 'CA', 'US', '94124', NULL, '94124', NULL, '21', 'FLOWER', 'ST', 'F', 'F', NULL, NULL, 'L', .596104898, 199223581, '', 1, 'DEFAULT', -122.40546, 37.7424313, '????4141414??404?')
    respectively. I'm fairly novice at reading this, but it appears that the reverse geocoding was successful. That makes it all the more puzzling as to why the routeserver, using the same data source, returns the following (in my browser window - IE7, FF 3.0.12, Chrome 2.0.172.33):
    <RouteServerException>
    [RSE-0206: Unexpected output format from Geocoder!!!]
    </RouteServerException>
    By the way, the database version is 10g Enterprise Edition Release 10.2.0.4.0.
    Edited by: lowlyscrub on Jul 23, 2009 11:21 AM

  • Inventory Org Specific Report from a OA Submit concurrent Req Page

    Hi,
    I have a requirement where i need to add a button via personalization and using destination URI navigate to submit requests from OA Submit Concurrent requests page using some thing like this..
    OA.jsp?akRegionCode=FNDCPPROGRAMPAGE&akRegionApplicationId=0&programApplName=EAM&programName=EAMWRREP&programRegion=Hide&scheduleRegion=Hide¬ifyRegion=Hide&printRegion=Hide
    The problem is this particular report has parameters which are org specific and the underlying value set has some thing like this..
    WHERE ORGANIZATION_ID =
    :$PROFILES$.MFG_ORGANIZATION_ID
    AND ENTITY_TYPE in ( 6, 7 )
    ORDER BY WIP_ENTITY_NAME..
    I was getting erros/warnings in the parameters page because of :$PROFILES$.MFG_ORGANIZATION_ID.. I know it works only in forms based interface ($PROFILES$ refers to a block).. I tried changing the value set to use
    select fnd_profile.value('MFG_ORGANIZATION_ID') from dual instead of :$PROFILES$.MFG_ORGANIZATION_ID.. Still it is not working.. then i found this bug on the metalink..
    ============================================
    cause: Bug 2679979 In forms, profile MFG_ORGANIZATION_ID is set in database
    session when user use 'choose org lov'; however in java, the session
    concept is different from forms and it is not possible to save the profile in
    the database session and see it through another page(in java middle tier, the
    database connection is pooled and database session may be different when
    navigating from one page to another page, although user session, which is
    maintained in java middle tier is the same). Because of the fundamental
    difference of database connection management
    in forms and java middle tier, this problem cannot be solved for now.
    fix:
    This is the intended functionality.
    ==================================================
    I know i can submit this by extending the controller and i can get the profile value from the PageContext.getProfile() .. I just want to find out if there is any other way of achieving this without extending the controller..
    Hoping to hear from the experts...
    Thanks in Advance,
    Shree..

    why you can not try with this
    select fnd_profile.value('MFG_ORGANIZATION_ID') from dual;
    Thanks

  • How to submit a concurrent request from Discoverer report.

    I would like to know If any one has tried submitting a concurrent request from Discoverer Report?_
    This is no stupid question, but our team here finally decided with a solution to our long pending issues with few of the discoverer report. To Proceed further, we would like to know, how to submit a concurrent request from Discoverer report?
    We are looking for calling a package from the Disco admin by passing the parameters from the disco to the 6i report.
    All help us in this regards are much appreciated.
    Kindly help us in the same!
    Thanks
    Arun

    Thanks Rod for confirming the same.
    I will be trying the same today and will let you know if I succeed in doing it.
    If I can share the actual requirement with you, it goes like this.
    "I will be triggering the Oracle 6i standard AP Trail balance report through the Disco report. The standard report will be inserting the required data to one of my custom table. Once the concurrent program completes normal, my custom table will be having the required data to create the workbook specific to the current run of the concurrent program.
    The one problem which I think could happen is, How can I make my disco report to wait till the standard program to complete in normal so that my disco report can be generated with the data from custom table.
    Will the above requirement is possible If I follow the way you mention in the PDF or Could you suggest a better way for achieving the same.
    In short, my requirement is: The custom table(say XX_TABLE) will be populated with data when the standard 6i report is run and the disco admin will be making of the custom table (XX_TABLE) to generate the report.
    Please advice.
    Thanks
    Arun

  • What is the best way to submit a Concurrent Request over a DB Link?

    Hi,
    We have a requirement to submit a Concurrent Request over a DB Link. What is the best way to do this?
    What I've done so far is I've created a function in the EBS instance that executes FND_GLOBAl.APPS_INITIALIZE and submits the Concurrent Request. I then call this function remotely from our NON-EBS database. It seems to work fine but I found out from metalink article id 466800.1 that this is not recommended.
    Why are Concurrent Programs Calling FND_GLOBAL.APPS_INITIALIZE Using DBLinks Failing? [ID 466800.1]
    https://support.oracle.com/epmos/faces/ui/km/SearchDocDisplay.jspx?_afrLoop=11129815723825&type=DOCUMENT&id=466800.1&displayIndex=1&_afrWindowMode=0&_adf.ctrl-state=17dodl8lyp_108
    Can anyone suggest a better approach?
    Thanks,
    Allen

    What I've done so far is I've created a function in the EBS instance that executes FND_GLOBAl.APPS_INITIALIZE and submits the Concurrent Request. I then call this function remotely from our NON-EBS database. It seems to work fine but I found out from metalink article id 466800.1 that this is not recommended.
    Why are Concurrent Programs Calling FND_GLOBAL.APPS_INITIALIZE Using DBLinks Failing? [ID 466800.1]
    https://support.oracle.com/epmos/faces/ui/km/SearchDocDisplay.jspx?_afrLoop=11129815723825&type=DOCUMENT&id=466800.1&displayIndex=1&_afrWindowMode=0&_adf.ctrl-state=17dodl8lyp_108
    Can anyone suggest a better approach?Please log a SR and ask Oracle support for any better (alternative) approach. You can mention in the SR that your approach works properly and ask what would be the implications of using it (even though it is not recommended).
    Thanks,
    Hussein

  • Receiving error while trying to submit a concurrent request

    Hi,
    i am currently on R12.0.0 on windows XP.
    while trying to submit a request i received an error message.
    APP-FND-01564 : ORACLE error 25253 in FDFDDS_RAISE_DFF_COMPILED
    cause: FDFDDS_RAISE_DFF_COMPILED failed due to ORA-25253: listen failed,
    queue . is not enabled for dequeue
    ORA-06512: at"APPS.FND_FLEX_SERVER", line 5054
    ORA_06512: at line 3.
    The sql statement being executed at the time of error was:
    BEGIN
    fnd_flex_server.raise_dff_compiled(:P_application_id,:P_descriptive_flexfield_name);
    END;
    and was executed from the file &ERRFILE.

    Here is the log for concurrent manager
    Application Object Library: Concurrent Processing version 11.5
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    Internal Concurrent Manager started : 05-JAN-2010 23:05:27
    Process monitor session started : 05-JAN-2010 23:05:28
    Starting RCVOLTM Concurrent Manager : 05-JAN-2010 23:05:31
    Starting RCVOLTM14 Concurrent Manager : 05-JAN-2010 23:05:32
    Starting PODAMGR Concurrent Manager : 05-JAN-2010 23:05:32
    Starting CRPINQMGR Concurrent Manager : 05-JAN-2010 23:05:33
    Starting INVTMRPM Concurrent Manager : 05-JAN-2010 23:05:34
    Starting XDP_Q_ORDER_SVC Concurrent Manager : 05-JAN-2010 23:05:35
    Starting WFWSSVC Concurrent Manager : 05-JAN-2010 23:05:36
    Starting WFMLRSVC Concurrent Manager : 05-JAN-2010 23:05:37
    Starting WFALSNRSVC Concurrent Manager : 05-JAN-2010 23:05:38
    Starting XDP_APPL_SVC Concurrent Manager : 05-JAN-2010 23:05:39
    Starting XDP_Q_TIMER_SVC Concurrent Manager : 05-JAN-2010 23:05:40
    Starting XDP_Q_IN_MSG_SVC Concurrent Manager : 05-JAN-2010 23:05:40
    Starting XDP_Q_EVENT_SVC Concurrent Manager : 05-JAN-2010 23:05:41
    Starting XDP_CTRL_SVC Concurrent Manager : 05-JAN-2010 23:05:42
    Starting FNDCPOPP Concurrent Manager : 05-JAN-2010 23:05:47
    Starting XDP_Q_WI_SVC Concurrent Manager : 05-JAN-2010 23:05:47
    Starting XDP_Q_FA_SVC Concurrent Manager : 05-JAN-2010 23:05:49
    Starting XDP_Q_FE_READY_SVC Concurrent Manager : 05-JAN-2010 23:05:50
    Starting FNDCRM Concurrent Manager : 05-JAN-2010 23:05:51
    Starting OAMCOLMGR Concurrent Manager : 05-JAN-2010 23:05:58
    Starting AMSDMIN Concurrent Manager : 05-JAN-2010 23:06:03
    Starting XDP_MANAGER Concurrent Manager : 05-JAN-2010 23:06:05
    Starting STANDARD Concurrent Manager : 05-JAN-2010 23:06:05
    Starting STANDARD Concurrent Manager : 05-JAN-2010 23:06:06
    Starting STANDARD Concurrent Manager : 05-JAN-2010 23:06:06
    Starting PASMGR Concurrent Manager : 05-JAN-2010 23:06:06
    Starting INVMGR Concurrent Manager : 05-JAN-2010 23:06:07
    Starting MRPMGR Concurrent Manager : 05-JAN-2010 23:06:07
    Process monitor session ended : 05-JAN-2010 23:06:08
    05-JAN-2010 23:20:08
    Request : 4352310
    Priority : 0
    Program : 0/1
    State : Q
    Found dead process: spid=(5200), cpid=(1272676), Service Instance=(1048)
    Found dead process: spid=(5432), cpid=(1272677), Service Instance=(1049)
    Found dead process: spid=(5604), cpid=(1272678), Service Instance=(1050)
    Found dead process: spid=(612), cpid=(1272669), Service Instance=(1095)
    Found dead process: spid=(2852), cpid=(1272668), Service Instance=(1096)
    Found dead process: spid=(3224), cpid=(1272667), Service Instance=(1134)
    Process monitor session started : 05-JAN-2010 23:21:29
    Process monitor session ended : 05-JAN-2010 23:21:30
    05-JAN-2010 23:21:30
    Request : 4352310
    Priority : 0
    Program : 0/1
    State : Q
    Shutting down Internal Concurrent Manager : 05-JAN-2010 23:21:31

  • How to Submit a Concurrent Request Set Using a Self-Service Page

    Hi all,
    I would like to know how to Run/Submit a Concurrent Request Set Using a Self-Service Page
    Thanks.
    Bench

    Hi all,
    I would like to know how to Run/Submit a Concurrent Request Set Using a Self-Service Page
    Thanks.
    Bench

  • How to submit a Concurrent Request Set from OAF

    All,
    I understand we can submit a concurrent program from OAF using
    oracle.apps.fnd.cp.request.ConcurrentRequest.submitRequest( String pApplication,
                        String pProgram,
                        String pDescription,
                        String pStartTime,
                        boolean pSubRequest,
                        Vector pArgArray) method,
    But the class ConcurrentRequest don't have any method to submit a concurrent request set. The workaround is directly call the pl/sql package FND_SUBMIT.submit_program.
    Is there any other oracle.apps.fnd.cp.request.* class have method to call a concurrent request set?
    Thanks.
    With Regards,
    Kali.
    OSSI.

    Sorry for my typo.....! I meant use the pl/sql way, there is no standard solution for this in OAF.
    didn't get what you mean by,
    You mean i need to use FND_SUBMIT.submit_program? or you want me to check in OAF itself?
    >>Kali, You can use [b]fnd_submit.submit_set , this is explained "Application Developer User Guide"!
    Even i tried to use that PL/SQL FND_SUBMIT.submit_program, that is returning BOOLEAN so i am facing the problem which you have discussed in the forum
    >>Use the work around i suggested in the thread u mentioned in ur reply.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to submit a concurrent request from a button in Selfservice

    Hi,
    I hope this is the forum where to start.
    I want to submit a concurrent request when a button is pushed in selfservice.
    I've implementend the event for button in java and its woring fine, but how to submit a conurrent request in java?
    Can anyone help me or tell me if this is not the correct forum?
    Thank you!
    Best regards
    Gjermund Lunder
    Developer/DBA

    hi,
    This question suppose to be in framework forum.
    you can try:
    OA Framework provides the ConcurrentRequest class to call the concurrent program from the page. The submitRequest() method in the ConcurrentRequest class takes 6 parameters and returns request id of the submitted concurrent request:
    public int submitRequest(
    String ProgramApplication ,
    String ProgramName ,
    String ProgramDescription ,
    String StartTime,
    boolean SubRequest,
    Vector Parameters ) throws RequestSubmissionException
    ProgramApplication -Application Short name of application under which the program is registered.
    ProgramName - Concurrent Program Name for which the request has to be submitted
    ProgramDescription - Concurrent Program Description
    StartTime - Time at which the request has to start running.
    SubRequest - Set to TRUE if the request is submitted from another running request and has to be treated as a sub request.
    Parameters - Parameters of the concurrent Request
    Here is the example for calling a concurrent program from a OA framework page.
    import oracle.apps.fnd.cp.request.ConcurrentRequest;
    import oracle.apps.fnd.framework.server.OADBTransaction;
    public int submitCPRequest(Number headerId) {
    try {
    OADBTransaction tx = (OADBTransaction)getDBTransaction();
    java.sql.Connection pConncection = tx.getJdbcConnection();
    ConcurrentRequest cr = new ConcurrentRequest(pConncection);
    String applnName = "PO"; //Application that contains the concurrent program
    String cpName = "POXXXX"; //Concurrent program name
    String cpDesc = "Concurrent Program Description"; // 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(headerId.stringValue());
    // Calling the Concurrent Program
    int requestId = cr.submitRequest(applnName, cpName, cpDesc, null, false, cpArgs);
    tx.commit();
    return requestId;
    } catch (RequestSubmissionException e) {
    OAException oe = new OAException(e.getMessage());
    oe.setApplicationModule(this);
    throw oe;
    I got it from http://prasanna-adf.blogspot.com/2008/11/call-concurrent-program-from-oa.html

  • How do I submit a concurrent request (for PL/SQL program)   from RDF

    Hi,
    I have a requirement i need to call a PL/SQL program using concurrent request from Oracle RDF, I am using below code.
    -> PL/SQL program has two input parameters
    Case:- 1
    reqid :=
    fnd_request.submit_request ('SQLAP','IPCS_ACH_VENDOR_PAYMENT1','','', FALSE,
                   :P_PAYMENT_BATCH,'N' , '', '' ,
    If i ran the above rdf i am getting below errors from concurrent request log
    ORACLE error 6550 in FDPSTP
    Cause:  FDPSTP failed due to ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in call to 'GEN_ACH'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Case :- 2
    reqid :=
    fnd_request.submit_request ('SQLAP','IPCS_ACH_VENDOR_PAYMENT1','','', FALSE,
                   :P_PAYMENT_BATCH,'N' );
    -> Able to compile the report without any errors.
    -> Upon running the rdf getting below error messages
    REP-0736: There exist uncompiled program unit(s).
    REP-1247: Report contains uncompiled PL/SQL.
    => Case:1 very well worked for Host file .
    --- Please help me how to submit a concurrent program( PL/SQL with 2 paramerers) in RDF ...
    Thanks
    Edited by: Apps Beginer on Dec 2, 2009 1:40 PM

    Looking at the 11.5.10 version of the [Oracle Applications Developer's Guide|http://download.oracle.com/docs/cd/B25516_18/current/html/docset.html] on page 21-32 - it states that the FND_REQUEST function must know information about the user and responsibility that is submitting the request. Therefore, the function only works from concurrent programs or forms within Oracle Applications. There are ways around this by initializing this information in your session before your call to SUBMIT_REQUEST. I've never tried this from a Report, but I've done it from PL/SQL that executes outside of Apps. You could try the following to see if it works.
    DECLARE
         n_RESP_APPL_ID          NUMBER;
         n_RESP_ID          NUMBER;
         n_USER_ID          NUMBER;
         n_REQUEST_ID          NUMBER;
    BEGIN
         n_RESP_APPL_ID := apps.FND_PROFILE.VALUE('RESP_APPL_ID');
         n_RESP_ID := apps.FND_PROFILE.VALUE('RESP_ID');
         n_USER_ID := apps.FND_PROFILE.VALUE('USER_ID');
         apps.FND_GLOBAL.Apps_Initialize(n_USER_ID, n_RESP_ID, n_RESP_APPL_ID);
         /* I prefer to use Named Notation for this call rather than enter placeholders for all 100+ parameters to SUBMMIT_REQUEST */
         n_REQUEST_ID := apps.fnd_request.submit_request(
                                       application => 'SQLAP',
                                       program => 'IPCS_ACH_VENDOR_PAYMENT1',
                                       start_time => To_Char(sysdate,'DD-MON-YYYY',
                                       argument1 => :P_PAYMENT_BATCH
                                       );Obviously, I don't know all of the parameters you need for your request, so I made a "BEST GUESS" based on your code sample so I doubt my example call to Submit_Request will work if you Copy-N-Paste. Make sure you use the correct parameters when you try this in your report.
    Hope this helps.
    Craig...
    If a response is helpful or correct, please mark it accordingly

  • Cannot run a concurrent request.

    Hi everyone.
    I've been trying to execute a concurrent request, with no luck.
    It's a concurrent request that calls a procedure within a package and then
    that called procedure will execute itself two more concurrent request.
    First 'child' request runs well and ends as Completed Normal.
    and the second one is just not executed.
    I have isolated these two concurrent request and both ran well.
    The following is an abstract of my code.
    PROCEDURE extraccion_factura_ar ( ....) IS ....
    -- conc_genera_xml is a procedure which in it assigns a layout and submits the request,
    conc_genera_xml
    (v_errbuf,
    v_retcode,
    v_request_id_2,
    v_comp_seq,
    v_folio,
    Fnd_File.put_line (Fnd_File.LOG,
    'Concurrente de Generacion XML: '
    || vcomprobantes.trx_number
    || ' Request Id XML: '
    || v_request_id_2
    Fnd_Concurrent.wait_for_request (v_request_id_2,
    10,
    0,
    v_phase,
    v_status,
    v_dev_phase,
    v_dev_status,
    v_message
    -- conc_pagare works similarly asconc_genera_xml procedure.
                   conc_pagare
    (v_errbuf,
    v_retcode,
    v_request_id_3,
    v_comp_seq,
    v_folio
    Fnd_File.put_line (Fnd_File.LOG,
    'Concurrente de Pagare: '
    || vcomprobantes.trx_number
    || ' Request Id XML: '
    || v_request_id_3
         v_resultado :=
    Fnd_Concurrent.wait_for_request (v_request_id_3,
    10,
    0,
    v_phase,
    v_status,
    v_dev_phase,
    v_dev_status,
    v_message
    For additional info: This procedure was woking fine, only thing I added was the procedure calling to conc_pagare
    Thanks in advance.

    First of anything thanks for replying.
    Excuse me for not posting in the right place.
    Well, the OPP showed 'Start of root element expected'.
    I just wanted to share my solution, according to the piece of code
    i posted above, I just took out the second wait for request sequence
    and it worked beautifully.
    Thank you all.

  • CE Bank Statement Load and Import Concurrent Request

    Hi All,
    I am trying to submit a concurrent request via PL/SQL for CE Bank Statement Loader but request_id always returns 0..
    Being new to here i somehow cannot understand why so as I've tried this with GL's SQLLDR for the Journal Import.
    Here's a part of my code:
    fnd_global.APPS_INITIALIZE (1090,50563,260);
    Commit;
    reqid := FND_request.submit_request('CE','CESSQLLDR',null,null,FALSE,'LOAD',1000,'filename.dat','/dir/filedir/statementdir',3205,11066,null,null,null,null,null,'N',null,null);
    Commit;
    dbms_output.put_line(reqID);
    Forgive me if this is such novice problem.
    Thanks in advance!

    Hi,
    Then I guess you've got an error in the parameters somewhere - is the concurrent program registered under the application you are passing in as the application short name? Have you got the program short name correct?
    Regards,
    Gareth

  • Reprints output from concurrent requests

    Hi, I copied the above Concurrent Program to a custom one and added 'XML Report Publisher' in the list of incompatible programs, because my custom program (Custom Reprints output from concurrent requests) should run only after XML Report Publisher completes. But the custom program ends in 'Inactive' Phase and 'NO Manager' Status. We tried bouncing the CM, but no luck. Any help is highly appreciated.
    P.S: When I add XML Report Publisher to the list of incompatible programs for the seeded program - Reprints output from concurrent requests, everything works fine.
    Thanks, Naveen Gagadam.

    Hi Hussein, we are on: Oracle Applications : 11.5.10.2, Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi on LINUX.
    I am submitting my Custom Reprints output from concurrent requests, XML Report Publisher from FND_REQUEST.SUBMIT_REQUEST. I cannot print the XML report without adding it to the list of incompatible programs because even though I submit the Custom Reprints output from concurrent requests after XML Report Publisher, it starts off before the XML Report Publisher completes and eventually it ends up in a warning. Please see below 1/2 of the log file (Will post the Other half immediately) from $FND_TOP/log. The name of the file is five_0908.mgr, 'five' being the name of the instance
    Thanks, Naveen Gagadam.

Maybe you are looking for

  • Union All with Linked Servers - Works until loaded on to the report server then fails.

    Hi, On our production server I have 2 linked servers.  One that leads to ServiceNow via ODBC and one that leads to an HP Openview database. Testing these linked servers works fine.  I have a query that obtains info from each source and 'union all' to

  • Financial Plan in Multiple Currency

    Hello, In the HTML screens I want to create Budget Lines using Multiple Currencies. This means create a line in USD for a certain Task and for the same Task create also an Euro line. I've checked the Multiple Currency option at the Financial and Work

  • Apps open and screens jump around when tablet is ever so softly flexed/bent

    Hi, I'm experiencing the above explained problem when the tablet is active and is softly bent or put to very soft torsion. It then starts to live its own life, activating the return button or opening the front page clock or Google now, etc...  It's s

  • HfmCopyAppCmd.exe

    Hi, Can any one help me on how to execute the HfmCopyAppCmd.exe. I prepared the soure and the destination UDL and the applications. Now how should I run. Do I need to create a batch file with HfmCopyAppCmd.exe source and dest. information and save it

  • Transfer of an exisisting windows liscence to new iMac

    I have bought an new Apple iMac and I would like to transfer my exisiting windows-liscence for Adobe Premiere elements to iMac.