Identify user logged in discoverer as a oracle apps user

Hi Guys,
I am using web based to log in to discoverer as a oracle applications user. there is a report in one responsibility related to PO. My question is, can i catch the user who is logged in (his username or user ID) to be printed on the report.
or
I created a report which can see the details of the requisition (req ID, line number, Requestor, Approver, Requestor Dept, PO Number, etc). My report should display only the requisitions created by the user who is logged in who will be the requestor here in this case. I cant pass requestor as the parameter. It should automatically take the user logged in as requestor and display only his requisitions on to the output.
Help Appreciated.
Thanks

use FND_GLOBAL.USER_NAME to get current user and pass it as parameter

Similar Messages

  • Discoverer  link on  oracle apps  R12 launch worksheet list?

    the discoverer link on oracle apps R12 launch worksheet list instead of query progress page?
    the function form is as follows mode=DISCO&workbook=ALL_STAFF_DATA
    And can expalain to me how to fill this parameters in case where the woorkbook is containing many worksheets .Here is the formula
    mode=DISCO&workbook=<workbook identifier>&parameters=Disco paramater name M~Parameter M Value*param_workbook parameter name N~Parameter N Value
    Thanking in advance

    Pl see if MOS Doc 471303.1 (How to Create a Link to a Discoverer Workbook in Apps R12) can help
    HTH
    Srini

  • Accessing Discoverer Reports from Oracle Apps

    Hi all,
    Requirement: Accessing Discoverer Reports from Oracle Apps
    Discoverer: 11g
    Oracle Apps: 12i
    When I am trying to access the Discoverer Reports from Oracle apps, again it is asking for Oracle Apps Login details. Can we have any other option that can directly connect to the viewer without any intermission. Please its urgent requirement.
    ThanQ,
    ABR

    Hi Arun,
    When I am trying to access the Discoverer Reports from Oracle apps, again it is asking for Oracle Apps Login details. Can we have any other option that can directly connect to the viewer without any intermission. Please its urgent requirement.Pl refer section *6.4. Set Applications profile options in Oracle E-Business Suite* from MOS tech note
    *Using Discoverer 11.1.1 with Oracle E-Business Suite Release 12 [ID 1074326.1]* and make sure that all profile options are set to a valid value.
    thanks,
    X A H E E R

  • Discoverer report in oracle apps 11i

    hi,
    can you please explain me the steps involved in to view the discoverer report in oracle application 11i.... how to attach a discoverer report in oracle applications 11i versions...

    Hi,
    Take a look at Metalink Note:278095.1
    Rod West

  • Discoverer 11g and Oracle apps

    I have setup discoverer and everything is working.  When calling from oracle apps, I am getting this error:
    Could not locate or parse the .dbc file /ebs02/prod/discoverer/Oracle/Middleware/asinst_2/config/Discoverer/Discoverer_asinst_2//corpdevpl200-fin_prod.dbc corresponding to the given Oracle Applications instance.
    The problem is the double slash before the dbc file.  Where would the trailing slash come from? Any advice is appreciated.

    The issue was that the opmn.xml file had a slash at the end of the fnd_secure variable, I removed it and the double slash problem was resolved!  I did not edit the script, this was from the install. Possibly not many people have integrated 11.1.1.7 discoverer with EBS and make the call to discoverer from menu in EBS, hence this has not been reported.

  • How to register the Discoverer workbook in Oracle Apps 12i

    I am trying to access a workbook form the Apps side. I did all the things which I got from metalink except the last step 6. I reloginned and check but it is giving the error like
    "The webpage cannot be found ".
    Please assisst me.
    1. Create the workbook.
    2. Open the workbook in the Discoverer Desktop or Plus edition and go to
    'File->Manage Workbooks->Properties' look for the value for 'Identifier'. Save this value.
    3. Create a form function. Open the Function form and create a new function.
    Define the Form Function.
    The form function definition includes the properties listed in these tabs:
    3.1 Description tab:
    3.1.1 Function Name: BIS_[X] (use something to distinguish it from seeded functions)
    3.1.2 User Function Name: This is the name that will show in the menu
    3.1.3 Description: Add a description of the function if you want.
    3.2 Properties tab:
    3.2.1 Type: Select "SSWA plsql function"
    3.2.2 Maintenance Mode Support: Leave as "None"
    3.2.3 Context Dependence: Leave as "Responsibility"
    3.3 Form tab:
    3.3.1 Form: Leave the field blank.
    3.3.2 Application: Leave the field blank.
    3.3.3 Parameters: workbook=<(workbook identifier from step2) &PARAMETERS=sheetid~worksheet id*param_parameter name One~Parameter One Value*param_parameter name Two~Parameter Two Value*
    Eg; 'workbook=TEST_WORKBOOK&PARAMETERS=sheetid~1*' would open sheet 1 of the workbook.
    # According to the Applications Administration Edition the workbook name will also work here.
    See Expanation section below for more information on setting up parameters and changes fro Discoverer Viewer.
    3.4 Web HTML tab:
    3.4.1 HTML call : Set as OracleOasis.RunDiscoverer
    3.5 Web Host tab:
    3.5.1 Leave all fields blank.
    3.6 Region tab:
    3.6.1 Leave all fields blank.
    3.7 Save the form.
    4. Open the menu form as sysadmin.
    4.1 Search for the main menu under which you want the link to appear.
    4.2 Add the information you need such as prompt, submenu, description etc.
    4.3 Enter into the Function field the name of the function you created in step 3.
    4.4 Save the menu form.
    A message will appear saying that a concurrent program will run to regenerate the menus.
    You can cancel it if you want and do step 5 below if the menu does not appear after the concurrent program runs.
    5. Use adadmin and recompile the menu information to make the changes appear.
    6. Bounce Apache and Forms.
    Thanks,
    ABR

    Hi Hussein,
    Very much thanks to you Hussein. I gone through the doc 471303.1 and came to know that the options and values which we have to take for Launching Discoverer Report from 11i & 12i is differenet. Ohh great its working and I have a question when I am selecting the Discoverer Report function from the Apps the follwoing error is coming.
    A connection error.
    - Oracle BI Discoverer is unable to complete the connection initialization.
    - Default or specified schema containing EUL tables is inaccessible and asking for the log in details.
    Can't we go directly to the Discoverer Viewer where we can see the Worksheets without coming through the login page.
    Once again thank you Hussein.
    ABR.

  • Discoverer Tables in Oracle Apps

    Hello All,
    We have implemented Oracle Financials 11i (11.5.9) and Discoverer 4i. We have around 300 discoveror reports.Out of these we think we can amalgmate few and can make them more generic .To do that I need to go through every single report to check parameters, columns and list them.
    Now my question :-
    Iinstead of opening every single report manualy and list parameter/columns I am thinking to extract parameters/columns through SQL, does anyone have idea which oracle schema/table hold oracle discoverer columns/parameters etc ?
    Note : I am able to track table name for discoverer table and that is
    EUL4_US.EUL4_DOCUMENTS
    Any suggestion/help is highly appreciated.
    Thanks
    Dinesh

    Hi Dinesh
    I have some bad news for you I'm afraid. Discoverer workbooks are not stored as SQL definitions, they are stored as BLOBs within the database. It is therefore not possibly to write any sort of query to interrogate the inner workings of a workbook. The only way to do this is to open each workbook in turn and analyze it.
    Sorry to be the bringer of bad news
    Best wishes
    Michael

  • How to identify the location of .dbc file in Oracle Apps ?

    Hi Guys,
    I'm looking for some system property to identify the exact .dbc file's location using my java program so that I can fetch the jdbc url to make a jdbc connection.
    I know we can get it from $FND_SECURE but there may be a possibility of two or multiple files in the location some times.
    My problem is I need to get the APPS_JDBC_URL from the dbc file to establish the connection to my db.
    Help appreciated.
    Thanks,
    Raghu.

    Hi,
    If want the file directory name to be captured in the BPEL process then add <element name="directory" type="string"/> in the inbound or outbound adapter header wsdl file. Then declare a variable of the header message type and in the 'adapter' tab of the receive or invoke activity select that variable which you previously created.
    Hope this helps.
    Rdgs.

  • Open a default discoverer worksheet from Oracle Apps

    Hi,
    We know how to create a form function link and attach it to a menu to open a discoverer workbook. But if the discoverer workbook has multiple worksheets, the form function link opens a intermediate page which shows the available worksheets in the workbook. And we can choose the required worksheet.
    But, is it possible to open one of these sheets directly by clicking on the link rather than going to the intermediate page. (i.e. make one of the worksheets in the workbook as default worksheet.)
    Thanks in advance,
    Hiten

    Hi, PaulTian ,
      Have you find the solution? I have the same problem, and it world not be responsibility reasons. The webservice worked well ,but it stopped when applied a patch.
    Kevin

  • Discoverer Drake with Oracle Applications 11i

    Hi,
    Is it possible to use Discoverer Drake with Oracle Apps 11i?
    Thanks.
    Lee

    To clarify:
    All versions of Discoverer can operate 'standalone' against Apps 10.7-11i. Only Discoverer 4i was certified in the 11i techstack and 10g r1 (9.0.4) is also certified using documented steps (see MetaLink). Discoverer 9i was not certified int the tech stack. Discoverer 10g r2 (10.1) can be used standalone with custom BA's, it is not yet certifiedd with the 11i pre-seeded EUL can content.
    At this stage in the product, if using 11i, use 4i or 10g r1. If standalone, use 10g r1 (9.0.4) or 10g r2 (10.1).
    Regards

  • Error on installing oracle apps 11i on RHES3 _URGENT!   HELP~

    Hi can anyone help on how to resolve i error i get when i install the oracle application 11.5.10.2 on RHES3. i follow and applied all required patches but i received an error:
    FINISHED INSTALL PHASE : 9i RDBMS : Fri Aug 22 03:03:28 PHT 2008
    There was an error while running the command - su oradb -c /d01/vision/visdb/9.2.0/temp/VIS_oratest/adrun9i.sh APPS APPS
    Exception in thread "main" java.lang.RuntimeException: AC-00002: Unable to create log file - /home/oraappl/oraInventory/logs/OracleHomeCloner_08220303.log
    Raised by oracle.apps.ad.util.LogFile
    at oracle.apps.ad.util.LogFile.appendLogFile(LogFile.java:343)
    at oracle.apps.ad.util.LogFile.log(LogFile.java:233)
    at oracle.apps.ad.util.LogFile.info(LogFile.java:212)
    at oracle.apps.ad.clone.util.OracleHomeCloner.registerOracleHome(OracleHomeCloner.java:272)
    at oracle.apps.ad.clone.util.OracleHomeCloner.main(OracleHomeCloner.java:859)
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    Database Availability Check
    HELP PLEASE!

    Exception in thread "main" java.lang.RuntimeException: AC-00002: Unable to create log fileDo you run RapidWiz as root user? Is this a multi-user or single user installation?

  • Oracle apps cloninig issue

    Hi
    I will do the single node cloning in oracle application 11.5.10.2 without applying rapid clone patch, its successfullly completed or not please give me the solution.
    Regards
    D

    Hi
    I have mentioned below the log file about adadmin:
    Archiving oracle/apps/mst/planoption/Shuttle$ButtonLayout.class
    Archiving oracle/apps/mst/planoption/Shuttle$ShuttleHandler.class
    Archiving oracle/apps/mst/planoption/Shuttle.class
    Archiving oracle/apps/mst/planoption/ShuttleLayout.class
    Archiving oracle/apps/mst/planoption/TableDataSource.class
    Archiving oracle/apps/mst/setup/ColorChoiceWrapper.class
    Archiving oracle/apps/mst/setup/ExceptionShuttleWrapper.class
    Archiving oracle/apps/mst/setup/ExceptionSpreadTableWrapper$ExceptionItemAdapter.class
    Archiving oracle/apps/mst/setup/ExceptionSpreadTableWrapper$ExceptionMouseAdapter.class
    Archiving oracle/apps/mst/setup/ExceptionSpreadTableWrapper$ExceptionTableAdapter.class
    Archiving oracle/apps/mst/setup/ExceptionSpreadTableWrapper$ExceptionTableFocusAdapter.class
    Archiving oracle/apps/mst/setup/ExceptionSpreadTableWrapper.class
    Archiving oracle/apps/mst/setup/KPIShuttleWrapper.class
    Archiving oracle/apps/mst/setup/LineColorWrapper.class
    Archiving oracle/apps/mst/setup/MapLineThickness$ComboBoxRenderer.class
    Archiving oracle/apps/mst/setup/MapLineThickness.class
    Archiving oracle/apps/mst/util/Debug.class
    Archiving oracle/apps/mst/util/JumpBackPopup.class
    Finishing and closing archive /ydev/u01/oracle/ydevcomn/java/oracle/apps/mst/jar/mstjar.jar.uns
    Done Generating mstjar.jar : Tue Sep 29 2009 06:37:22
    About to Sign mstjar.jar : Tue Sep 29 2009 06:37:22
    Executing: /ydev/u01/oracle/ydevcomn/util/java/1.5/jdk1.5.0_15/bin/java -Djava.security.egd=file:/dev/urandom sun.security.tools.JarSigner -keystore ******** -storepass ******** -keypass ******** -sigfile CUST -signedjar /ydev/u01/oracle/ydevcomn/java/oracle/apps/mst/jar/mstjar.jar.sig /ydev/u01/oracle/ydevcomn/java/oracle/apps/mst/jar/mstjar.jar.uns customer1
    JarSigner subcommand exited with status 0
    No standard output from jarsigner
    No error output from jarsigner
    Done Signing mstjar.jar : Tue Sep 29 2009 06:37:22
    About to Copy mstjar.jar to /ydev/u01/oracle/ydevappl/mst/11.5.0/java/jar : Tue Sep 29 2009 06:37:22
    Done Copying mstjar.jar to /ydev/u01/oracle/ydevappl/mst/11.5.0/java/jar : Tue Sep 29 2009 06:37:22
    Done Analyzing mstjar.jar : Tue Sep 29 2009 06:37:22
    Done Analyzing/Generating jar files : Tue Sep 29 2009 06:37:22
    Errors have occurred; exiting with status 1
    AD Run Java Command is complete.
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 11.5.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Failed to generate product JAR files in JAVA_TOP -
    /ydev/u01/oracle/ydevcomn/java.
    adogjf() Unable to generate jar files under JAVA_TOP
    Time is: Tue Sep 29 2009 06:37:23
    Backing up restart files, if any......Done.
    You should check the file
    /ydev/u01/oracle/ydevappl/admin/ydev/log/adadmin.log
    for errors.
    please give me the solution.
    regards
    D

  • Required Oracle FND tables for Discoverer Install (Oracle App user)

    Hi does anyone know of set documentation or, via SQL Trace, which existing tables Discoverer looks for when setting up an EUL? For instance, our install requires you select the Oracle Apps User Schema and put in the password for that schema where your FND tables reside.
    Assuming some are missing in our current setup, what would be required in order for Discoverer to work in conjunction with the Oracle applications roles and responsibilities, etc.
    I found this list in Discoverer documentation and confirmed I know have that setup correctly with proper grants, etc.. The EUL is created but does return an error of "Table or View does not Exist" which can be passed over and you can proceed into the EUL - but there is an error upon logging into EUL.
    grant select on FND_USER to &EULOWNER
    grant select on FND_APPLICATION to &EULOWNER
    grant select on FND_USER_RESPONSIBILITY to &EULOWNER
    grant select on FND_RESPONSIBILITY_VL to &EULOWNER
    grant select on FND_ORACLE_USERID to &EULOWNER
    grant select on FND_DATA_GROUP_UNITS to &EULOWNER
    This is Discoverer 10g and Oracle 10g database.
    Thanks,
    Mike

    Rod,
    I have confirmed that the Discoverer Administrator Responsibility has Administration, Desktop & Plus privelages.
    Furthermore, the account I am trying to login as - DSCADMIN has those permissions and is assigned that responsibility as well.
    It should be noted that when logging into the EUL as the DSCADMIN account, it prompts me to create a new EUL as one does not exist....however under the EUL ADMIN account (where the EUL was created), it recognizes the EUL since it is the owner.
    Am I missing something further - I've been through the documentation several times and can't figure this out - I have continually made progress but then hit a speed bump each time.
    It should also be noted that DSCADMIN is a database user schema account and also an Apps user as well - but this is how it was setup in our old enviornment so I wouldn't think this would make a difference.

  • Query or Profile Option to find Current logged in user in oracle apps R12

    Query or Profile Option to find Current logged in user in oracle apps R12.
    I want to get value of current user who is logged in to that particular session, based on the value of user_id or user_name returned i have to do a Forms Personalization.
    Plz help.
    Regards,
    Sadiya P.

    Hi Sadiya,
    do you have the answer for this? please send it to me because i am also have same requirement. so plz post it here....

  • Setting oracle apps  appscontext (user/organization/responsibility) in ODI

    Hi All - Is there anyway we can setup appscontext (used in oracle applications/ebs suite) (user id/organization id/responsibility) before executing any stored procedures from ODI. This can be achieved in BPEL. We can set these as properties for oracle apps adapter (in BPEL) which will inturn execute our stored procedures. How do we achieve this in ODI?
    Thanks!

    Hi,
    I found this in my notes:
    To set the ORG_ID (Business Group) in a SQL*Plus session, use the following anonymous PL/SQL block:
    BEGIN
    fnd_client_info.set_org_context('<ORG_ID>'); --ORG_ID for Business Group ID
    END;
    or even simpler:
    exec dbms_application_info.set_client_info('<ORG_ID>'); --ORG_ID for Business Group ID
    I remember using it in order to be able to query on some Views that don't display any record, as they are based on the Business Group you are logged to. Once I used the EXEC.... command in SQL*Plus, the view displayed the corresponding information.
    Try researching if package DBMS_APPLICATION_INFO could be used to set the ORGANIZATION_ID (to identify the Organization or Plant). Note that ORGANIZATION_ID is different than ORG_ID (ORG_ID is used to identify the Business Group).
    Hope this helps.
    By the way, please reply back with what you find and tell us if it worked and how you used it.
    Regards,
    Ramon

Maybe you are looking for

  • Java Two Threads Synchronization Problem

    Hello to all, i have a scenario like this where a manager open a restaurant which signal the arrival of customer. Each entity here is one thread. How to signal the customer from manager that is open state ? I have a boolean variable (IsOpen) in manag

  • In iOS 7.04, how do you delete songs?

    When I upgraded to iOS 7.04, I gained a lot of songs that I don't want and would like to delete but  I can't seem to "swipe" them away.  They don't show up in iTunes when I connect the phone to my Mac either.  How do I delete them?

  • Strange Fonts in labview graph's plot legend.

    Hello All,     I am running labview 7.1 on a Windows XP machine and the default and only language is English (US). Verified this under Control Panel > Regional Settings.     When I run a VI, I get strange fonts in the plot legend. They keep updating

  • AGED CREDITOR REPORTS IN DISCOVERER

    Hi... The standard aged creditor reports in Oracle - summary and detail can only be run at this moment in time, for example, I can not do a report for outstanding creditors as at period 6 in say period 7. The aged debtor report lets the user enter an

  • How to set baseband on iOS 5

    Hello everyone, My friend bought an iphone from UK and he is using it in Turkey. He did registration of iPhone. it was working on iOS 4. he updated phone to iOS 5 now it doest see any cellphone provider it updated baseband it self to 04.11.08 but in