How to resign a requisition workflow to another user

Hi to all,
Recently our institiution has made some changes to jobs-positions heirarchy. Previously we were using supervisor-employee relationships.
What has happened some far that a requestor has placed requisition and has been submitted to manager for approval. Now since we made the changes to the approval heirarchy. The requisition workflow can not find an approver.
We have corrected the approval heirarchy, but now how does one fix the requisition thats needs the approver.
In iProcurement, we can not see the requisition. But if go to sysadmin and search for the workflow. The workflow exists.
If anyone has some suggestions how to rewind the workflow or has a way to point the requisition to a manager. Would be greatly appreciated.

if you are using R12,
you can login with sysadmin user, and select 'Workflow Administrator web application',
then click on Status Monitor menu, and query your PO/Requisition number on USER KEY field,
dont forget to select your Workflow type as PO Approval.
check on last point that your document has been stuck and then Retry using RETRY button.
another alternative, you can use wfretry.sql, and has been detailed on Note: 134960.1 via SQLPlus command line.

Similar Messages

  • HT3819 how do i share my music with another user on one computer?

    How do i share my itunes library with another user on my same computer?

    Hi there,
    You may find the article below helpful.
    iTunes: How to share music between different accounts on a single computer
    http://support.apple.com/kb/ht1203
    -Griff W.

  • How do I share my music with another user account on my MAC?

    I wish to share some of my music with another user on my MAC.  I created a playlist of the music I wish to share.  I enabled home sharing and selected share selected playlists.  I went to the users account and could not find the shared playlist.  Within iTunes, I went to music, add to library. 

    Hi there,
    You may find the article below helpful.
    iTunes: How to share music between different accounts on a single computer
    http://support.apple.com/kb/ht1203
    -Griff W.

  • How to send the Sales Order to another user id within SAP

    Gurus,
    I have created a sale order through VA01.  Sales order number is generated.  Now that sales order I want to send it to another user.
    Is is possible, if how.
    I know we can send the reports like FBL3N, by selecting list and send there we can give the user id to whom we have to send.  Like that i want to send the sales order, how.

    Hi,
    For the standard report you can use the sending function from the menu, but sales order is a document, there is not the sending function in the maintenance view with t-code VA01 or VA02. Because the document should be printed out, you can define a condition type and create a condition record in background, let it send out a copy of sales order automatically when document saving.
    Hope it's helpful to you!
    Regards
    Tao

  • How do i share a file so another user of my mac pro can access

    Hi
    I have a file on my mac pro that I want others to use for presentations without them seeing all my private info.  I have set up a new user but how do I share the file the other user on my mac pro can see it?

    Place the files you want to transfer on the Desktop
    Click on the Finder or desktop to swtich to Finder, then Go > Computer, then double click on the boot drive, then on the Users folder.
    Open the target User folder and inside is a Public folder > Drop Box, just drag and drop in there and the permissions change so that user can use the file.

  • How to refresh ViewObject from database when another user has changed data?

    Hello, I use oracle database server 9.0.2 and JDeveloper 9.0.3 and I am developing a JClient application. I have JTable which is bound to a certain view object based on one entity and this is shared between many users. If a user inserts or updates a row in the viewobject (using for example the table) and commits changes, another user can not see the the inserted row while the underlying viewobject executeQuery() call.
    What I need is to refresh data for all users if one of them inserts or updates date. Is it possible?
    What I was able to think of was to use timer and executeQuery in certain period of time. Is there any better way? I mean kind of event which is fired when underlaying data has been changed?
    Thank you in advance!

    So you're saying there is no way for a client application to receive notice from the database that a table has been updated? It seems like this would be a valuable feature, and in fact I could very much use such a feature right now.

  • How to avoid: Material data locked by another user

    Hi,
    'Material data locked by another user'
    We want to avoid this kind of situation  so that two different users can do the transactions on same material at same time.
    Regards,

    hi,
    As per SAP std. configuration its not possible...And if we the reason...then it good for a user...
    so, that once the user 1's work is not done fully user 2 can't work untill then and by this we avoid making of extra GR/IR or any of the duplicate documents...
    Regards
    Priyanka.P

  • How to set an alerting substitution for another user as admin?

    Dear experts,
    having the case on of our employees went on vaction without entering a substitution for his alerts.
    How can I as an administrator setup a substitution for the alerts of this user?
    Thanks in advance,
    BR Matthias

    No ideads around?

  • How to export and Import table of another user from user system using expdp

    Hi All,
    How to export a table 'scott.emp' from system user.
    expdp system/password directory=expdp dumpfile=scott_emp.dmp ???? ?? tables=emp ??????????????????????????
    thank you
    ---------------------------------------------------------- Posting solution here to make needed users not to scroll down ------------------------------------------------------
    Finally I got it right!!!
    Task :- Export table_1 of schema_a from database db1 and Import it to schema_b of database db2 as user other than schema owner
    Solution :-
    expdp system/pwd directory=expdp tables=schema_a.table_1 dumpfile=schema_a.table_1.dmp logfile=expdp_schema_a.table_1.log
    impdp system/pwd directory=expdp tables=schema_a.table_1 dumpfile=schema_a.table_1.dmp logfile=impdp_schema_a.table_1.log remap_schema=schema_a:schema_b remap_tablespace=table_1_tablespace:schema_b_tablespace
    Thank You All
    Edited by: Ven on Mar 9, 2011 7:52 AM

    Just a example
    SQL> $expdp system/sys directory=data_pump_dir dumpfile=tests.dmp tables=scott.emp
    Export: Release 11.2.0.1.0 - Production on Tue Mar 8 10:39:57 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Starting "SYSTEM"."SYS_EXPORT_TABLE_01": system/******** directory=data_pump_dir dumpfile=tests.dmp tables=scott.emp
    Estimate in progress using BLOCKS method...
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 64 KB
    Processing object type TABLE_EXPORT/TABLE/TABLE
    Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    . . exported "SCOTT"."EMP" 8.570 KB 14 rows
    Master table "SYSTEM"."SYS_EXPORT_TABLE_01" successfully loaded/unloaded
    Dump file set for SYSTEM.SYS_EXPORT_TABLE_01 is:
    C:\APP\MAZAR\ADMIN\ACEME\DPDUMP\TESTS.DMP
    Job "SYSTEM"."SYS_EXPORT_TABLE_01" successfully completed at 10:40:01
    SQL>

  • How do stop automatically logging in to another user's account?

    My computer connects to SBC Yahoo DSL via PPPoE. The SBC Yahoo DSL account and password are set (in Internet Connect) so that when you click on Safari, the computer is able to connect to the internet without having to type in the account name and password each time.
    The problem is, there are multiple users on my computer who have Yahoo (or some variation of Yahoo, such as SBC Yahoo! or My Yahoo!) as a homepage. When one logs off, and I log onto my Yahoo homepage, I find I am still logged into the account of the user who just logged off. How do I stop this from happening?

    Hi mhoesq,
    Thanks for clarifying the different identities.
    Now, when each of you go to different parts of Yahoo, do you have a similar setup as with Safari, that is, each has a Yahoo identity and password ( I presume this if it says welcome so and so) and have you checked an automatic log-in/ remember me sort of thing.
    If that is the case ( and here I'm guessing) then if each person does not log out of their Yahoo account but just closes Safari, then the next time someone else logs in, Yahoo will think it is the same person.
    Safari will remember a user's homepage, and Yahoo will remember who is logged in.
    So adding to the scenario that you have described, if User A actively logs out of their yahoo account and then closes Safari and logs out of the Mac, then I would imagine when User B logs in, fires up Safari and is automatically logged in to a new yahoo account then it should say Welcome User B.
    There are a lot of presumptions here, but this may be the explanation.
    regards, roam

  • How do i share a file with another user

    i want to give my editor access to  pdf file saved on my iCloud drive and have no idea how to do it

    Sorry, I forgot - if you created the PDF with iWork (Pages, Numbers, Keynote), you could share the source in iCloud however instead of the PDF:
    See this link:                Share and edit a document with others      

  • How to restore from time machine for another user login

    I use time machine to back my computer which has multiple user login.
    First I set up time machine backup using User A.   I checked that User B files in the hard disk is also backed up, and I can restore using User B login.
    Then I changed the hard disk today and all users I need to recreate again.
    After recreating users, I found that User A can restore files from time machine backup.
    However, files originally under User B cannot be restored using either User A and User B.  The error message is
    "The folder “Documents” can’t be opened because you don’t have permission to see its contents."
    Anyone can help?

    Not sure if this is related enough, but I just wrestled trying to restore from time machine too, trying to reinstall 10.5.8 after putting a new HD in my MBP, 2006 vintage.
    That took sooooo long to get back to where I was before swapping disks; what did the trick was ordering a free copy of Snow Leopard install disk (free due to Apple trying to push people from idisk to icloud) which was rushed FedEx (yay) and which allowed me to access Time Machine where my ancient original OSX install disk had not.
    And all it took was 2 weeks of cursing!

  • How do I remove Adobe CC from another users screen (iMac)?

    I've just installed CC on my home computer to do some work on - but someone else uses the computer - logs on as a different user. But every time they do, it automatically pops up asking them to sign in to creative cloud.
    Is there anyway to stop this from happening?

    Sazza85 you can turn off the Creative Cloud Desktop application from launching at login.  The option is available under the preferences which is located under the gear icon within the Creative Cloud Desktop application.

  • How do I share all photos with another user on the same system

    I'm trying to share all my photos with my wife without copying them over every time I add a picture. is there a way to share all photos?

    What version of iPhoto and of the OS? With the current veraion of  iPhoto '11 9.5.1 the ony way is an external drive with ownership ignored - http://support.apple.com/kb/HT1198
    LN

  • How do I attach another user's photo to email in my account?

    How do I attach a photo from another user's (my wife's) iPhoto library to an email (gmail) that I am writing from my account on my iMac (using OSX 10.7.5)?  I have set up both iPhoto applications to allow sharing and have updated the Get Info in my wife's account to allow my account to read the pictures folder and enclosed items.  When trying to attach to the email, I am now able to open my wife's pictures folder, but her iPhoto library is still greyed out, so I cannot see the photos to select them.
    Thank you.

    The easiest way to do what you want is to both backup your Libraries to an external hard drive (eHD) using some kind of backup software. Then you can just select tracks from her Library on the eHD and drag them into your iTunes on your laptop.
    However, this means that your laptop will fill up with songs that you both have, which will waste space. There is no way round this unless you share.
    when I go to add files from her username I see a red minus symbol on the folder and cannot get into it.
    Yes, this is the way OS X works : each user only has normal access to their own files, and sees the red symbol for other users. It's to do with permissions and security and privacy.
    I'm not interested in sharing because I would like to burn a disc in the future with these files.
    The ability to burn discs from playlists is unaffected by having a shared library
    To prevent ourselves from burning the same disc twice
    Isn't this MORE likely to happen if you have duplicate songs across two libraries?

Maybe you are looking for