Need to remove the notifications already sent to the user WF

Hi all

Oracle database: 10g

Oracle Applications: 11.5.10.2

We have a situation where the user wants to delete an overall invoice notifications that are in his list spots. That authorisation applications.

Users claims that invoices are already processed and does not require his approval, so she wants to remove it from its list of works. Could you please suggest how to proceed.

The status of these notifications in the wf_notifications table is status: OPEN and Mail_Status: ENVOY.

Thanks and greetings

Srinivas

Please see:

How to remove the Notifications of error in the list of tasks (Doc ID 357904.1)

How to identify and cancel the items in a queue of Workflow using Oracle Applications Manager OAM (Doc ID 393460.1)

Notifications for Documents already approved still display in the list of tasks (Doc ID 255257.1)

Thank you

Hussein

Tags: Oracle Applications

Similar Questions

  • I need to remove the uneeded files: Purenetworks and PCFix. But I get: not deletenmrsrc.dll: access denied make sure the disk is not full or write protected and that the file is not in use.

    Original title: remove unnecessary files

    I need to remove the uneeded files: Purenetworks and PCFix. But I get: not deletenmrsrc.dll: access denied make sure the disk is not full or write protected and that the file is not in use.

    Ditto for PCFIX.exe.

    How can I remove these and clean unnecessary files? Thank you.

    Hello

    1. how exactly you are trying to remove it?
    2 have you connected the administrator account?

    Step 1: Check if the problem persists in the clean boot state.

    From your computer by using a minimal set of drivers and startup programs so that you can determine if a background program is interfering with your game or program. This type of boot is known as a "clean boot".

    Reference:

    How to configure Windows XP to start in a "clean boot" State

    http://support.Microsoft.com/kb/310353

    When you are finished troubleshooting, follow these steps to reset the computer to start as usual:

    1. click on start and then click Run.

    2. type msconfig and click OK.

    The System Configuration Utility dialog box appears.

    3. click on the tab general, click Normal Startup - load all services and device drivers and then click OK.

    4. When prompted, click on restart to restart the computer.

    Step 2: Take possession of these program at the following location folder, and then check the issue. C:\Program Files\ 

    Reference: How is ownership of a file or a folder in Windows XP

  • I need to remove the old version of windows easy transfer to install a new... How can I do this

    I recently got a new laptop and I need to transfer my files to my computer windows vista to windows 7, but I need to remove the transfer windows easy off vista to install the new Windows 7... How can I do this. its driving me crazy

    You cannot remove the Windows program like that... Windows 7 easy transfer to restore.

  • I need to remove the program files o to send to:

    original title:?

    I need to remove the program files o to send to:

    I need to remove the program files o to send to:

    You want to remove entries from the right-click send to menu?

    If so, click on the round of Windows (start), type shell: sendto and hit enter. To remove a shortcut, right-click and choose Remove.

  • account users: I need to remove the old user accounts

    I need to remove the old user accounts

    http://www.Vistax64.com/tutorials/93026-user-account-delete.html

    Read the tutorial above.

    http://www.tech-recipes.com/Rx/2054/vista_how_to_delete_user_account/

    And meanings, too.

    The information above should solve the problem for you.

    See you soon.

    Mick Murphy - Microsoft partner

  • you need to remove the license from computer to move to another PC.

    you need to remove the license from computer to move to another PC.

    It is all the information that I have and you can get on the product. I don't know when and who has been sold, or whose key is. Asked me to pass the software of an older laptop to a new laptop.

    Good luck with that.  Without a legitimate serial number, you're stuck.

    Download the Pro or Standard of X, XI or Acrobat DC versions

    Nancy O.

  • I have a text field. I need to remove the first 8 characters of the field, leaving the remaining characters. Help?

    I have a text field. I need to remove the first 8 characters of the field, leaving the remaining characters. Help?

    Example:

    Text Example.JPG

    I need to remove these numbers PXXXXXX. Leaving the other characters.

    Thank you

    Bob

    A normal 'substring' is what you're looking for.

    For a formula of the column in the response criteria tab:

    SUBSTRING ("YourPresTable". "YourPresColumn" OF 9)

    To make the RPD and the workload of shipping off the coast to the database rather than forcing the work on the server of the OBI or presentation:

    Substring ("01 - Sample App Data (ORCL)" ".." ") "" "BISAMPLE '." " D10 product (dynamic table)". ("' Prod_Dsc ' 9)

  • Need to remove the spaces between each words

    Hi guys,.

    I need to remove the spaces between each word. I'm doing this because I want to compare a column with a value.

    For ex: named - description "Negotiate APR - current balance" should be replaced by "NegotiateAPR-currentbalance.

    All can help me out here to achieve. Your timely help is well appreciated.

    Thanks in advance.

    WITH t AS (SELECT '"Negotiate APR - current balance"' str FROM DUAL)
    SELECT REPLACE (str, ' ') str
      FROM t;
    

    gives: "NegotiateAPR-currentbalance.

    Is that what you want...? If this isn't the case, please give some examples.

    See you soon,.

    Manik.

  • PowerCLI Remove-NetworkAdapter questions - need to remove the single card

    I need to remove a single adapter via PowerCLI:

    "Get-NetworkAdapter - VM myvm" returns:

    Name Type NetworkName MacAddress WakeOnLan
    Activated
    ----                 ----       -----------  ----------         ---------
    Network adapter 1 e1000 VM Network 00:50:56:09:09:09 False
    Network adapter 2 e1000 VM Network 00:50:56:01:08:07 False

    I want to only remove the NIC 2, so I tried:

    "Remove-NetworkAdapter - networkadapter"Network adapter 2"which returns:

    Remove-NetworkAdapter: cannot bind parameter "NetworkAdapter". Could not be converted
    the value of 'Network adapter 2' to type 'System.String' to type 'VMware.VimAutoma '.
    tion.ViCore.Types.V1.VirtualDevice.NetworkAdapter ".
    On line: 1 char: 38
    + delete-NIC - NIC < < < < '2 network adapter.
    + CategoryInfo: InvalidArgument: (:)) [delete-NetworkAdapter], Pa)
    rameterBindingException
    + FullyQualifiedErrorId: CannotConvertArgumentNoMessage, VMware.VimAutomat
    ion.ViCore.Cmdlets.Commands.RemoveNetworkAdapter

    So I tried:

    $network = get-networkadapter VM - myvm

    Remove-NIC - NIC $network

    Who wants to delete the two network adapters:

    Confirm
    Are you sure you want to perform this action?
    Operation 'Remove network adapter' target 'NIC 1,
    NIC 2 ".

    So I tried

    $network = get-networkadapter VM - myvm

    Remove-NetworkAdapter NetworkAdapter - $network.networkadapter [2]

    Which returns:

    Cannot perform indexing in a null table.
    At line: 1 char: 63
    + delete-networkadapter networkadapter - $network.networkadapter [< < < < 2]
    + CategoryInfo: InvalidOperation: (2:Int32)], RuntimeException
    + FullyQualifiedErrorId: NullArray

    So, what don't get me?  I need to remove the 2 network adapter only.

    Any help would be greatly appreciated.

    -stephen

    You can do

    Get-NetworkAdapter VM - myvm | where {$_.} Name - eq 'Network adapter 2'} | Remove-NIC

    Note that a table of PS starts indexing at 0.

    If your last attempt should be

    $network = get-networkadapter VM - myvm

    Remove-NetworkAdapter NetworkAdapter - $network.networkadapter [1]

  • How can I remove the user name and the image of Windows XP new Start Menu

    Two questions:

    1. How can I delete the user name and the image of Windows XP new start; and

    2. my computer keeps asking me to press the F1 key to start Windows.  How to skip this part?

    Thank you.

    Hello

    The image of user account can be removed by disabling the Welcome screen. Or, by opting for the classic Windows theme. Follow the method described in this article, if you want to remove the user name and the picture in the Start Menu, without disabling the Welcome screen and Windows XP theme.

    For those who want to delete the user name and the image of user account from the Start Menu, in order to have a blue white Panel at the top, try this:

    Registry warning
    Important: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

    How to back up and restore the registry in Windows
    http://support.Microsoft.com/kb/322756/

    Step 1:

    a. start Windows Explorer and go to this folder:
     
    C:\Documents and Settings\All Users\Application Data\Microsoft account images

    b. in this folder, rename the BMP file that corresponds to your user account.
     
    (For example, if your user name is Robert, rename Robert.bmp to old_Robert.bmp)

    c. then rename the following folder:

    C:\Documents and Settings\All Users\Application Data\Microsoft account Pictures\Default pictures
     
    to something else, for example,.
     
    C:\Documents and Settings\All Users\Application Data\Microsoft account Pictures\No_Default images.

    Step 2:
     
    To remove the user name, follow these steps

    a. Click Start, click "RUN" and type "regedit.exe" and navigate to this key:
     
    HKEY_CURRENT_USER-Software-Windows Microsoft\------CurrentVersion-policies-Explorer

    b. in the right pane, the value NoUserNameInStartMenu-value data 1.

    c. close Regedit.exe and restart Windows.

    You'll find yourself with a blue area at the top of the Start Menu.

    Regarding the pressing 'F1' to start Windows, you have made no changes or was there a system crash after which the problem started?

    You may need to change the boot sequence in the BIOS to the default settings. I recommend you contact your PC vendor for this.

    Warning of the BIOS:
    BIOS change / semiconductor (CMOS) to complementary metal oxide settings can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the configuration of the BIOS/CMOS settings can be solved. Changes to settings are at your own risk.

  • I bought my computer from someone else. Change user accounts did not name of each file in the computer. How can I change or remove the user/name (my name) /document? __

    I bought my computer from someone else. Change user accounts did not take their name off of each (or more) file in the computer. How can I change or remove the user/name/document
    I have looked everywhere and changed user information and the name of the administrator. What can I do else?

    Hello flashgordonjxn,

    Who has ever done the installation of Windows, the installation program asks you to enter your name and optionally, the name of the organization. These registration information appears under recommended for in the general tab of the System when you click Start, click Control Panel, click performance and Maintenanceand then click System.

    To change see instructions below:

    1. Click Startand then click run.
    2. In the Open box, type regedit, and then click OK.
    3. Look for the following registry key:
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
    4. To change the name of the company, follow these steps:

      In the right pane, double-click RegisteredOrganization. Under value data, type the name that you want, and then click OK.

    5. To change the name of the registered owner, follow these steps:

      In the right pane, double-click RegisteredOwner. Under value data, type the name that you want, and then click OK.

    6. Click Exit on the file menu to exit the registry editor.

    Hope this helps you. Let us know anyway. Make it a great day!

    "And in the end the love you take, is equal to The Love You Make" (The Beatles last song from their latest album, Abbey Road.)

  • What should I do to remove the user name of the saved list when I connect

    What should I do to remove the user name of the saved list when I connect

    I think maybe he's talking about the list that is displayed when you connect to a web mail service. It shows several previous usernames used. How to remove one of them from the list?

  • Unable to remove the user from database

    Hi all

    I'm unable to remove the user from the database and get the error shows:

    "must use DBMS_AQADM. DROP_QUEUE_TABLE to drop the queue tables"

    I find 3 table with AQ prefix in the schema, but unable to remove the table even using "sys" user.

    No idea how I can do?

    Kind regards

    Hello

    select object_name,object_type from dba_objects where owner='USERNAME' and object_name like '%AQ%';
    

    TO remove the table from the queue, sign in as the owner and

    exec DBMS_AQADM.DROP_QUEUE_TABLE(queue_table=>'PASTE_THE_OBJECT_NAME_FROM_ABOVE',force =>TRUE);
    

    Anand

  • Remove the user but not to revoke resources

    Hello

    I use oim 11g and have the following problem:
    When a user of the IOM is deleted, its resources are not deleted on the target systems.
    How can I fix?

    TKS

    Hi raraujo,

    usually the button remove a user removes the user and automatically revokes the resources associated with it.
    However, in a particular case (check MOS ID 1273720.1) when this IOM key just turns off the user and its resources pending for a period until finally delete the user and its resources.
    You have the game of 'Period of delay user remove' system property to a value non-zero? Maybe it's the reason for not having the deleted user and resources revoked.

    I hope this helps.

    See you soon,.

  • How to remove the user from the IOM by using Trusted Recon

    We trust Sun to IOM LDAP Recon. We delete usually old Sun LDAP users periodically. According to the requirement, these users should also be eliminated from IOM as well as all its databases that are put into service.

    Looks like that, the behavior by default of 'iPlanet Trusted remove user Recon Task' is to set the user status to 'Deleted' and 'Revoked' about the users corresponding IOM and resources put into service. How can I remove users from the IOM as well as the database placed in service in the case of user removed from Sun's LDAP?

    Thank you!
    Kabi

    Once a user is created in the IOM, you cannot remove it. As you said, the default behavior for the removal of the recon user approved is that the user will be disabled in IOM and revoked from all target applications. Revoke the user will remove the user from the target applications.

    This is done for the purpose of audit so that later we can determine which users have been removed or terminated.

    But as a you can manually delete the records of user database directly which is not recommended.

  • Maxi of approval when removing the user from the user profile

    Hello

    I have a requirement like

    I have configured AD as auto updated in service.

    How to configure the approval workflow, when the administrator to remove the user from the user profile (form xellerate).

    FYI, the Delete assigned task as cancel the task for the user to create

    Thank you

    Published by: user11963802 on December 15, 2010 02:31

    Create an approval workflow and create a rule for the determination of the process like

    If
    Action request == "revoke".

    Attach this rule with RO.

    Hey sorry

    I shared information Revoking user of the target Application.

    Hide the button remove the user from JSP
    You can create a model with approval workflow resources to remove the user. And after getting the approval, you can use API DeleteUser to remove the user from the IOM.

    Published by: Rajiv Dewan

Maybe you are looking for

  • How can I myself live bookmarks to highlight the visted links?

    In older versions of Firefox (I think version 13 and earlier versions) live bookmarks would have the attention of the links visited by changing the icon displayed next to the bookmark the Favicon of website. It is a basic concept and I am surprised a

  • 15 - af103ax: OPTICAL DRIVE READ WRITE COMPARE TEST: FAILED

    ODD my laptop HP is not able to write disks, the performance of Optical Drive Read compare Test he gave me a "failed" message with ID QBRXWM-7RV87M-XD7WMF-6HLB03 failure.

  • application source Event viewer event id 1000 error

    Dear, I am running windows server 2008 r2 in my business and recently started Active Directory to freezes from time to time, and im not able to use it, below that is the event that is logged in the event viewer: can you please help as im not able to

  • Pavilion m7480n upgrade video card

    Hello.  I own a HP Pavilion m7480n and want to upgrade the video card with one that has HDMI.  Is there a specific type/model should I buy?  I'm looking for something in the order of $100.  I have the original software, including Windows XP.  Thank y

  • XML parsing failed because «»

    HelloI am facing problem for composite construction in jdeveloper. It shows error below. Please suggest how to proceed further.Error: XML parsing failed because «»BuildFile: C:\Oracle\Middleware\jdeveloper\bin\ant-sca-compile.xmlSCAC:[scac] Validatio