Report - Responsibility in EBS

Hi
I have bunch of Reports running as Concurrent Request in EBS.
How do I find from Report name which responsibility it is assigned to?
I got Report name but dot sure which responsibility it runs as.
Please advise.
Thanks and regards
Vijay

Hi there, here's a couple of queries that I use...
-- Program name
SELECT concurrent_program_id, f.*
FROM fnd_concurrent_programs f
WHERE f.concurrent_program_name like 'FNDWFLSC%'
--Request group related to program name
select frg.request_group_name
from fnd_request_group_units u, FND_REQUEST_GROUPS frg
where u.application_id = 0
and u.request_unit_type = 'P'
and u.unit_application_id = 0 --program_application_id
and u.request_unit_id = 44029 --concurrent_program_id
and frg.request_group_id = u.request_group_id
-- List of request group attached to responsibilities
SELECT t.responsibility_name, t.description, b.responsibility_key,
b.start_date, b.end_date, b.request_group_id
FROM fnd_responsibility_tl t, fnd_responsibility b
WHERE b.responsibility_id = t.responsibility_id
AND b.application_id = t.application_id

Similar Messages

  • Error while running a customize report in oracle ebs

    Hi ..
    can anybody suggest how to solve the follwing error while running a customize report in oracle ebs?
    XXIFMS: Version : UNKNOWN
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    Current system time is 03-JUN-2011 11:09:24
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_DATE_FROM='2010/04/01 00:00:00'
    P_DATE_TO='2011/06/03 00:00:00'
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.AL32UTF8
    stat_low = 9
    stat_high = 0
    emsg:was terminated by signal 9
    ld.so.1: rwrun: fatal: librw.so: open failed: No such file or directory
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program was terminated by signal 9
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 1068011.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 1068011 on node D0005 at 03-JUN-2011 11:09:24.
    Post-processing of request 1068011 failed at 03-JUN-2011 11:09:24 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 03-JUN-2011 11:09:24

    Please post the details of the application release, database version and OS.
    Is the issue with this specific concurrent program?
    Can you find any errors in the CM/OPP log files?
    Please see if these docs help.
    On R12.1.1/Solaris Platform While Generating Oracle Reports Files Failed With Error " ld.so.1: rwconverter: fatal: librw.so: open failed: No such file or directory [ID 1067786.1]
    Apps UPG Fail With Error Ld.So.1: Rwserver: Fatal: Librw.So [ID 961222.1]
    Thanks,
    Hussein

  • How to deployed jsp report to Oracle EBS R12

    Hi,
    The jsp report deploy using Oracle Report. How to deploy the jsp report to Oracle EBS R12 and calling jsp report through Self-Service Menu.
    Thank you.
    Wilson

    Hi,
    What tool you have used to develop those pages?
    Please see the docs referenced in this thread.
    I want to start OAF R12 please give me PDF
    I want to start OAF R12 please give me PDF
    Thanks,
    Hussein

  • Things to add if deploying report to oracle ebs

    hi,
    im using 12.1.3
    i have created a new report. i would like to deploy the report on oracle ebs. I know i must create a user variable p_conc_request_id, what else i need to add?

    What is the type of the concurrent program? I believe all the requirements are listed in the Developer guide.
    Oracle Applications Developer's Guide
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121devg.pdf
    Also, see the docs, it should be helpful.
    How to Register a Custom Report [ID 133991.1]
    How to Test and Register a Custom Report [ID 90292.1]
    How to Register a Custom Report [ID 174194.1]
    Integrating Custom Applications with Oracle Applications Release 11i [ID 176852.1]
    Thanks,
    Hussein

  • How to register a report program ins EBS?

    HI,
    I made a new report program called APVOUCHER.rdf it is developed/tested/ and running on Reports 10g windows. Then I ftp it to my EBS R12 linux server. Then I put it under the base path of $AP_TOP/reports/us.
    Then I register it in EBS using this
    a) Define the concurrent program executable with the Oracle Application Object Library. This links the execution file and the method used to execute it with a defined concurrent program. Log into Applications as the System Administrator and navigate to Concurrent > Program > Executable
    b) Define the concurrent program with the Oracle Application Object Library along with any program parameters or any incompatibilities. Log into Applications as the System Administrator and navigate to
    Concurrent > Program > Define.
    But in the 2nd define the program APVOUCHER ca not me found in LOVs provided under region
    Excutable
    Name>
    Method>
    If I click LOV for Name the report name is not in there :(
    Anything I miss in here?
    Thanks a lot

    Hi,
    Before you define the report, navigate to Concurrent > Program > Executable and fill out the form as follows:
    Executable: <REPORT SHORT NAME> --> (Similar to the report name you have uploaded but without .rdf)
    Short Name: <REPORT SHORT NAME> --> (Same as above)
    Application: Payables
    Description: <Description>
    Execution Method: Oracle Reports
    For more details, please refer to:
    Note: 133991.1 - How to Register a Custom Report
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=133991.1
    Once you are done with the above, you need to add this concurrent program to the Request Group which is attached to your responsibility.
    - Login to System Administrator responsibility
    - Navigate to Security > Responsibility > Define
    - Query the Responsibility Name
    - Write down the Request Group
    - Navigate to Security > Responsibility > Request
    - Query the Request Group
    - Add the concurrent program
    You should be able to see the concurrent program from the responsibility then.
    Regards,
    Hussein

  • Oracle Report Font problem when run report from oracle EBS R12

    Dear All
    I have developed one Report in ORACLE REPORT BUILDER in windows environment. I see the output of that report, its ok, I deployed it on the EBS R12 which is on Linux environment, when i see the output, its fonts totally change and due to change in fonts, output not same as like in previous stage. When i print from dot matrix Printer then sometime its shrink the character and sometime break the output..
    Kindly help me in this regard, because this problem i am facing from last few days.
    i am waiting for your quick response.
    Thanks in advance....
    Regards,
    Nawaz
    Edited by: Haq Nawaz on Nov 5, 2012 11:45 AM

    Thank you very much for your reply
    I have changed the fonts in the report, but when i run it from the EBS its has the same problem. from the EBS output font look like as (COURIER) rather than CALIBRI WESTERN.
    tell me what i have to change anything.

  • Add XML Publisher Administrator responsibility with EBS 11.5.9

    Hi all !
    I'm exploring the possibility to use XML Publisher inside Oracle E Business Suite 11.5.9. because...unfortunately it's not possible to upgrade EBS to the 11.5.10 version
    I found a note on the forum which says: "Starting from 11.5.9 the XMLP is bundled with Apps. You just need to add XML Publisher Administrator responsibility to your profile, and install MS Word template builder on your PC".
    So...my questions are:
    1) how can I add the XML Publisher Administrator responsibility to my profile ? Should I set up something (already existing into EBS), or should I install a patch ?
    2) how can I know the XML Publisher version bundled within Apps (if what is written inside that note it's true), 'cause I'd like to use the 5.6.3 version
    Also, I looked for a solution on Metalink and the only note regarding how to use XML Publisher inside E Business Suite 11.5.9. is the note id 278727.1 (even I should install the 4.5 XML Publisher version - TOO OLD)
    Thanks in advance
    Alessandro

    Hi Ravi thanks for you answer !
    So....I tried to create the responsibility from scratch, because nothing is defined for XML Publisher, in this way (from the OA System Administrator):
    Responsibility Name: XML Publisher Administration
    Application: XML Publisher
    Responsibility Key: XDO_ADMINISTRATION
    .....but inside the Data Group area
    Name : Standard
    Application: ?
    ....and inside the Menu area which information should I write ?
    Is there something to follow in order to create from scratch a XML responsibility ?
    Thanks again
    Alex

  • Unable to open XML report in Oracle EBS r12

    Hi,
    I have new installation of Oracle EBS r12 (12.1.1) on linux.
    To test the XML report, I changed the output of standard report 'Active Users' from 'Text' to 'XML' and defined the data definition and template for this report.
    I am unable to see the output for XML reports. The report completes without error, however I cannot open the output file.
    The browser opens for fraction of a second and then closes down. My client machine is Windows 7 and I used Microsoft words 2010 to build template
    I used the 5.7.201 version of BI publisher to create the rtf template.
    Please help me to resolve this issue.
    Thanks

    I changed the output of standard report 'Active Users' from 'Text' to 'XML' and defined the data definition and template for this report.
    looks like xml publisher report, so output for concurrent must be 'XML'
    ******* I have changed the output of concurrent program 'Active Users' from 'Text' to 'XML'
    I am unable to see the output for XML reports.
    how you see it?
    ******* I tried to open the report by clicking on 'Output' button from view request screen of EBS.
    did you try after concurrent completed check 'diagnostic -> view xml'?
    ******* I haven't tried this. Will do now.
    The report completes without error, however I cannot open the output file
    what is error?
    ******* There is no error, the request completed successfully. When I tried to open the output file by clicking 'output' button, the browser doesn't open.
    did you check OPP log?
    ******* There is nothing in the OPP log.
    if concurrent failed so first of all check your code - data template and package (if used)
    ******* I used the standard EBS report 'Active Users' and just changed the output from 'Text' to 'XML' and attached the rtf template.

  • How to merge multiple responses in EBS

    Hi Everyone,
    I have been currently working on POC where Mediator EBS Service needs invokes multiple Provider ABCS to search for Item in System A and System B.
    Result from both the Providers should be combined and should be sent out as one message to the Requester ABCS.
    Can this be achieved through Mediator Service ?
    Thanks in Adavance

    Hi Gerhard,
    So in the case of EBF, EBF is not allowed to communicate with either of the ABCS. As per the deisgn flow suggested above, we can orchestrate and invoke both the system EBS and receive the response from Prov A & prov B. Similarly it would merge the results in whatever way and create the final response EBM that is passed back to the ReqABCS.
    Here comes my question. Can the EBF send the final response EBM directly to Req ABCS. It should have another mediator to do this rite??
    So it should be like as said above,
    Req ABCS - EBS(route to EBF) - EBF - EBS1( sys1) - Prov ABCS 1
    Req ABCS - EBS(route to EBF) - EBF - EBS2( sys2) - Prov ABCS 2
    So Req ABCS-1
    Generic EBS - 1 ( to route the EBM to EBF.. This will also get the response EBM back from EBF.)
    EBF -1 ( bpel process to orchestrate to multiple EBS)
    EBS 1(sys1)
    EBS 2(sys2)
    Prov ABCS - 2 ( sys1 & sys2)
    Do correct me if im wrong.
    Regards,
    Rahul
    Edited by: Rahul Somasundaram on Sep 7, 2010 1:04 AM
    Edited by: Rahul Somasundaram on Sep 7, 2010 1:05 AM

  • Reporting Repository in EBS

    Does EBS have something similar to the BI Publisher standalone where it stores the history of reports, scheduled reports, etc? Will it store completed XMLP reports that completed in EBS?
    Basically, I may want to create an entire request set with all the scheduled reports; however, I want the output to be stored at a central location where users can go to retreive.

    Concurrent program stores the output, but it is deleted as part of regular maintenance of fnd_conc_requests and output/log file. Typically, after 7, 15 or 30 days schedule depending on the volume of transactions in the environment.
    I don't think there is any out of the box functionality in EBS to store the reports for a long time. You can probably define a virtual printer and then use xml pub apis to store the output at a certain location.
    regards,
    prakash

  • Unable to access responsibility in EBS

    Hi,
    I have oracle EBS of version 11.5.10.2
    and DB Version is 10.2.0.4
    while I am trying to access one responsibility I got the following errors.Can any one please suggest the solutions.
    *There are no valid navigations to this resposibility
    Cause:Application object Library was unable to load the menu for the current responsibility.
    Cause:The menu compilation has failed
    Cause:There is no valid menu defined for this resposibility
    cause:There is no navigable forms associated with this responsibility.*
    Any suggestion for the issue in appreciable.
    Thanks,
    Nabin

    Seems like no function is attached to this responsibility.Have you verified this?
    Any errors in Apache log files?
    Wanted to know if any set-ups need to be done from a DBA side??Please check the AME grants -- See these docs for details.
    Unable To Open Approval Management Business Analyst Menu [ID 816695.1]
    How To Investigate Service Request Approval (AME/ERES) Not Working as Expected [ID 1067744.1]
    Thanks,
    Hussein

  • How to use reports 6i in ebs

    Hi Gurus
    Can some one please explain to me how to use oracle reports in ebs.Please detail it properly for me.

    Refer to Oracle Applications Developers Guide from Applications documentationWhich can found at:
    Oracle Applications Developer's Guide
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/115devg.pdf

  • How can i create bulk users with system Administrator responsibility in EBS

    Hi Gurus
    I want to create or Load Bulk users with System Administrator Responsibility in Oracle EBS using simple steps (Concurrent,API,OI,Back end). Is it Possible to create user with system Administrator Responsibility using concurrent/API/OI. Kindly help me in creating users with following details.
    Username     User Description     Employee Name     E-Mail ID     
    Das A R     GM     Mr. Arup R.Das     [email protected]     
    sandeep.n     Sr. Manager - Works     Mr.sandeep.Naik     [email protected]     
    sandeep     Asst. Manager - Excise Mr.Sandeep Bhosale     [email protected]     
    Thanks in Advance
    Hemanth.C

    Login to to the Ebiz database with user/paswad app/app and verify the detiled parameter for below DB procedures which are being used to create, update user and responsibility related work
    Create User FND_USER_PKG.CreateUser
    Disable user FND_USER_PKG.DisableUser
    Update USer FND_USER_PKG.UpdateUser
    Enable User FND_USER_PKG.EnableUser
    Add Responsibility FND_USER_PKG.AddResp
    Update Responsibility FND_USER_PKG.AddResp
    Remove Responsibility FND_USER_PKG.DelResp
    In your case call two method
    1.CreateUser pass all parameter
    2. add responsibility - for responsibility check the KEY/ID value for System administrator in FND_RESPONSIBILITY table. while calling method pass this ID/KEY
    Better put this in EBIZ forum.

  • Slow report response from Portlet Analyze link

    Hi,
    We make a lot of use of Oracle Portal Discoverer portlets. We are noticing that it takes a long time for reports to respond when the Analyze link is selected in a Discoverer portlet. There seems to be a few seconds delay before the anything happens then the Viewer Query progress page appears and sits for a few seconds before the actual query is run. The time taken to run the SQL on the server seems to be a small fraction of the total response time.
    We are using OracleBI Discoverer Version 10.1.2.54.25 with Oracle Application Server Portal Release 2 (10.1.2) on Solaris. Has anyone else experienced similar performance issues? Are there any suggestions for where to look to improve the response times?
    Thanks in advance.
    Dave

    Hi,
    Do you have the query prediction enable?
    Take a look at the pref.txt file (path: $ORACLE_HOME/discoverer/util/) at the value of
    QPPEnable
    To disable it change the default ( 1 ) to 0
    after editing the pref.txt file you'll need to run the applypreferences program (same path).
    You can disable it so that it will save you time while running a worksheet.
    Tamir

  • Crystal Report Response time

    I need some help trying to resolve this issue. When attempting to view History for reports in Crystal Report 2011, the response time is very slow. The behavior was verified in the CMC.
    I will appreciate any suggestion on how I can resolve this issues. Thanks Kingsley.

    The issue seems to be related more or less with Sizing. Can you check the number of schedules and the time when the failed schedules are or response was slow.
    I guess here the problem would be because of connections not available. Increasing the number of connection for CRJS would help here. Ofcourse sizing will be important.
    A way to avoid this would be to schedule reports in Batches with gap duration of 20-30 minutes.

Maybe you are looking for