How to assign multiple responsibilities of user OBIEE

Hi all

How to assign multiple user when responsibilities OBIEE integrated with EBS R12.

For example, I XXX_Custom, XXXX_Custom1 responsibilities of user1 in EBS. When I navigate to EBS to OBIEE how to get these two responsibilities. It is currently only a single responsibility.

Thank you
Srikanth.

Ensure that EBS GLOBAL security context. User_name is assigned to the: variable system target session USER.

Also in init block group change cela roles and use SQL in DataSource code change.

SELECT '' DISTINCT ROLES, RESPONSIBILITY_NAME OF
FND_USER, FND_USER_RESP_GROUPS, FND_RESPONSIBILITY_VL
WHERE
FND_USER.user_id = FND_USER_RESP_GROUPS.user_id
AND FND_USER_RESP_GROUPS. RESPONSIBILITY_ID = FND_RESPONSIBILITY_VL. RESPONSIBILITY_ID
AND FND_USER_RESP_GROUPS. RESPONSIBILITY_APPLICATION_ID = FND_RESPONSIBILITY_VL. APPLICATION_ID AND
FND_USER_RESP_GROUPS. START_DATE< sysdate="">
(CASE WHEN FND_USER_RESP_GROUPS. End_date IS NULL THEN SYSDATE TO_DATE (FND_USER_RESP_GROUPS.end_Date) to ANOTHER END) > = SYSDATE
AND FND_USER.user_id = (SELECT USER_ID FROM FND_USER WHERE USER_NAME = ' VALUEOF (NQ_SESSION.) THE USER) ";

In order to change, just check the initialization of sage online and do not allow caching.

Save the changes and deploy this RPD, restart OPMN services and you should now see all the responsibilities of the EBS to OBIEE.

Have you created roles in EM with the same name of responsibility?

I hope this helps. Pls mark if he does.

Thank you
SVS

Thank you

Tags: Business Intelligence

Similar Questions

  • How to assign a creative cloud license to a user name

    How to assign a creative cloud license to a user name? I can't get through to anyone useful adobe - they are all very polite but not very useful. Adobe are all to take your money, but not for providng any service.

    You have not provided enough information, if you have a mind-specific agreement.  Otherwise, sign this user for their own subscription and organize the system of payment for them.

  • Question: how to assign the VPN IP VPN client user using 5.4 ACS?

    I'm new to ACS5.4.  What I want to achieve is to leave the ACS5.4 to assign IP addresses to users who are connecting to our ASA using the Cisco VPN client.  ASA runs as a Radius of ACS5.4 client, and we have tested successfully for Radius Authentication.  But users always get "unknown error" in the client VPN, after to be authenticated successfully.  I think I used probably incorrect RADIUS attributes to an authorization policy.  Here's what I did:

    1. in the elements of the policy-> authorization permissions->-> authorization of network access profiles, I created a new profile and this profile is called the Radius CVPN3000/ASA/PIX7.x-DHCP-Network-Scope attribute.  An IP address is entered under this attribute as a static value.

    2. then, in access policies-> services-> client VPN IPSec with RADIUS Access (it's politics that I created)-> permission, I created an authorization policy allowing RADIUS previously created profile in order to be used.

    I missed something?  Maybe I got the wrong RADIUS attribute?  Thanks in advance for any help!

    ACS 5 doesn't have the ability to provide the IP addresses between the pools of IP addresses defined in ACS.

    You must assign static users on basis by user on ACS 5. You can also create a pool on the SAA and tap the name of the ACS 5 pool

    http://www.Cisco.com/en/us/docs/net_mgmt/cisco_secure_access_control_system/5.3/release/notes/acs_53_rn.html#wp216411

    Jatin kone
    -Does the rate of useful messages-

  • How to assign groups to the Group Session variable in the initializtion box

    Hi all

    I have a requirement that I use a separate table for the table separately for the information of the user and group information.
    so in this same user belongs to multiple groups, so how do I assign these groups to single user
    I use external authentication of table...

    so everything will be done at the level of the session if, my problem is that I'm not able to assign multiple groups to single user,
    How to create the GROUP Session variable in the box initialization
    (here I'm horizontal initialization option)

    Please help me

    Thank you
    Françoise

    Thanks for the fence wire...

    Assign points if you feel that my post is correct and useful for your problem

  • Re: responsibilities and users

    Hi all

    I have two questions about R12, I use the vision test environment.

    (1) can I delete a user, the responsibility, the menu/function, the custom application, if so how?

    (2) I created a user (new_user) and assigned important responsibilities 7.
    Today, I created a custom (test_responsibility) responsibility and entrusted to him.
    I also have responsibility for the "user management" for him.
    both the above responsibilities were attributed by logging in under the new_user.

    When I ask the user, I can see all 9 responsibilities, but when I login as a new user, the 'user management' and 'test_responsibility' is missing.
    I understand that I don't have the "test_responsibility" correctly configured. But given that responsibility for "managing users" is initiated it should not create any problem.

    Please suggest.

    Rgds,
    s

    Hello

    So I won't be able to remove these menus and this application custom because of referential integrity issues?

    This is correct, that you cannot delete the menu if it is attached to a certain responsibility, but if you change the default this function (to any other menu) menu, then I think that you will be able to remove the menu that was attached before.

    Kind regards
    Hussein

  • Satellite L300-2 - How to assign a new email address when registering

    I am writing this message on behalf of the end user of our Toshiba.

    She bought the TOSHIBA Satellite L300-2This and because she didn't have an internet connection at home, I order him to register his new Toshiba by our care.
    I took his laptop and I made a mistake by e-mail. I wrote the wrong email address. How to assign a new email address?

    Best regards

    SAMO Praprotnik

    Hello Samo

    If you have registration problems, please contact Toshiba [email protected]

    You should contact Toshiba in your country. Details are at http://eu.computers.toshiba-europe.com/innovation/contact_toshiba.jsp

    Explain what is the problem and I hope someone will help you.

    Post edited by: ADMIN

  • How to assign a keyboard macro to a keyboard shortcut

    Does anyone know how to assign a keyboard macro to a keyboard shortcut?  I'm spoiled CodeWright by, if there is no selected item only when a 'Ctrl c' is issued, CodeWright automatically copy the line that the cursor is located. I'm trying to replicate this feature and the only way I can see it's a macro of the "copy line" keyboard right click on command.  Any thoughts?

    NABI:

    Looks like you're talking about modifying the source code.  I don't know a way to create your own keyboard macro.  You can change the shortcut key assignments (CVI 9.1: Options-> change the shortcut keys), but it seems that you need more than that.

    To make your example (a line no copying), I often have to press Ctrl-O, to cut the current line, immediately followed by a Ctrl-V to restore the original line.  This line is still in the buffer zone of the Clipboard, so I can go where I want the copy of the original line and press Ctrl + V.

    In the event that you do not change the code but create shortcuts for your users in your application, you can catch the EVENT_KEYPRESS in your panel or command callback callback and check for key code combinations.  See the multikey.prj example program comes with CVI and the CVI for EVENT_KEYPRESS help.

  • How to scan multiple pages with Photosmart 6510?

    Hello

    I am a new user of all-in one Photosmart 6510. Does anyone know how to scan multiple pages into a single document?

    Thank you!

    It is important to note that there is a limit to the DPI affecting as well. It seems that you cannot scan a document multiple pages when you set the resolution 600 or higher.

  • How to assign the value to the application-level element

    Hello

    I'm learning to APEX.  I use version 4.2.6.

    My question is, I set a text field called 'FINANCIAL_YEAR' in the login page.  I wanted to know how to assign this value to a text element of Application level (on page sent), so that I can get this value through at my request.

    Thank you

    -Anand

    anand_gp wrote:

    Yes, I created a 'text area' under 'HTML' in the 'Home' page  Who accepts the exercise of a table through LOV.  I intend to assign this value to a global variable so that this variable can be read in any of the application to filter the result set from different tables (not yet built the rest of the application).  To do this, I was intending to use "Shared components"-> "Elements of Application".  I'm still not quite sure how it works.

    Start by reading the documentation on elements of application.

    Go to the shared components > Application parts and create your G_FINANCIAL_YEAR item. Value Session State Protection Restricted - can not be set the browser so that the value is not editable by the user, falsification of URLS or scripts.

    On the home page, if there is not already a button to submit the value of the fiscal year, add one in the HTML area, with the Action as a submit Pageclick. Otherwise, you can do without the button and using submit Page in Page Action when the changed value select the parameter in the list so he can undergo.

    Then, in the section of the Page processing, create a calculation:

    Point Type: Application-level element

    Calculate Item: Application: G_FINANCIAL_YEAR

    Point calculation: After submit

    Type of calculation: Value of the element

    Calculation:

    Run the application, select a value in the list of the fiscal year and submit the page. Review of current session state in the viewer of session state by clicking on the link of Session in the toolbar developer. Select the Elements of Application in the view list, and then click set. The element of your application and its current value must be visible. You can now reference value throughout your application by using the appropriate syntax.

    You should also consider if a default value (for example the current year) using a calculation Application from the point of calculation on the new Instance and coordinate the application point and part of the homepage using point application as the Source of value or an expression with Source page element, the value always, replacement of value that exists in the session state.

  • How to activate the burst for agent OBIEE include the authority

    Hello

    I am planning an agent for a report so that each recipient receives a copy of the scheduled report based their authority, which is based on a specific column. (Service ID). Service ID is present as a column in the report.

    Authority is already configured using variables of session (based on the service ID) of the RPD. Power comes into play when a user belonging to the newspaper Department OBIEE. They see the relevant lines for their Department (based on this session variable).

    Now instead of users logging in and running these reports, I'm talking program this report to a single agent is able to send this report and each user receives a copy of the reports, but with lines only for their Department.  Also I cannot use external e-mail recipient and not as beneficiaries user OBIEE.  Now RPD based authority can therefore not be used to make sure that each user receives the report with only their relevant lines (because its based on the variable session whose value depends on the user that connects to run the report)

    I created a separate report '"Agent recipients' username, useremail and userdepartment, and this added as Agent-> Condition.

    So I try to use "'get the beneficiaries of the analysis used in the Agent status ' and selecting 'useremail' column to specify recipients. "

    Now, how to establish the relationship between present userdepartment in the report of condition '"Agent recipients' and the service that is present in the main planning report ID?

    Thank you



    Also I cannot use external e-mail recipient and not as beneficiaries user OBIEE.

    Basically that answered your question: you cannot.

    When OBI sends the content as a specific user - so pick up his profile with the variables of session etc. - then OBI made connection implied to pick up what impossible operating system info if you send it to random outside the e-mail address.

    Not sure you can do something with chained agents either since you would have a question on the current 'email random' as a criterion for child agent filtering and analysis contained in. Fadlng on a web service action that calls the web agent service OBI for each line of the native agent might do the trick, but I've never tried. In addition, it would be quite a complicated solution.

  • How to assign the next value in the sequence directly in a variable?

    How to assign the next value in the sequence directly in a variable without using a table TWICE in PL/SQL.

    BluShadow wrote:

    How about a quick test on 11g, just to see if you directly select a sequence in a variable is significantly better than the mark of DOUBLE.

    ...

    Nope... no obvious difference.

    This is because there is none: Oracle's SELECT sequence. NEXTVAL FROM DUAL under the covers. The direct assignment is just a convenient encoding for us, but it does not change the work that accomplishes Oracle.

    create sequence s;
    alter system flush shared_pool;
    declare
    l_num number;
    begin
    l_num := s.nextval;
    end;
    /
    select sql_text from v$sql where parsing_schema_name = user;
    
    SQL_TEXT
    Report the number of l_num; begin l_num: = s.nextval; end;
    Select sql_text from v$ sql where parsing_schema_name = user
    Select double S.NEXTVAL
  • How to connect multiple Vcenters in powercli

    Hi all

    I would like to know how to connect multiple vcenters in powercli by obtaining user input.

    as below

    For example: Se connect-viserver -.

    Output should be:
    Please enter the number of vcenters that you want to connect:

    3 (data)

    Please enter host vcenters, that you want to connect:

    vcenter1

    vcenter2

    vcenter3

    After that, he should join conencted to all mentioned vcenters and continue with the next steps in the script

    Try something like this

    $vc = @)

    $nrVC = Read-Host-Prompt "Please enter the number of the vcenters you want to connect.

    Write-Host "vcenters/host you want to connect please enter."

    1.. $nrVC | %{

    $vc += Read-Host

    }

    SE connect-VIServer-Server $vc

  • 3.1 assignment multiple value formatting

    I use "|" as my multiple assign delimiter. In my chart LoadData, merge multiple values using that delimiter. I have the code in a loop like this:

    ResourceInfo ResourceInfo = + ' | '.

    In my bulk loading, I set the delimiter to assign several ' |. '  In 3.0, when I show this multiple assign field in a results list, each value is separated by a line break, like this:

    Project resources: Karen James-Project Worker

    Ryan Bookout-project worker

    Steven Davis-project worker

    But to the point 3.1, each value is separated by a comma with no line breaks, like this:

    Project resources: Karen James-project worker, Ryan Bookout-project worker, Steven Davis-project worker

    Is there a way of 3.1 having set several values are displayed with a power line as it did in 3.0?

    I found how to display multiple values on individual lines (rather than strung separated by a semicolon or a comma). In the Studio, when you added a field multi - attribute to the list of results, change the attribute, open the display options, and for values multiple display select "individual lines. I did not notice this option before.

  • How to assign the temporary tablespace to a table

    How to assign the temporary tablespace to a table

    temporary tablespace can be attributed to the user.

  • How to assign shared ASO members

    Hi all
    I am not able to understand how to assign shared ASO members. Tried the same model that used in OSI, however, I am not able to get the shared member property.
    There are in our case:

    In the same dimension, we have multiple hierarchies, the level 0 members of one of the highest hierarchy must be shared by other hierarchies in the same dimension.

    Some doubts are:

    1 we need to allow members to duplicate.
    2. is there that a setting needs to be changed "to activate the shared members' ASO.


    Kind regards
    Krishna

    Hello Krishna,

    There are three different types of hierarchies in the model of the ASO.
    (1) stored
    (2) dynamic
    (3) several hierarchies enabled.

    I guess your dimension is stored type.
    Just change your dimension with multiple hierarchies enabled property and follow the below three rules

    (1) not shared instance of the Member must take place in outline before all instances of the shared member.
    (2) the first hierarchy in a dimension where multiple hierarchies are activated cannot contain a shared member.
    (3) size of the stored hierarchy cannot have shared members. Hierarchies stored in a multiple hierarchies dimension can exchanged members.

Maybe you are looking for