Conc Pgm Track...

Hi,
We want to track a user who cancelled a particular concurrent request.When we queried the fnd_concurrent_requests table ,its showing no rows selected for the conc pgm id we are giving....Its not showing even whether the request is completed or not...The Last_updated_by column we are getting a junk value..
Anyone have any idea how to get the user who submitted the particular conc pgm and the one who cancelled it...
Thanks,
Praveen

Run ANALYZEREQ.SQL script, it should tell you who submitted/cancelled the request.
Note: 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

Similar Messages

  • Host Conc Pgm Parameter Mystery w/fndcpesr

    Stumbled across a strange issue with the parameter list passed to HOST concurrent programs dependent on how the symbholic link is established.
    When the link is made to fndcpesr there fewer arguments and they are Not associated with key words.
    Example:
    ArtCostInfoUpld -> /u01/envs/PROD/app/appl/fnd/11.5.0/bin/fndcpesr
    Arg list
    APPS/APPS 1885 KENF 7114040
    A co-worker mistakenly created a symbolic link to the .prog file (as opposed to fndcpesr). Surprisingly, not only does it run; but the argument list passed to the program is longer and is keyword oriented.
    Example:
    ArtCostInfoUpld -> ArtCostInfoUpld.prog
    Arg list
    ArtCostInfoUpld FCP_REQID=7115252 FCP_LOGIN="APPS/APPS"
    FCP_USERID=1885 FCP_USERNAME="KENF" FCP_PRINTER="noprint" FCP_SAVE_OUT=Y FCP_NUM_COPIES=0
    This isn't a big deal for us (now that we figured it out).
    Obviously fndcpesr is filtering the parameter list in some fashion.
    But we are curious as to 1) how the non-standard link still works 2) if anyone can point to more detailed info on what fndcpesr does (metalink appears lite on the details).
    We're running 11.5.9 on Solaris 2.6.
    Ken

    This page mentions that the permissions of /dev/vboxdrvu should be 0666, but that they may erroneously be set to 0600:
    Linux installers: Move the udev rule execution order from 10 to 60. The reason for having it at 10 was to allow other rules to overwrite these rules, mainly permissions of the USB devices. This is not longer necessary (we are using /dev/vboxusb for a long time now) and we need to take care that certain systems like EL6 don't reset the permissions of /dev/vboxdrvu -- the unrestricted device -- back to 0600 (we want 0666 here).
    And sure enough:
    matt@localhost ~ $ ls -Al /dev | grep vbox
    crw------- 1 root root 10, 59 Nov 8 11:46 vboxdrv
    crw------- 1 root root 10, 58 Nov 8 11:46 vboxdrvu
    drwxr-x--- 3 root vboxusers 60 Nov 8 11:46 vboxusb/
    I've changed the permissions on /dev/vboxdrvu to 0666, and the VirtuaBox log is not longer getting filled with the
    Failed to open "/dev/vboxdrvu", errno=13, rc=VERR_VM_DRIVER_NOT_ACCESSIBLE
    error message.  I'll check back in here once I've had enough time to assess my Windows 7 guest's stability.

  • Mail the BI Publisher genereted Conc Pgm out put as attachment.

    Hi All,
    I have a requirement...
    I need to send the output of a concurrent program to particular mail id. The Concurrent program output is in pdf format which is generated from BI Publisher.
    I have written a procedure to execute the desired concurrent program. But I don know how to capture the out put and send as attachment.How can I send the pdf out put as attachment.
    Waiting for the better solution in PL/SQL
    Regards,
    Tarun

    I don't know how BI publisher creates the PDF, whether it's created as a file on the server or whatever...
    but if you search google or these forums for "oracle pl sql send email attachment" you should get plenty of ideas how to do this using packages such as UTL_MAIL...
    http://www.google.co.uk/#hl=en&output=search&sclient=psy-ab&q=oracle+pl+sql+send+email+attachment

  • Disabling tokens in conc.pgm parameters

    Hi all,
    Kindly tell me how to disable a token in a concurrent program parameter. It says token is mandatory for oracle report parameters.
    Regards,
    SSK

    Query the concurrent Program in sysadmin Resp. and click on parameters.
    Then go to the particular parameter and disable the Mandatory check box and save.
    Try to run the program again.

  • Not Waiting after invoking Oracle Conc Program

    Hi,
    My Scenario is for PO Interface iinto oracle is,
    Inside BPEL Process,
    Activity 1 is Invoking DB Adapter to Insert the records into Temporary Table.
    Activity 2 is invoking DB Adapter to call an Custom API to which picks the records from Temp table, validate and Insert the records into Interface Tables.
    Activity 3 is Invoking DB Adapter to Submit concurrent program , but that concurrent program is taking 1 minute.
    BPEL is not waiting for 1 minute for the program to complete.
    So I am putting WAIT activity so that Conc program finishes completely and creates the PO numbers in Oracle base tables.
    Activity 4 is Invoking DB Adapter Package.Procedure, which picks the PO number from oracle base tables and update them in Temporary tables send the PO creation/failure status , and email id of buyer through out variables.
    Activity 5 sends the email to the respective buyer with PO Status.
    We are seeing that Wait activity is not waiting for the conc program to finish completely and BPEL is executing till ACTIVITY 3 above, after wait activity its coming out.
    When I remove wait it executes all the steps in sequence without waiting for ACTIVITY 3 to complete successfully.
    Can some body validate my sceanrio and suggest the desired solution.
    Regards
    Manish

    Manish,
    I'm also currently in a similar project. To invoke a conc.prgm I did the following
    - wrote a pl/sql api where in I call the conc.pgm using fnd_request.submit_request and then I used FND_CONCURRENT.WAIT_FOR_REQUEST to wait for until the conc.pgm finishes.
    To get the status's back also, I did this part inside the same api. This way I achieved the desired result.
    Let me know if you need additional info.
    Thanks,
    Sen

  • OPM Accounting Pre-Processor - Error while Submitting the Program

    In R12 Vision Instance, I am trying to submit the OPM Accounting Pre-Processor Program and it is giving the error as per below
    Open Period not found for Legal Entity PRU-Vision Process Industries (US), Cost Type STND, Stard Date 01-JAN-2010 00:00:00 and End Date 31-JAN-2010 23:59:59.
    I checked the GL Periods, the GL Period are open.
    I checked the Costing Calendar, I have created a Costing Calendar for 2011 and STND Cost Type and the Periods are also open.
    Is it something I am missing here ?
    Tried searching on MOS, couldn't find much.

    We were able to find it.If such error comes just check the data template and layout template.Try to run it in Template Builder and if its without any error then try it by submitting the conc pgm.
    Thanks.

  • Need help in SQL Select

    Hi All,
    I'm using the below script in conc.pgm to get some data
    Prompt ROllNO, DEPT, Amount, Store;
    SELECT ' '
    || ROLL_NO
    || ', '
    || DEPT
    || ', '
    || Amount
    ||', '
    || Store
    FROM XXX;
    And the output looks like this,
    ROll NO, DEPT, Amount, Store
    101,     ABC, 500,     XXX
    102,     ABC, -600,     YYY
    103,     ABC,     800,     ZZZ
    If you see in the second row, as the amount is negative, it is taking one extra space to accomodate the sign. Because of this, the other columns are affected.
    Now when i want an output someting like,
    ROll NO, DEPT, Amount, Store
    101,     ABC, 500,     XXX
    102,     ABC, -600,     YYY
    103,     ABC, 800,     ZZZ
    Means, i want the data to be aligned properly even if the selected column has more width.
    Any changes i need to do to the Query?
    Kindly provide some pointers
    Regards,
    Mohan

    Hi,
    The problem is with your data. For this type of query you will have to fix the length of every column..let say
    Dep Code is having values like 12,123,1234
    So, for this create your query like this...
    SELECT LPAD(DEP_CODE,(SELECT MAX(LENGTH(DEPT_CODE)) FROM XXX),' ') FROM XXXthrough this statement you can get the your desired result. use the same strategy for all columns by changing the column name.
    -Ammad

  • R12 - Approach to Insert into custom table after payment is done

    Hi,
    I have a requirement to insert into a custom table after invoice payment in R12. Code units are already in place to load data from ap tables to custom one.
    I have identified 2 ways in which this can be done:
    1. Call from the business event oracle.apps.ap.payment
    2. Call after the program 'Send separate remittance advice' completes, again as a business event after the concurrent program completes i.e. to use 'Request Completed' business event.
    My questions are as below:
    1. Is there any other way in which I can write to a custom table after payment is done
    2. How else can after report trigger be fired for SRA in R12 (without customizing the standard SRA java conc pgm)
    3. When exactly business event 'oracle.apps.ap.payment' will be fired? Will it be fired for all payments irrespective of the way payment is done like thru PPR, payment workbench, etc?
    Please share your thoughts on this.
    Thanks,
    Kavipriya

    in our case, we have created a database trigger on IBY_PAY_INSTRUCTIONS_ALL, to insert the requisite data into custom tables whenever the payment status is "Ready for Printing"

  • Aging 7 Buckets - By Collector Report does not take RTF template

    Hi All.
    There is standard Receivables Report (Aging 7 Buckets - By Collector Report).
    We needed to have output of this report in nice pdf format. we created a RTF template using XML publsher 10.1.3.2.
    When we run the report from applications, It does not produce ouput (not taking RTF template during runtime)...completes with Warning message.
    I checked concurrent program settings , Everything looks good, output format set to XML.
    Can you please let me know anyone ever ran into this issue ? This is very urgent.
    Thanks in Advance.

    You need to use XML Publisher Administrator responsibility to define Data Definition and Report Output templates. Unless this is completed, the conc pgm will not pick up the template.
    Srini

  • How can I insert a parameter to the layout template?

    How can I insert a parameter defined in report to the layout template? just like insert a field. I wanna display the parameter in the output.

    If its Ebiz, concurrent program.
    Put this in your template in the starting,
    where the P_BUSINESS_GROUP_ID is one of the concurrent program parameters,
    <?param@begin:P_BUSINESS_GROUP_ID?>
    and then you can access the parameter in your rtf like <?$P_BUSINESS_GROUP_ID?>
    Upload the rtf template back into apps.
    and then rerun the conc pgm :)

  • Facing NULL Pointer Exception in XMLP report

    Hi ,
    We are develping a new report in XMLP. When we run the report , the request ends up in warning.
    Below is the log content of the request.
    I checked the conc pgm short code , template source code and the data definition code . All are in sync. But still the issue is not solved.
    log file :
    XDO Data Engine Version No: 5.6.3
    Resp: 51322
    Org ID : 22
    Request ID: 189773324
    All Parameters: P_BOOK=CORPORATE:P_DIVISION=TTT:P_PERIOD1=JAN-11:P_PERIOD2=JAN-11
    Data Template Code: FA0CPAD_BIP
    Data Template Application Short Name: SEAFA
    Debug Flag: N
    {P_PERIOD2=JAN-11, P_PERIOD1=JAN-11, P_DIVISION=TTT, P_BOOK=CORPORATE}
    Calling XDO Data Engine...
    [101812_082245358][][EXCEPTION] java.lang.NullPointerException
         at oracle.apps.xdo.dataengine.DataTemplateParser.GetNodeNumChildren(DataTemplateParser.java:345)
         at oracle.apps.xdo.dataengine.DataTemplateParser.templateParser(DataTemplateParser.java:277)
         at oracle.apps.xdo.dataengine.XMLPGEN.setDataTemplate(XMLPGEN.java:599)
         at oracle.apps.xdo.dataengine.DataProcessor.setDataTemplate(DataProcessor.java:193)
         at oracle.apps.xdo.oa.util.DataTemplate.<init>(DataTemplate.java:136)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:282)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
         at com.sun.java.util.collections.ArrayList.RangeCheck(ArrayList.java:492)
         at com.sun.java.util.collections.ArrayList.get(ArrayList.java:306)
         at oracle.apps.xdo.dataengine.DataTemplateParser.getParentDataSource(DataTemplateParser.java:1737)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeDefaultGroup(XMLPGEN.java:320)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:279)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:266)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:205)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:237)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:364)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:236)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    If anyone are aware of this error kindly help me.
    Thanks
    Antony.

    Hi Jason,
    Call any one of the methods
    viewer.dispose(); or clientDoc.close();
    Do not use both in BI 4.x version.
    Test the same and let me know if it works.
    Thanks,
    Prithvi

  • Trying to use lexical parameter in ORDER BY

    I'm using BIP in EBS and I have a report that needs to be sorted based on parameters selected in conc. pgm. I'm trying to use lexical parameters to accomplish this, however, it's not working. I have defined my lexical parameter in Package Spec and I'm setting it accordingly in Package Body(BeforeReport trigger). In my data template (dataQuery section) I have the following SQL
    SELECT 'AP_BANK_ACCOUNTS_ALL' as "table_audit2",
    a.bank_account_id,
    to_char(a.audit_timestamp,'DD-MON-YYYY HH:MI P.M.'),
    a.audit_transaction_type ,
    a.audit_user_name,
    a.bank_account_name,
    a.bank_account_num,
    a.account_type,
    a.org_id,
    a.bank_branch_id,
    a.xxap_field_changed,
    a.xxap_new_value,
    a.xxap_old_value,
    b.bank_name,
    d.short_name
    FROM xxap_bank_accounts_all_gtmp a,
    ap_bank_branches b,
    hr_organization_information c,
    gl_sets_of_books d
    WHERE a.bank_branch_id = b.bank_branch_id
    AND a.org_id = c.organization_id
    AND c.org_information_context = 'Operating Unit Information'
    AND c.org_information3 = d.set_of_books_id
    ORDER BY &lv_order_by
    The IF statments below are being used in package to set lexical parameter
    note: p_order_by_1 & 2 are from conc.pgm
    IF p_order_by_1 IS NOT NULL
    THEN
    lv_order_by := to_char(p_order_by_1);
    lv_order_1 := 'Y';
    END IF;
    IF p_order_by_2 IS NOT NULL
    THEN
    IF lv_order_1 = 'Y'
    THEN
    lv_order_by :=lv_order_by||','||to_char (p_order_by_2);
    lv_order_2 := 'Y';
    ELSE
    lv_order_by := to_char(p_order_by_2);
    lv_order_2 := 'Y';
    END IF;
    END IF;
    Any help will be greatly appreciated!!!! I'm a newbie to EBS and BIP so you can probably imagine how frustrated I am.
    Message was edited by:
    user631051

    The conc. pgm completes successfully but my report is not sorted. Data Template below:
    <properties>
    <property name="include_parameters" value="true" />
    <property name="include_null_Element" value="true" />
    <property name="xml_tag_case" value="upper" />
    <property name="db_fetch_size" value="500" />
    <property name="scalable_mode" value="off" />
    <property name="include_rowsettag" value="false" />
    <property name="debug_mode" value="off" />
    </properties>
    <parameters>
         <parameter name="p_start_date" dataType="date"/>
         <parameter name="p_end_date" dataType="date"/>
         <parameter name="p_org_id" dataType="number"/>
         <parameter name="p_data_priority" dataType="character"/>
         <parameter name="p_include" dataType="character"/>
         <parameter name="p_account_type" dataType="character"/>
         <parameter name="p_order_by_1" dataType="character"/>
         <parameter name="p_order_by_2" dataType="character"/>
         <parameter name="p_order_by_3" dataType="character"/>
         </parameters>
    <dataQuery>
    <sqlStatement name="Q1">
    <![CDATA[SELECT 'AP_BANK_BRANCHES' as "table_audit1", a.bank_branch_id as "bank_branch_id",
                     to_char(a.audit_timestamp,'DD-MON-YYYY HH:MI P.M.') as "audit_timestamp",
                     a.audit_transaction_type as "audit_transaction_type", a.audit_user_name as "audit_user_name",
                     b.bank_name as "bank_name", b.bank_branch_name as "bank_branch_name",
                     to_char(b.bank_number) as "bank_number", a.active_date as "active_date", a.xxap_field_changed,
                     a.xxap_new_value, a.xxap_old_value
                    FROM xxap_bank_branch_gtmp a,
                         ap_bank_branches b
                    WHERE a.bank_branch_id = b.bank_branch_id
          ]]>
    </sqlStatement
    <sqlStatement name="Q2">
    <![CDATA[SELECT 'AP_BANK_ACCOUNTS_ALL' as "table_audit2",
                     a.bank_account_id as "bank_account_id",
                     to_char(a.audit_timestamp,'DD-MON-YYYY HH:MI P.M.') as "audit_timestamp",
                     a.audit_transaction_type as "audit_transaction_type",
                     a.audit_user_name as "audit_user_name",
                     b.bank_name as "bank_name",
                     a.bank_account_name,
                     a.bank_account_num as "bank_account_num",
                     a.account_type as "account_type",
                     to_char(a.org_id) as "org_id",
                     a.bank_branch_id as "bank_branch_id",
                     a.xxap_field_changed,
                     a.xxap_new_value,
                     a.xxap_old_value,
                     d.short_name as "short_name"
                    FROM xxap_bank_accounts_all_gtmp a,
                         ap_bank_branches b,
                         hr_organization_information c,
                         gl_sets_of_books d
                    WHERE a.bank_branch_id = b.bank_branch_id
                    AND   a.org_id = c.organization_id
                    AND   c.org_information_context = 'Operating Unit Information'
                    AND   c.org_information3 = d.set_of_books_id
                    ORDER BY &lv_order_by
          ]]>
    </sqlStatement>
    </dataQuery>
    <dataTrigger name="beforeReportTrigger" source="XXAP_RPT_BANK_AUDIT_EXT_PKG.BeforeReport"/>
    <dataStructure>
    <group name="G_Bank_Branches" source="Q1">
    <element name="table_audit1" value="table_audit1"/>
              <element name="bank_branch_id" value="bank_branch_id"/>
              <element name="audit_timestamp" value="audit_timestamp"/>
              <element name="audit_transaction_type" value="audit_transaction_type"/>
              <element name="audit_user_name" value="audit_user_name"/>
              <element name="bank_name" value="bank_name"/>
              <element name="bank_branch_name" value="bank_branch_name"/>
              <element name="bank_number" value="bank_number"/>
              <element name="active_date" value="active_date"/>
              <element name="xxap_field_changed" value="xxap_field_changed"/>
              <element name="xxap_new_value" value="xxap_new_value"/>
              <element name="xxap_old_value" value="xxap_old_value"/>
    </group>
    <group name="G_Bank_Accounts_All" source="Q2">
         <element name="table_audit2" value="table_audit2"/>
         <element name="account_type" value="account_type"/>
    <element name="bank_account_id" value="bank_account_id"/>
              <element name="audit_timestamp" value="audit_timestamp"/>
              <element name="audit_transaction_type" value="audit_transaction_type"/>
              <element name="audit_user_name" value="audit_user_name"/>
              <element name="bank_name" value="bank_name"/>
              <element name="bank_account_name" value="bank_account_name"/>
              <element name="bank_account_num" value="bank_account_num"/>
              <element name="org_id" value="org_id"/>
              <element name="xxap_field_changed" value="xxap_field_changed"/>
              <element name="xxap_new_value" value="xxap_new_value"/>
              <element name="xxap_old_value" value="xxap_old_value"/>
              <element name="short_name" value="short_name"/>
    </group>
    </dataStructure>
    </dataTemplate>

  • How to perform commission recalculation in OIC

    Hi All,
    I'm using 11i OIC.
    I need to perform a commission recalculation for one of the employee, for a particular period.
    Any idea how to do this.
    Is there any conc.pgm doing this or do we need to do this manually.
    Any pointers will be of much helpl
    Regards,
    Mohan

    Hey,
    Check out below links and try it in CEWP. It may help you.
    SharePoint 2013 – CRUD on List Items Using REST Services & jQuery
    Using REST in SharePoint App to perform CRUD Operations
    http://microsoft-techies.blogspot.in/2014/07/sharepoint-list-item-crud.html
    Thanks.

  • XML Parsing Error: not well-formed Help!

    Hello Everyone,
    I followed this link "http://quest4apps.wordpress.com/2010/07/31/xmlp_report/" to create data template and RTF to generate a report. I have done exactly the same. But when i run the concurrent program i get "Completed" with "Warning" and on View Log i see ".....One or more post-processing actions failed...". And when i view XML i get
    XML Parsing Error: not well-formed
    Location: ********
    Line Number 3, Column 2:
    &lt;&gt;
    -^This is my data template:
    <?xml version="1.0" encoding="WINDOWS-1252" ?>
        <dataTemplate description="Invoice Data" Version="1.0">
            <parameters>
                <parameter name="p_OrgId" dataType="number" />
                <parameter name="p_VendorId" dataType="number" />
            </parameters>
            <dataQuery>
                <sqlStatement name="Q1">
                    <![CDATA[
                        SELECT invoice_num,invoice_currency_code,invoice_amount
                        FROM ap_invoices_all
                        WHERE org_id = :p_OrgId
                        AND vendor_id = :p_VendorId
                    ]]>
                </sqlStatement>
            </dataQuery>
            <dataStructure>
                <group name="G_INV" source="Q1">
                    <element name="INV_NUMBER" value="invoice_num" />
                    <element name="INV_CUR_CODE" value="invoice_currency_code" />
                    <element name="AMOUNT" value="invoice_amount"/>
                </group>
            </dataStructure>
        </dataTemplate>And also when i run run other RDF reports it works fine. Please help me on this..
    Thanks & Regards
    John.

    Are you sure the parameters are passed correctly to data template?
    Can you try hardcoding the org and vendor details in query and try running the conc pgm again?
    Also validate if that query return records...

  • Can we use Template(Rtf) to all Concurrent Program Type.other than Reports

    Hi Frs,
    i have created Concurrent program with Method as SQL*plus and output type as XML. but when i run the Report i get output has Text Format.
    not getting XMl File.
    i need to setup rtf for this Concurrent Program.
    How to Get it.
    whether it is possible to setup RTF for concurrent Program with method as SQL*plus or RTF is only supported for Method Report.
    pls help
    Message was edited by:
    Badsha
    Message was edited by:
    Badsha

    I don think, this way you can get xml output,..
    "i have created Concurrent program with Method as SQL*plus and output type as XML. but when i run the Report i get output has Text Format.
    not getting XMl File."
    use, the same query in datatemplate , and use the seeded XDO executable as the executable.
    first get the xml out from Conc Pgm, then we can design the RTF and assign to it

Maybe you are looking for