DROP a  responsability of a FND_USER

Hi,
I try to drop a responsability of a FND_USER by droping the row in FND_USER_RESP_GROUPS_ALL :
SQL> select user_id, RESPONSIBILITY_ID, RESPONSIBILITY_APPLICATION_ID from FND_USER_RESP_GROUPS_ALL where user_id=1007900;
USER_ID RESPONSIBILITY_ID RESPONSIBILITY_APPLICATION_ID
1007900 20559 300
SQL> delete from FND_USER_RESP_GROUPS_ALL where user_id=1007900;
But :
delete from FND_USER_RESP_GROUPS_ALL where user_id=1007900
ERROR at line 1:
ORA-01752: cannot delete from view without exactly one key-preserved
How can I do this ?
Many thanks.

Thank you? You are true but, since the following script does not work, I thought that it might be because there is already
PRODUCT_CODE
RESPONSIBILITY_KEY
OE
ORDER_ENTRY_SUPER_USER
Then I decided to drop that responsability for user. here is my script and error :
Declare
Cursor C1 is
select d.product_code,b.responsibility_key from FND_USER_RESP_GROUPS_ALL a,fnd_responsibility b,fnd_user c,fnd_application d
where a.user_id = c.user_id
and a.responsibility_id = b.responsibility_id
and b.application_id = d.application_id
and c.user_name ='SYSADMIN'; -- user you want to copy
v c1%rowtype;
BEGIN
for v in c1 loop
FND_USER_PKG.AddResp('MYUSER',v.product_code, v.responsibility_key,
'Standard', 'DESCRIPTION', sysdate, null);
end loop;
END;
ERROR at line 1:
ORA-20001: APP-FND-02604: Invalide data
APPLICATION_SHORT_NAME=OE, RESPONSIBILITY_KEY=ORDER_ENTRY_SUPER_USER,
SECURITY_GROUP=Standard.
ORA-06512: Ó "APPS.APP_EXCEPTION", ligne 70
ORA-06512: Ó "APPS.FND_USER_PKG", ligne 2140
ORA-06512: Ó ligne 11
Best regards.

Similar Messages

  • I've found a bug in drag and drop in responsive projects

    I've created a simple, one slide project which has two sources and four targets. Before running the drag and drop wizard, the project previews and publishes. Once I've added the drag and drop wizard, it never previews nor publishes.
    Any ideas anyone?

    Having checked out D&D in responsive projects and did not see that problem.
    Maybe something got wrong when you updated? Did you delete the folders
    Layout, Preferences and Sample projects as instructed?

  • AS2 Drag and Drop - Completion Response

    I am making a drag and drop alphabet learning game. There are 27 Movie Clips (letters) in total that are able to be dragged.  I've made it so that 12 of the Movie Clips will drop in a specific DropZone, while the rest will just snap back to their original position.
    What I'd like to do is create a completion response that moves to a separate "Good Job!" screen when all 12 Movie Clips have been droped in the DropZone.  How can I do this?  I've searched online for some help but nothing seems to be particularly relevant.
    Thanks!

    So I've tried adding this code but I still can't get the right result.
    My first letter has this code:
    food1_mc.onPress=function(){
    startDrag(this);
    var dropCount = 0;
    food1_mc.onRelease=food1_mc.onReleaseOutside=function(){
        stopDrag();
        if (this._droptarget == "/DropZone4") {
                this.onTarget=true;
                _root.DropZone4.gotoAndStop(2);
                dropCount += 1;  // add 1 to the dropCount
                if(dropCount == 12){
                      gotoAndStop("goodjob");  // go to the frame labeled goodjob 
        } else {
                this.onTarget=false;
                _root.DropZone4.gotoAndStop(1)
    food1_mc.myHomeX=food1_mc._x;
    food1_mc.myHomeY=food1_mc._y;
    food1_mc.onMouseDown=function(){
    mousePressed=true;
    food1_mc.onMouseUp=function(){
    mousePressed=false;
    food1_mc.onEnterFrame=function(){
    if(mousePressed==false&&this.onTarget==false){
    this._x-=(this._x-this.myHomeX)/5;
    this._y-=(this._y-this.myHomeY)/5;
    I've also added what you posted to the other 11 letters.  The first letter seems to work find but all other 11 have lost their ability to snap back into position or drop in the DropZone (they just stick to my mounse after I click on them).  Do I need to change the code for each letter somehow?  I've tried changing if(dropCount == 12){ to if(dropCount == 1){ to test if the one letter that's still dropping can activate the result, and it can't.  I've made sure the frame is named goodjob.  Thoughts?

  • EAP-FAST - packets dropped/slow response times

    We currently have WLC's and 1131 LWAP's.  If a client is in one area (no roaming) and we carry out a constant ping, every minute a packet will either be dropped or have a huge response time (2000ms ish).
    This happens when using EAP-FAST.  If I configure the client to another SSID I have with PEAP over MsCHAP then this does not occur.
    Is there something inherrent with EAP-FAST that anyone is aware of or had this problem before?
    Thanks

    Hi Steve,
    I will make some assumptions and you tell me if they are correct
    1. When you see is the loss pings or high MS returns the phone is idle and not is use correct -
         * This is becuase the phone is "sleeping" to conserve battery life
         * If you kick off a call you will see the pings respond as normal (-150ms)
         * There is a mechanism calls PSM (Power save mode). I dont want to make this a long winded response. Simple google PSM or CAM 802.11.
    2. I dont think EAP is your issue and here is why:
         * EAP is an authentication protocol. Once authenticated your set until you need to reauthenicate again.
         * Unless of course you have an issue whereby your client is always reauth one right after another then that a different issue which isnt normal
    3. I suspect you have different DTIM settings perhaps on the different WLANs. Look under the adavnce tab and look for DTIM .. see how that is set ..
    Oh btw --If you find this helpful in anyway. Please, if you won't mind and take a second and rate the post. I would really appreciate it ! Thanks bud!

  • Idle Connections Are Dropping -- Official Response, Please?

    I recently used a WRT54G v.3 router with no problems until it one day decided to kick the bucket in an odd manner -- it actually still transmits a network that I can connect to wirelessly, but for whatever reason, it no longer allows either my wired or my wireless to connect to the internet. I figure something must be wrong in the hardware the registers internet input. Anyway --, so I purchased a WRT54G v.6 with SpeedBooster, and that's the one that my problem is occurring with. While everything works fine in the sense that I can connect to the internet, surf and browse normally, etc., I'm finding that my telnet connections are being dropped if they are allowed to idle for too long. It's really frustrating, and I'm wondering if there's anyone out there with a similar problem and, hopefully, a fix. Thanks in advance.

    See my postings here:
    http://forums.linksys.com/linksys/board/message?board.id=Wireless_Routers&thread.id=35284
    I had a verison 6 (non speedboost though) that was firware updated as well and had issues with it. My wired side always worked but the wireless side was a nightmare - dropped connections while idle, dropped connections while not idle, machines not connecting above 1MB, etc, etc.
    I got fed up with it after toying with it for so long and replaced the version 6 with a version 8 last Friday. I have not had a single problem since the swap.
    I spent a good long time reading posts and other articles on the web and one thing that most WRT54G users with problems had in common - all version 6 of the router. I'm sure that there are those out there with a version 6 that run flawlessly but of the complaints I've read, the version 6 was almost always the common point.
    That's just my experience though - thought I would pass it on.

  • Questions - Drop Lines & Responsibility, Noise, En...

    Hi,
    I wonder if you could answer a few questions:
    #1 Are BT/OpenReach responsible for the wire from the back of the NTE5 master socket and beyond?
    I believe I am only responsible for anything from the master socket "inwards" inside my home. #151 faults have told me I am responsible for everything within the boundary of my property.
    #2 Our local area is all underground cabling. The phoneline comes under the front gardens (semi-detached), and appears at the wall, middle of both houses. Small circular junction box, line off to each house. The cable from the junction to our house is 6-core white cable, looks suspiciously the same as the internal extension wiring you can buy yourself. Should this quality of cable be used externally?
    #3 There is a second phone line to our home from the junction box, we have never had a second line so presume the previous owners asked for this. The line is not connected, I have removed the wall socket it went to and clipped the cable back. This 2nd line cable is a simple grey 2-core, and I have noticed that it has a break in the outer sleeve, and can see the bare metal of the enclosed cable. Would this be a free of charge visit by an Engineer to remove?
    Background:
    Two weeks ago, I was prompted by failing internet connection to do the quiet line test using a corded phone in the master socket. To say there was noise on the line was an understatement! Unfortunately #151 fault did a line test and reported no problems. Then warned of £130 call out charge, and asked if I wanted an Engineer out. Of course I didn't want to risk it, replacement router seemed to coincidentally arrive when the line noise had subsided.
    Back to testing today, same quiet line test, still have feint noise on line. Nothing spectacular but all the same, I'd rather it resolved.
    #151, same routine. Do a line test, no fault, warn of £130 charge and ask if I want an Engineer out.
    Here lies the rub, I am wondering if the broken second line cable and/or the internal quality cable on their own would be sufficient for an Engineer to visit anyway, ie FREE. Can I get an answer out of #151, no I can't. The ropey answer to question #1 above from #151 leads me to believe I can't get off the call centre script of "do line test, book engineer."
    I wish I was responsible for the line within my property, I could happily remove and replace the cables!
    edit: coincidentally two weeks the weather was very bad, torrential rain and wind. Now it's sunny, calm but **bleep** cold. This "noise" has been on and off over the years, but hasn't caused internet issues until now.
    Solved!
    Go to Solution.

    chadders74 wrote:
    Apologies, please subsitute "Test Socket" for "Master Socket" in my original post!
    After reading other posts, I am just worried about an Engineer turning up for "line noise" and there being none on the day in question, and thus being on the receiving end of a £130 bill.
    edit: I am trying to ascertain if the outside cables are in fact "an issue", and will lead to a guaranteed free Engineer visit regardless of line noise.
    Well if the noise is still there at the test socket, then there is an external issue somewhere. The "internal" cable used outside does not sound right. It could have water ingress causing all manner of problems.
    In theory, Openreach should do what they call a "Quality Check", at the cabinet and distribution point, especially if its a repeat fault.
    It could be a high resistance connection or corrosion.
    Charging is a difficult issue. It all depends on how the Openreach technician closes their job. Sometime charges can be raised by mistake.
    I would report it as an intermittent noisy phone problem which happens when it rains, and mention the poor state of the external DP (Distribution Point). Do not report it as broadband fault
    With luck they should repace the wiring, and remove any unwanted terminations, which could be introducing noise into the line.
    If the Openreach technician does do work outside, then he should make sure that this is recorded as the possible fault, and not "fault not found (FNF)" or "right when tested (RWT)".
    If that is done correctly, then you should not be charged. You may like to mention it to them
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • ACS - reject on failure instead of dropping packets

    Hello,
    We are currently having an issue with ACS when using PKI authentication with a Alcatel SR router. The following error occurs:
    Evaluating Service Selection Policy
    15004  Matched rule
    15012  Selected Access Service - Test Service - Radius
    11021  RADIUS could not decipher password. packet missing necessary attributes
    11021  RADIUS could not decipher password. packet missing necessary attributes
    The problem is that the SR router sends a package which does not comply to any of the RADIUS authentication protocols (EAP, PAP , CHAP,...). 
    As a consequence, the package gets dropped, no response is sent back to the router and the RADIUS status in the router is set to "down". Is there a way to configure ACS to send a reject message in case such a packet is received? I know that there is such a setting for identity policies but the process already fails before an identity policy is chosen...
    Please note that the PKI authentication is just needed for local users on the router. As the priority is 1.) Radius 2.) Local (we need this priority), the request is sent to ACS although RADIUS PKI is not yet supported by the device. 
    Thx in advance

    ACS doesn't reply with "Access-Reject" for request sent without user/pw
    CSCuc93503
    Description
    Symptom:
    RADIUS Request dropped : 11021 RADIUS could not decipher password. packet missing necessary attributes
    The message is presented in logs, however nothing is sent back to a client.
    Conditions:
    Cisco ACS 5.x version
    Workaround:
    Correct the client, so it will not generate RADIUS requests without user or password fields.
    PSIRT Evaluation:
    The Cisco PSIRT has evaluated this issue and does not meet the criteria for PSIRT ownership or involvement. This issue will be addressed via
    normal resolution channels.
    If you believe that there is new information that would cause a change in the severity of this issue, please contact [email protected] for another
    evaluation.
    Additional information on Cisco's security vulnerability policy can be found at the following URL:
    http://www.cisco.com/en/US/products/products_security_vulnerability_policy.html

  • Don't drop it yet!

    Hi,
    I am trying to perform a drag and drop operation programmatically - no mouse - in Snow Leopard, Leopard and Tiger - currently carbon based.
    The problem is that as soon as I start the drag it immediately drops again, presumably because all the mouse buttons are up.
    On X11 this is easy to overcome. On windows I need to play with IDropSource::QueryContinueDrag in order to prevent the operation stopping one event after it starts. On MacOsX there doesn't seem to be an equivalent and I'm a bit stumped.
    I would prefer to avoid sending a sequence of mouse events into the OS and creating a drag and drop in response to getting them back - this invites race conditions that aren't really acceptable. I am prepared to start a drag and drop first and then start sending mouse events, but that simply doesn't work because the drag has always already failed before any mouse events take effect.
    Any ideas anyone?
    Andy

    Forgive me for asking this really dumb question, but are using the DropBox app on the iPad?

  • How are some guys running an Athlon 3800+ X2 chip on the K8N Neo4 Platinum SLI?

    I see many people running an AMD Athlon 64 3800+ X2 Dual Core proccessor on a K8N Neo4 Platinum SLI board, but mine dosen't work.  I don't get any signal to my monitor (don't know if this is the cause).  MSI says the 3800+X2 dosen't support the SLI board, but many people got it to work.  Any one know how?

    Mine working fine, but on cold boot, sometime it hang on me. I have changed 3 PSU to get it stable, from Coolermaster 450W, Be Quiet 520W to Silverstone 650W, ambient 25C, CPU 30C, Proc 37C.
    Bios 3.7 the one they are still testing.
    Have you check you PSU rails volt., disable CnQ,....
    So far stable, multiple programs at once with no significant drop in responseness & speed,  Half Life 2, P2P downloading x2, IE x 3, encode DVD at the same time.

  • Safari/ Ipod function crashing?  Look here before posting

    I'm hoping enough people reply to this that it stays on the first page but this is a known issue and is on just about every page of this forum.
    The two problems in question are:
    1. Ipod crashes/ music stops when surfing the internet in Safari.
    2. Safari crashes and takes you back to home screen while surfing.
    Both problems are well documented and are expected (by most) to be fixed in the first firmware update. If you're experiencing this problem drop a response to keep this on the front page so we don't have to see posts about this every 6 minutes!

    Me too. I have even tried a Restore, which seemed to solve the problem for a day or so. But the crashes are creeping back in.
    I specifically have a lot of crashes when listening to the iPod while surfing Safari on the iPhone, or scrolling rapidly through CoverFlow on the iPod while also listening to a song.
    A reboot will help for a while, suggesting some kind of corrupt cache or memory leak as another poster said.
    I have never owned an Apple product that crashes so much, and I have had a lot of them. Hopefully this will be fixed in an update. The current workaround is just to reboot once in a while.

  • Unable to assign AMBA to the user

    I need to assign 'Approvals Management Business Analyst' to the users. I have to set up via User Management and not as a responsibility in the FND_USER screen. I have User Management and Functional Administrator responsibilities which I have added them to myself. But I couldn't see any functions under User Management responsibility. Please help me out to assign 'Approvals Management Business Analyst' to the users.

    Hi,
    I dont have access to metalink.I thought you already have access as per your other thread.
    How to use 11i user management
    How to use 11i user management
    Anyway, sharing the contents of Metalink documents is illegal.
    Regards,
    Hussein

  • Plugin(mod_wl.so) for Apache 1.3.X  for weblogic 8.1 on Windows

    Can anyone tell me where I can get a plugin(mod_wl.so) for Apache 1.3.X for weblogic 8.1 on Windows. The plugins are avaiable for solaris,AIX and linux. But I could not find any thing for Windows. The plugins are available for Apache 2.X.

    I have Apache running on two Linux web servers (dell2 and dell3)
    and WLS running on two Linux app servers (dell5 and dell6).
    I can also run Apache on two Sun/Solaris web servers (sun2 and
    sun3). I have the AcceptBacklog parameter set to 100 on each
    WLS Server. There is no problem when I drive the WLS servers
    through mod_wl.so running on the Sun servers. The CONNECTION_REFUSED is only seen
    when I try to drive them through
    mod_wl.so on the Apache/Linux systems.
    What is the ap_proxy.cpp file referenced in the error message?
    It doesn't appear to be part of the Apache source code yet I
    can see references to various ap_proxy functions.
    Thanks for your help,
    Dave Jaffe
    [email protected]
    "Jong Lee" <[email protected]> wrote:
    >
    You should not run apache and wls on the same box for load testing since
    apache1.3.x
    plugin does not maintain keep-alive
    connection to weblogic server. Also try to increate the acceptBacklog
    parameter
    on wls, the default is 50 which might not
    be big enough for load.
    thanks
    Jong
    "Dave Jaffe" <[email protected]> wrote:
    As described in a posting yesterday, I got the mod_wl.so working
    with WL6.0 SP1 in clustered mode on two Linux 6.2 systems
    running Apache 1.3.12 driving two clustered WL servers.
    However, under moderate stress I see the following message
    appear in the Apache error log after about a minute and the
    throughput drops and response time skyrockets:
    [error] CONNECTION_REFUSED [os error=11, line 1342 of
    ap_proxy.cpp]
    I've not played with the Apache source but my guess is that this
    error message is meaningful to the developer of mod_wl.so
    The two WL servers can handle a workload four times heavier than
    what I'm describing here using Sun/Solaris web servers running
    Apache 1.3.9 and the Solaris version of mod_wl.so
    Any pointers would be much appreciated
    Dave Jaffe
    Dell Solution Enablement Lab
    [email protected]

  • Log4j SMTPAppender Experience

    Hey everyone... couldn't find a better place to post this, so here it goes.
    Has anyone used the SMTPAppender for log4j? The reason I ask this question is because I have a very high availability production server which is using this appender. It points to a remote SMTP server... this SMTP server was taken offline temporarily this AM. At that point the log4j appender wasn't able to communicate with it.
    I am not totally sure how or why this problem occured, but it appears that log4j completely destroyed the TCP/IP stack on my server. Existing connections to the server started getting dropped, RDP response time got very slow, and eventually my server couldn't communicate with the mySQL server anymore. At first it appeared a switch went down... but we went to the failover hardware and it didn't stop the problem. I was getting a ton of "java.io.IOException: An established connection was aborted by the software in your host machine" on connections which have absolutely nothing to do with log4j.
    After about 2 hours of downtime, I disabled the SMTPAppender in log4j and all problems went away... This wasn't a hardware issue, we went to 2 different failover servers (same experience). The ony thing it could have been was the fact that the log4j SMTPAppender couldn't send emails...
    Anyone?

    I am using the log4j SMTPAppender for several production systems. I usually only get a few messages each day, probably similar to the number you expect. However I haven't yet had the situation where the SMTP server goes down.
    Wait a minute -- I did have almost that situation! The network people upgraded our server by putting a new version of McAfee antivirus onto it, and they left the checkbox "Don't let this machine be used for bulk e-mails" checked, which meant it wasn't allowed to connect to port 25 on other systems. And all that happened was that log4j output a message to the System.err log saying there was some kind of error. I didn't even notice for several days that there was a problem.
    Maybe the difference was that in my case log4j didn't already have a connection to the server when the server "went down", but maybe in your case it did have a connection. But I wouldn't expect the appender to hold on to the session, I would only expect it to get a session when it needed to send a message. Could be wrong though, the source code is available to look at.

  • Scratches on z1 default film

    Should I put additional screen protector ? The z1 anti shatter film is crap and gets scratched easily but im afraid additional protector will make screen less touch resposive or wierd looking. Any suggestns?

    Hi wslee, I have a screen protector on my Z1 and can't say I notice any drop in responsiveness.
    As the ASF scratches so easily I would definately put a secondary screen protector on top.
    Cheers

  • A drag and drop game with dynamic text response

    Hi,
    I am a teacher and my school has recently upgraded to Adobe Design Premium.  Our previous version was about 5 versions out of date.
    I teach A Level which requires students to create an Interactice Multimedia product.
    In the previous 6 years, I have taught students how to create simple drag and drop game with dynamic text responses.
    Since the upgrade to Actionscript 3.0 the dynamic text response has ceased working.
    When creating the game from scratch, I need to move to Actionscript 2.0 as 3.0 does not allow me to add actionscript to objects - I know and am sure that this is a better way of doing things, but I would prefer to keep working the way I am used to.
    I use a switch case statement which I have copied below to make the drag and drop work.  The objects I apply the code to work in that they can be dragged, however, my dynamic text box with a variable name of "answer" is no longer displaying the response when an answer is left on a dropzone (rectangle converted to a symbol and given an instance name).
    on(press) {
    startdrag(this);
    on(release) {
    stopdrag();
    switch(this._droptarget) {
      case "/dropzoneB":
       _root.answer="Well done";
       break;
      case "/dropzoneA":
      case "/dropzoneC":
       _root.answer="Hopeless";
       break;
      default:
       _root.answer="";
       break;
    Any help would be much apeciated.
    Thanks
    Adrian

    To drag in as3
    blie_btn is the instance of the object drawin on the stage. In AS3 you have to assign a even listener, in this case MOUSE_DOWN, and MOUSE_UP, as we want the drag to stop if the mouse is not clicked. Then we fire the functions, and tell the object to start drag.
    // Register mouse event functions
    blue_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
    blue_btn.addEventListener(MouseEvent.MOUSE_UP, mouseUpHandler);
    red_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
    red_btn.addEventListener(MouseEvent.MOUSE_UP, mouseUpHandler);
    // Define a mouse down handler (user is dragging)
    function mouseDownHandler(evt:MouseEvent):void {
         var object = evt.target;
         // we should limit dragging to the area inside the canvas
         object.startDrag();
    function mouseUpHandler(evt:MouseEvent):void {
         var obj = evt.target;
              obj.stopDrag();
    if you want to make the text do what you want then something like this might work.
    In the function, you could add a text box onto the stage, give it a instance of something like outputText
    and then:
    outputText = ("Bla Bla Bla");
    (^Not sure if this will work exactly^)
    PS. I am currently a A-level student

Maybe you are looking for

  • How to take a picture the menu???

    I noticed that some of facebook users are uploading the picture of their program or website. I just want to know how to take a picture if I am using iphone 4. My friend said press the power button and menu button at the same time but its not working.

  • Help Required: Working with relational data

    Hi, I'm looking for some advice Scenario We have a customer who has an SE relational database with Apex for transaction processing. They require reporting functionality and are debating whether to buy BI SE One or BI EE; they will not buy the entepri

  • Date Format from YYYYMMDDhhmmss to dd-MMM-yy

    Hi All,    I have a problem with the Date Format. The out of the BAPI date format is like YYYYMMDDhhmmss and the output value  is like 20,070,831,235,959. Now I want insert the date in to my Oracle database like dd-MM-yy. Here is my xmlformat datefro

  • Sound and micro off during calls but not for applications

    People can't hear me, i can very hardly hear them, the update to 5.0.1 did not change anything

  • Question about Java Errors

    I have some questions about some java errors 1. what kind of errors are contained in Error class? 2.does this class contain only runtime errors? 3. if the question number 2 is positive, what about InstantiationError which is a compile error and is a