How to find concurrent Request ID?

Hi,
One seeded concurrent program ('Pay on receipt Autoinvoice Program') internally submit the one more seeded concurrent program('Payable Open Interface').Now my requirmnet is finding request id of 'Payable open Interface' .
Is it possible?
If Yes,Please let me know the process?
Thanks
Praveen

You can either get that from the application as mentioned above, or use the following query:
SQL> SELECT request_id, user_concurrent_program_name
FROM apps.fnd_concurrent_programs_tl cp, apps.fnd_concurrent_requests cr
WHERE cp.application_id = cr.program_application_id
AND cp.concurrent_program_id = cr.concurrent_program_id
AND cp.LANGUAGE = 'US'
AND user_concurrent_program_name = '%Concurrent Program Name%';

Similar Messages

  • How to find Concurrent Request output file Document ID if exists

    Hi,
    My Concurrent Request when runs, it produces an output file.
    This output file is located on the server.
    Could any one let me know from which tables i could get the document id and the node id of the node where this document resides if it does in the Oracle Document Management System.
    I want to do is use this in the workflows to set the attribute value using procedure
    SetItemAttributeDocument
    Thanks in advance,
    P

    On the Concurrent Requests table (FND_CONCURRENT_REQUESTS), the OUTFILE_NODE_NAME and OUTFILE_NAME indicate where the output file is stored. As far as I know, this is only on the server running the concurrent manager and not in the Oracle Document Manager System.
    What are you trying to do with your output? If you are simply trying to provide access to it, you might be able to construct a URL similar to the standard concurrent request completed notification (basic email which provides a link to the output of the completed request).

  • How to find concurrent reqest completed in 11i

    Hi,
    how to find concurrent reqest completed with warning in PCP environment in 11i DB 10g R2,please let me know any query to find out reports in node.

    Sawwan,
    thanks ,
    I have modified my existing script to display completed with warning using date, but its not giving me expected results,please check it and let me know where it went wrong.
    select t.request_id request_id,
    t.request_date request_date,
    v.PROGRAM_SHORT_NAME PROGRAM_SHORT_NAME,
    v.PROGRAM PROGRAM,
    v.REQUESTOR REQUESTOR,
    b.USER_CONCURRENT_QUEUE_NAME,
    a.NODE_NAME,
    Decode(t.phase_code, 'C', 'Completed', t.phase_code) phase_code,
    Decode(t.status_code, 'G', 'warning', t.status_code) status_code
    from FND_CONCURRENT_REQUESTS t, FND_CONC_REQ_SUMMARY_V v,fnd_concurrent_processes a, fnd_concurrent_queues_vl b
    where t.phase_code = 'C'
    AND t.status_code IN ('G', 'Q', 'E', 'F')
    and v.PHASE_CODE = 'C'
    and t.status_code IN ('G', 'Q', 'E', 'F')
    and t.request_id = v.REQUEST_ID
    and t.actual_completion_date > TRUNC (SYSDATE - 1)
    and t.hold_flag = 'N' ;

  • How to find the request id for these suspect dead concurrent request

    Dear All,
    Good afternoon.
    Below are the CMCICU (Updated Standard Cost) concurrent request which we can not find in the front-end of Oralce EBS.
    We want to verify the concurrent request id for these.
    How can we do it?
    myermt01@oracle:/home/oracle> ps -ef|grep CMCICU
    oracle 24533 22566 1 15:17:00 pts/2 0:00 grep CMCICU
    oracle 29625 2028 3 Aug 22 ? 27:20 CMCICU APPS/7484718500033DFF77FFB8BC77FFB9B077FFBAA477FFBB98401
    oracle 15881 8762 4 Aug 23 ? 27:36 CMCICU APPS/7484718700033DFF00000000000000040000000000000000400
    oracle 4913 6136 7 Aug 23 ? 28:03 CMCICU APPS/7484718800033DFF00000000000000040000000000000000400
    oracle 7913 23291 5 Aug 22 ? 27:50 CMCICU APPS/7484718500033DFF77FFB8BC77FFB9B077FFBAA477FFBB98401
    oracle 3813 23290 5 Aug 23 ? 27:47 CMCICU APPS/7484718800033DFF00000000000000040000000000000000402
    oracle 5858 23115 7 Aug 22 ? 27:58 CMCICU APPS/7484718500033DFF77FFB8BC77FFB9B077FFBAA477FFBB98401
    oracle 2166 19728 5 Aug 22 ? 27:15 CMCICU APPS/7484718500033DFF00000000000000040000000000000000400
    oracle 2165 24039 3 Aug 22 ? 27:31 CMCICU APPS/7484718500033DFF77FFB8BC77FFB9B077FFBAA477FFBB98401
    oracle 26105 22429 4 Aug 23 ? 27:23 CMCICU APPS/7484718500033DFF00000000000000040000000000000000401
    oracle 8703 8698 3 Aug 22 ? 27:30 CMCICU APPS/7484718500033DFF000000000000000A0000000100000000400

    Hi Henry;
    Please check below thread which could be helps you
    Concurrent program- How to find database session
    Re: Reg: Apps Concurrent
    Concurrent Request-whcih is submmited by one of the Oracle USER
    How to See Others Concurrent Request Oracle 11i
    Regard
    Helios

  • How to find child requests?

    Hi DBA's
    Pls tell me how to find the child request of the parent request? from front end and as well as backend...
    Regards,
    SG

    from front end - Login to System Administrator Responsibility
    - View > Requests > Find
    - View > Query by Example > Enter
    - In the Parent field put the request id for the parent request
    - View > Query by Example > Run
    as well as backendNote: 134035.1 - ANALYZEREQ.SQL - Detailed Analysis of One Concurrent Request (Release 11 and up)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=134035.1

  • How to kill concurrent request oracle session which is terminated

    Dear,
    In our production environment Concurrent request "Gather Schema Stats" was running 2 days. Hence we cancelled the request.
    Request completed as terminated status. Unfortunately the oracle session of that concurrent request went to "Killed" status. Still utilizing CPU resource.
    If we try, "alter system kill session 'SID,serial#';"
    it gives below message,
    ERROR at line 1:
    ORA-00031: session marked for kill
    Could you please provide steps to kill this oracle session.
    Instance detail:
    Oracle Applications R12.1
    Oracle database 11.1.0.7
    Thanks,
    ...basha
    Edited by: 913932 on Jun 25, 2012 2:32 AM

    In our production environment Concurrent request "Gather Schema Stats" was running 2 days. Hence we cancelled the request.
    Request completed as terminated status. Unfortunately the oracle session of that concurrent request went to "Killed" status. Still utilizing CPU resource.
    If we try, "alter system kill session 'SID,serial#';"
    it gives below message,
    ERROR at line 1:
    ORA-00031: session marked for killTry "alter system kill session 'SID,serial#' immediate".
    Could you please provide steps to kill this oracle session.Concurrent Processing - How to Find Database Session & Process Associated with a Concurrent Program Which is Currently Running. [ID 735119.1]
    Thanks,
    Hussein

  • How to find CR Request Number inside a package

    Hi Folks,
    how to find the CR Request Number list present inside one package.
    Reg,
    Hariharan

    Hi ,
    i had gone through the Transaction se03 Search for Object in Request/Task, in the selection screen no option for Package can you just breaf about the Selection Screen Step.
    Reg,
    Hari.

  • How to view concurrent request of other users

    We have upgraded recently to R 12.
    Would really appreciate if some one can guide me how i can allow the super user "A" to be able to view all the concurrent requests that were submitted by various key users of HRMS.
    I know in 11i there is a profile option: "Concurrent: Report Access Level" that defines who can access the output of concurrent requests.
    I want to assign the same to one user (super user) only in R12 instance.
    how to do this???

    594647 wrote:
    We have upgraded recently to R 12.
    Would really appreciate if some one can guide me how i can allow the super user "A" to be able to view all the concurrent requests that were submitted by various key users of HRMS.
    I know in 11i there is a profile option: "Concurrent: Report Access Level" that defines who can access the output of concurrent requests.
    I want to assign the same to one user (super user) only in R12 instance.
    how to do this???Please see these docs/links.
    R12 View Concurrent Requests FAQ [ID 1261985.1]
    Unable To View Concurent Output Executed By A User Of The Same Responsibility [ID 1468231.1]
    https://forums.oracle.com/forums/search.jspa?threadID=&q=View+AND+Concurrent+AND+Other+AND+User+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • How to get concurrent request id of the bi publisher report

    Hi All,
    I have created a BI publisher report in R12, and in that report i have called before report trigger function.
    In that function i need to use the current concurrent request id .How can i get the concurrent request id of this report.
    Please help me . Thanks in advance.
    Regards,
    Kalidoss.

    in datatemplate you use
    >
    before report trigger function.
    >
    so
    in package in
    >
    In that function
    >
    you can get current request id like
    l_conc_request_id := fnd_global.conc_request_id;

  • Query to find Concurrent requests executed on each db node in RAC from in last 24 Hours

    Hi
    Could you please help me in getting the query to find total number of concurrent requests executed on each db node in Two DB Node RAC with PCP ( Two CM Nodes) in last 24 hours.

    c2670397-8171-480e-b9f8-8874e77ee0b4 wrote:
    Hi
    Could you please help me in getting the query to find total number of concurrent requests executed on each db node in Two DB Node RAC with PCP ( Two CM Nodes) in last 24 hours.
    Query FND_CONCURRENT_REQUESTS table (ACTUAL_START_DATE and ACTUAL_COMPLETION_DATE columns) -- http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=FND_CONCURRENT_REQUESTS&c_owner=APPLSYS&c_type=TABLE
    https://community.oracle.com/message/10780262#10780262
    https://community.oracle.com/message/10589420#10589420
    Thanks,
    Hussein

  • How  to find the Request in R/3??

    HI Guru's
    I have done the Re-process of InfoPackage in BW and the data is coming from R/3
    I want to see the request in R/3
    I know the request in R/3 will start with BI
    but i don't know how to see in R/3
    any help much appreciated...
    Regards,
    BH

    Hi BH,
    If you want to see the status of the extraction job you can go directly from the monitor screen (Path- Environment->Jobv Overview->In the Source system). Give your login and you should be able to see the job.
    Alternatively you can use tcode sm37 to goto the Job Monitor screen and give the job id(BI appended with the request id in BW).
    Hope that helps.
    Regards.

  • How 2 find the "Requests from the SQL Developer Exchange Included" in 2.1.1

    Hi,
    I would like to explore the new features from 2.1.1
    http://www.oracle.com/technology/products/database/sql_developer/files/BugsFixed_v211.html
    But can not find them in:
    http://apex.oracle.com/pls/otn/f?p=42626:46
    Where are they explained...?
    Thanks, Juergen

    Thanks K,
    good hint with the filtering of the status...!
    I was just wondering if you can find the ID's. When you scroll to the end on: http://www.oracle.com/technology/products/database/sql_developer/files/BugsFixed_v211.html
    there you find the section "Requests from the SQL Developer Exchange Included" with a lot of IDs...
    8411043 : Commit confirmation
    8755723 : Copy column name to clipboard (ctrl - shift- C)
    8487257 : Do not use ora_rowscn (Request implemented using a preference)
    but the filtering is good for me too...
    Juergen

  • How to find request number of SAP Script's Form

    Hi All,
    Can anyone tell me how to find out request number of scipt's form
    Regards
    Shashikant

    Hi,
    Se03->Search for Object in Requesta/Tasks--->Right Click ->Execute->Add a new entry with check box ticked,FORM,& Form name on the right side-->F8  It will display all the requests pertaining the form you have keyed in.
    Regards
    Raju Chitale

  • How to find request of deleted queries(its urgent)

    hi,
    i just want to know how to find the request of deleted queris to transport to quality and production system and what is the standard process to delete the queries.

    Hello Viral Shah,
    If you want to delete queries and transport them you can go to BEx->open Query->search for the query you want do delete->press the trash button->add to transport
    Now you can transport it to QA and PROD and that query will be deleted in all the systems where the transport went with success.
    You can do that to whatever queries you want.
    Please assign points,
    Diogo.

  • Programatically cancel concurrent request

    Hi,
    How to cancel concurrent request from plsql ?
    Thanks a lot.

    Thanx,
    but it seems that it does not work in a trigger on fnd_concurrent_requests table.
    like this one:
    CREATE OR REPLACE TRIGGER aaaa
    after insert on apps.fnd_concurrent_requests
    for each row
    DECLARE
    pragma autonomous_transaction;
    req_id number;
    BEGIN
    if :NEW.concurrent_program_id = 11111
    THEN
    req_id := :NEW.request_id;
    update fnd_concurrent_requests
    set status_code = 'D', phase_code='C'
    where request_id = req_id;
    commit;
    ELSE null;
    END IF;
    END;
    trigger fires but update does not work when i exec the concurrent. Why ??
    if i manually execute this update it works.

Maybe you are looking for

  • Serious lack of information in iTMS purchases

    The coverfront is there, the music itself is there, obvious, the name of the band or the artist is there, all about date, bits, frequenzy etc. is there ... But why can't I get the simple information, who is the band members and who is the session mus

  • ICloud deleted all my contacts and photos. How can I get it back?

    All my contacts and photos from my iPhone and from my ICloud webpage are gone. I have an ICloud backup from yesterday morning so i tried restoring, but my contacts disappeared again after a few seconds. It says that i have 1000 photos, but I can't se

  • Bought new computer, Won't let me transfer songs from Ipod to new computer?

    Is this possible? I have several hundred songs on my Ipod/other computer (desktop). I bought a new Dell laptop and I was hoping I could transfer all the songs on my new computer. It did let me transfer the songs that were purchsed through Itunes but

  • Report of Line Itemwise tax of Invoice created

    Dear GURUs, I want to create purchse register which will give me tax posted on each line item seperately.It should be based on invoice posted. Which will be the table we will going to use and what will be  the logic. Regards, Deesh Chaudhari.

  • Download EHP4 for ERP 6.0 using Optimizer

    We're trying to download EHP4 for ERP 6.0 uisng Solution Manager optimizer. We've reviewed EHP4 master guide but very confused as how to download through Solution Manager. For instance, our business team asked us to install SRM server and FSCM of EHP