How to determine the logged in user - BI Publisher

Hello

I'm building a SQL base report BI Publisher. I use BI Publisher integrated with the E - Business Suite for all users of ebiz can connect to BI Publisher

I have a requirement that my LOV parameter query must be restricted based on the user connected BI Publisher. I have the required select statement that just asking the connected to the user to provide. But I don't know if there is no variable standard BI can I use in my SQL query

Thank you
SouhL

Published by: SouhL Sep 14, 2008 01:04

Hey Shashi,

http://winrichman.blogspot.com/2008/09/how-to-get-logged-in-OBIEE.html

Use the OPE session variables available as: xdo_user_name

Select: xdo_user_name of double wil go search, connect it in USER :)

Tags: Business Intelligence

Similar Questions

  • How to determine currently logged-in - user?

    I opened a command prompt with "runas/user: Administrator cmd" and I need to determine which is the currently logged-on user. Is this possible? Thank you.

    You could install a "grep" utility Windows of the * nix application and filter the row that contains the user who is running the script... as in:
    PsLoggedOn |  grep - v % user_name %

    One place, you could get a grep utility is here:
       <>http://UnxUtils.sourceforge.NET/ >

    HTH,
    JW

  • How to get the logged in user name of BPM worklist.

    Hello

    In my SOA application I have attached the external form of ADF to human task. In the list of tasks, when the action is run on human task, I want this username to be stored somewhere in the payload or any other variable. Because I want to use this username more far in workflow.so that all configurations are necessary. Please suggest.


    Thank you.

    Hello, please try this feature as below:

    public String getUserLogin() get WorkflowException,
    BPMIdentityException,
    {BPMUnsupportedAttributeException}
    String userId = "";
    IWorkflowServiceClient wfSvcClient;
    ITaskQueryService queryService.
    IWorkflowContext wfContext;

    Get the username of the user login
    String contextStr = ADFWorklistBeanUtil.getWorklistContextId ();
    wfSvcClient = WorkflowService.getWorkflowServiceClient ();
    queryService = wfSvcClient.getTaskQueryService ();
    wfContext = queryService.getWorkflowContext (contextStr);
    userId = wfContext.getUser ();

    Returns the user name;
    }

    Kind regards.

  • How can I get the ENTERPRISE_ID of the logged-on user?

    Hello

    Is there a PL/SQL function that I could use to get the ENTERPRISE_ID of the user logged on so that I can use it in a report query for example as below.

    SELECT package.function

    FROM DUAL;

    "package.function" must be able to return to the ENTERPRISE_ID of the logged in user.

    Kind regards

    Santhosh Jose

    I think that you can access the ENTERPRISE_ID with:

    • SYS_CONTEXT ('FND_VPD_CTX', 'ENTERPRISE_ID')

    Assuming that the ApplCore session has been initialized or alternatively:

    Note that since it is related to the VPD implementation, that you can't question simply through companies, rather restrictions are applied at the level of the table. Also note that since its code internal, it is subject to change without notice.

    --

    Jani Rautiainen

    Relationship with the developers of Applications in fusion

    https://blogs.Oracle.com/fadevrel/

  • How to determine the number of highlight ' to write ' for DAQmx generate analog output?

    On the configuration of the stage for DAQmx generate analog output, there is a field "value to write.  I can't find any explanation for what it is, how it determines the value to enter, nor what he writes.  I am trying to go through the tutorials and it cling.

    Someone would give an explanation?

    Hello

    To write value specifies the value to write in the channels, lines or ports selected in string parameters. In other words, this value will be the value of your DC output (for example if you enter 5, your output will be 5V). To get information on different fields in SignalExpress, access help"context-sensitive help. A pane will appear in your work environment that displays the coordinates of the field when you place your pointer over them.

    For new users of SignalExpress:

    Generation of DC signals with NI DAQmx devices: step in the DAQmx build, select 1 sample (on request) in the generation Mode dropdown. You can select a programmatic input to generate, or you can remove the check mark from the check box use programmatic input and specify a value for generating in the field of value to write . NOR-DAQmx help also provides additional information about the data generation.

    Best regards

    M Ali

    Technical sales engineer

    National Instruments

  • What are the causes of the log of user account on missing cursor in Windows XP? I have two trays of office that they have this same problem. If you restart them the cursor returns?

    What are the causes of the log of user account on missing cursor in Windows XP? I have two trays of office that they have this same problem. If you restart them the cursor returns?

    Hi DaddyJeff,

    1. don't you make changes before the show?
    2. are you referring to the cursor in the area of user password on the login screen of Windows?
    3. when the cursor goes missing, the mouse pointer works on screen?

    It is difficult to say what is causing this problem. If the mouse pointer freezes or stops working, then we recommend you to reinstall the mouse. To do this, try the following steps:
    a. sign in to Windows.
    b. Click Start, click Run, type devmgmt.msc, and then click ok.
    c. in the list of objects, expand mice and other pointing devices.
    d. right click on the sub element and click on uninstall.
    e. unplug the mouse and plug it back.
    f. the Device Manager, select an item in the list, click the Action menu, click scan for hardware changes.
    g. check if the mouse is detected, if so, then install it.

    See mouse USB which is connected to a USB 2.0 hub is not detected by Windows XP


    Note:
    if the problem persists, restore the computer to an earlier time. See How to restore Windows XP to a previous state

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How to change the type of user account in the registry editor

    Hello.

    Can someone tell me how to change the type of user account in the registry editor

    Thanks in advance... :-)

    Kind regards
    Rambeau

    Hello.

    Can someone tell me how to change the type of user account in the registry editor

    Thanks in advance... :-)

    Kind regards
    Rambeau

    You can not. You need to do this via the control panel / accounts of users or via the command prompt. In both cases, you need to be logged in as an administrator account.

  • How to determine the operator of mobile telephony with Blackberry?

    Is it possible (and how) to determine the mobile operator uses the user on his Blackberry in my own applications?

    RadioInfo.getCurrentNetworkName)

    Oops... just realized it's webworks... Well, the above, that's how you do it in Java-_ -.

  • Show/hide menu based on the logged in user

    Hello

    12.1.3 Jdev

    I want to show/hide some menu items based on the logged in user.

    I will explain the current design:

    In my application, I created a menu as below. (It is created using 'Create or Update ADF Menu' file adfc_config).

    ibis_menu. XML

    <?xml version="1.0" encoding="windows-1252" ?>
    <menu xmlns="http://myfaces.apache.org/trinidad/menu">
      <itemNode id="itemNode_home" label="Home" action="goHome" focusViewId="/home"/>
      <itemNode id="itemNode_transaction" label="Transaction" action="goTransaction" focusViewId="/transaction"/>
      <itemNode id="itemNode_customer" label="Customer" action="goCustomer" focusViewId="/customer"/>
      <itemNode id="itemNode_upload" label="Upload" action="goUpload" focusViewId="/upload"/>
      <itemNode id="itemNode_profile" label="Profile" action="goProfile" focusViewId="/profile"/>
      <itemNode id="itemNode_serviceRequest" label="Service Request" action="goServiceRequest"
                focusViewId="/serviceRequest"/>
      <itemNode id="itemNode_report" label="Report" action="goReport" focusViewId="/report"/>
    </menu>
    

    I have a navigation pane in my Pages that use this menu as below:

    <af:navigationPane hint="bar" id="np1" value="#{ibis_menu}" var="menuInfo">
                            <f:facet name="nodeStamp">
                                <af:commandNavigationItem id="ni1" text="#{menuInfo.label}"
                                                          destination="#{menuInfo.destination}"
                                                          action="#{menuInfo.doAction}"/>
                            </f:facet>
                        </af:navigationPane>
    

    Now, I want to hide some items on the menu, depending on the Type of user loggedIn. I have the userType stored in the managed bean.

    How can I get this feature.

    An approach which I think is as below:

    Define a variable for each itemNode in a managedbean(session scope) and who associate with the property ' visible ' / ' rendering ' of the itemNode in the Menu xml.

    Please let me know is a good way to do it or is there another solution better?

    See you soon

    AJ

    So, maybe this can help:

    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/48-sitemenu-protection-169190.PDF

  • How to determine the ROWNUM in a Master detail form

    Hello

    I work in a master detail form with controls and information in order of points; I have created a process that allows users to select a product on a tabular presentation ID and the next column is filled automatically with the Product Description.

    To achieve this, I followed some instructions by Denes Kubicek (http://apex.oracle.com/pls/otn/f?p=31517:241), but my case is slightly different:

    < ul > I use a form tabular-created by Wizard, instead of manual tabular form; and < /ul >
    < ul > instead of using another page as a Popup to pass the parameter of the ROWNUM, I use a plugin called "tabular form Super LOV" which is a modified version of Super LOV the SkillBuilders who works on tabular forms. < /ul >

    The product ID is returned in the line by the plug-in; but in the case of the Description of the product, it is always returned in the first row; and my problem is that I don't know how to determine the line where the user clicked to call the plugin.

    I created an example in apex.oracle.com in case someone wants to look at:
    Workspace: ediazjorge
    User name: test
    Password: test
    App name: Sample App
    The app number: 1550

    BTW, I use Apex 4.1.1.00.23 and Oracle DB 10.3.2.

    Thanks in advance,

    Erick

    See what {message identifier: = 10436048}

    OR

    {message: id = 10458307}

    You must use something like below

    //in your case currIndex means the ROWNUM value you have
    $('input[name="f03"]')[currIndex].val('some thing')
    

    And for the jquery selector try this

    $('img[alt="Popup Lov"]')
    
  • How to determine the amount of memory shipped on the PXI-5114

    How to determine the amount of memory onboard, I have on my PXI-5114?

    Thanks in advance.

    Hello

    I'm sorry I didn't know you already had the map.  There is a property for NO-Scope node to determine the total amount of available memory that we can then divide down to get the memory available per channel.  Please see the vi and help below:

    This gives a shot, just drop it in a VI that you use and if it should return your memory cards.  If you don't have a LabVIEW I can probably retrieve the purchased version by querying your serial number.

    Kind regards

    Kyle S

  • How to determine the amount of memory was my pci-6115?

    How to determine the amount of memory was my pci-6115?

    I see two beaches of memory OR max.

    My PCI-6115 there 32 or 64 MB memory?

    Range of memory between 1: FE9F7000-FE9F7FFF

    Range of memory between 2: FE9F7800-FE9F8FFF

    It's an old part number for the Board 32 MB.

    -Christina

  • How to determine the index of an item in a cluster?

    I have a small program that I put in place, as I'm just trying to get up to speed on Labview.  I have a boolean cluster buttons and for some reason the top button of the page is coming through as Index 3.  There are four buttons in the cluster, but for some reason, there has been a change.  The top must be Index 0.  How to do the things fixed?  I do not see how to determine the index of each button through properties.

    Thank you

    The order of items in a cluster is the same as the order that you added them. To change the order, just right click and select "rearrange controls in the group. If you use Unbundle by name, you don't care the order.

  • How to disable the log on the windows sound?

    How to disable the log on the windows sound?

    Hello

    To disable startup sound in Windows XP, follow these steps:

    a. click Start, click run, type mmsys.cpl and then click OK.

    b. click the sounds tab.

    c. under program events, click Windows logon.

    d. in the sounds box, click (none)and then click OK.

    See also: change Windows XP sounds

  • How to determine the amount of ink in the cartridge of 920 ink

    I'm operating a HP OfficeJet 6500 has more with HP 920 cartridges. The operating system is Windows XP. How to determine the amount of ink in the cartridges. I get a "low ink" memo of the printer, even if it's too late.

    Hello

    In the menu, press the right arrow once, then you should see an icon 'meter ink' it will show you an estimated ink level.

Maybe you are looking for