Relies on performed action(Create/Update/Delete)

Hi all

I am a new bie to OIM 11 g. I just finished a multi level approval and it works fine.

Now my requirement is, based on the action (Create, update, delete) made by the user, that I send to different levels of approval.

Ex: If it's createUser/UpdateUser then I need 3 levels of approvals. If it is delete the user I need only 2 levels of certification.
In the emails of the notification if it's a createUser, that it should be mentioned as "Create" for update it should be "Update" in the same way to remove to remove.

Please suggest how can I achieve this.

Thanks in advance for your help.

Thank you
PT.

You can try this:
-Create composites for approvals of level 2 and 3. Create policies separately approved for the creation/update and deletion and fix composite respective policy approval.

Kind regards
GP

Tags: Fusion Middleware

Similar Questions

  • I get the message: "this file has no program associated with it for performing this action. create an association in the control panel of binding together.

    Every time I try and open things on my computer, like internet explorer, windows player media, Aim, or my music etc. etc. files I get this message "this file has no program associated with it for performing this action. create an association in the control panel of binding together.

    I don't know what that means. He started to do so after we have some malicious and unwanted software on our computer. I thought it was because of the problems, but it didn't disappear after the computer has been fixed. Can I run programs as an administrator. But how do I get it back, just double click and the program opens as usual?

    Hi Justalilkink,

    See also the post made by SpiritX on January 24, 2010 17:32 in the link http://social.answers.microsoft.com/Forums/en/vistafiles/thread/086ab3bb-d764-4fb1-a6f3-205bff708e63

    Diana
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Why performance degrades overtime when insert/update/delete VARBINARY?

    I use TimesTen directly related. I created a table with a column of type VARBINARY (100000). My test program inserts a line of 8K bytes in this table, then updates that row with another 8K bytes, then finally deletes this line. If I do the insertion/upgrade to update / delete 10000 times in my program, the number of performances is about 8000 operations per second. But if I do 300000 times, performance is about 4000 transactions per second.

    I do not understand why the performance degrades over time? Anyone understand it?

    Thank you!

    Published by: user8224303 on June 18, 2009 12:41

    Published by: user8224303 on June 18, 2009 13:28

    Based on the workload that you describe, and the fact that you see LOG_BUFFER_WAITS increasing this is likely to be the main problem here. Increasing the size of the log buffer and the size of the file should reduce or eliminate this problem. Depending on the type of disk array and how it is configured, you can still see a performance impact when checkpoints occur if the log files are on the same set of disks than the newspapers. Let us know how you go.

    Chris

  • my computer tells me that (this file does not have a program associated with an association in the Panel options files to perform this action.create)

    my computer tells me that (this file does not have a program associated with to perform this action.create an association in the Panel options files) when I try to click on a link

    Hi rayperkin,
     
    -You are trying to open this link from a Web site or is it an application?
     
    Follow the steps listed in the article given below to resolve this issue:
  • Auto update deleted all my files!

    Last night my laptop running Windows 7 Home Premium Edition 64 bit on a Dell Inspirion laptop performed an automatic update. After the reboot, all my personal files, including two 15 page paper that I worked for my diploma have been removed.
    All my photos, personal files and word documents have disappeared. Only the shell of the My Documents folder, including subfolders that I created, is on the left.
    I ran system restore back to an old restore point of two days, but not from my personal files were recovered.
    I searced internet w / "automatic updates of Windows delete/erase all my files" and came up with several reported threads this automatic update problem, but not solutions.
    Similar questions were asked in other parts of this forum with or without satisfactory answers:
    http://social.technet.Microsoft.com/forums/en/itprovistaapps/thread/dd1beef0-4CAE-4220-87fd-6556fd1c4d7d
    http://social.answers.Microsoft.com/forums/en/vistarepair/thread/0232a2f1-2100-4c0c-b2a1-3a13a6b64d6d
    I have same poster all folders hidden and searched the entire hard drive w / .doc and got not a single file of back!
    I need help!
    My papers are expected in a week and all of my current work is gone.

    Same for me... Laptop computer update... Every thing has disappeared...
    Tried the guest... Didn't work... So I took out the battery and put it back... Bingo all worked like new... Thanks for the idea of comments...

  • Why the region option buttons cannot perform action database?

    Looking at my book Easy Oracle HTML DB , page 211, the author submits a database action attribute is only available for a button in a position in the region.

    Is it possible to "force" a button created among the elements of the region to update the database (INSERT, UPDATE)?

    Thank you
    Maggie

    You could do a procedure customized to fire when a button is clicked. Within your procedure, you can update/delete/insert as desired.

  • The separate display - process success Message - for INSERT/UPDATE/DELETE

    Hello

    When we either Insert/update/delete records of shape of the APEX, it fires the Page - processing of automatic line (DML) process and displays the following message - process success Message

    -File has been processed.

    Is there a way for each of them, we can change this message...
    I mean, if the creation of a new record - message should be - record has been created... his way... If update... * manual has been updated *... and so on...

    Thank you
    Deepak

    Hello

    One way is to create a component hidden from this page and calculation value according page submit the request.
    for example if the application is updated then the item value record has been updated.

    Then put this point to the message of successful treatment of automatic line (DML) as & Px_YOUR_ITEM.

    Hope this helps

    BR, Jari

  • How to create and delete partitions automatically?

    How to create and delete partitions automatically?
    The environment is (10.2.0.3) 10g Oracle on the RHEL4.0 system.
    I want to partition the table of MESSAGES by date (NUMTODSINTERVAL(1,'DAY')). One partition per day. Because the table is huge, only 2 partitions (as of yesterday and today) are required to be available online. All partitions as earlier than the day before will be saved, and then dropped. I want to do the partition to create and delete the work performed automatically. How to do?

    Thank you

    junez wrote:
    Could do in detail?

    Here is an example of a procedure (part of a package) that adds/add a partition to an existing partitioned table schedule:

    procedure AddHourlyPartition( tableName varchar2, hour date, partitionName IN OUT varchar2 ) is
            sqlCreate       varchar2(4000);
            d               date;
    begin
            partitionName := GetHourlyPartitionName( hourly );  -- name of partition to create
    
            if existsPartition( tableName, partitionName ) then
                    -- nothing to do
                    return;
            end if;
    
            d := TRUNC(hour,'hh') + (1/24);                                -- upper date limit of the partition
    
            sqlCreate :=
            'ALTER TABLE '||tableName||'
                    ADD PARTITION '||partitionName||'
                    values less than
                            (TO_DATE('''|| TO_CHAR(d,'yyyy/mm/dd hh24:mi:ss') ||''',''yyyy/mm/dd hh24:mi:ss''))'
            ;
    
            ExecSQL( sqlCreate );
    
    end;
    

    The partition is safer to create partitions according to the experience?

    It is always better to write good packages in PL/SQL. Packages can (and should) use the application programming interfaces (API). Because our partition custom package that allows the management of partition. Or a messageLog package that allows for logging of application messages, errors, and debugging messages. Or a Notification package that allows to be send by email or SMS notifications. Etc.

    Design and software development, we should always approaches a "+ Lego mentality +"-which is to create building blocks ("+ Lego bricks +") which can be used and reused over and over again. Modularization is of crucial importance in software engineering as the result is not only of reusable code, but also the code that is easier to maintain, extend easier and easier to debug.

  • Insert, update, delete logging

    Hi friends
    I have insert, update, delete the table from the journal as

    TableName, rowname, date, user, type of operation

    for example, user delete a line, I see in my journal but sometimes I want to deleted data in rows.
    with oracle do we find data?
    or
    We can find data another way?

    Look at this example, hope you understand the question

    SQL> create table my_tab (id number, name varchar2(20));
    
    Table created.
    
    SQL> create table log_my_tab (old_id number, new_id number, old_name varchar2(20), new_name varchar2(20));
    
    Table created.
    
    SQL> create or replace trigger trg_test
    after insert or update or delete on my_tab
    for each row
    begin
    if updating then
    insert into log_my_tab values(:old.id, :new.id, :old.name, :new.name);
    end if;
    end;
    /
    
    Trigger created.
    
    SQL> select * from my_tab;
    
    no rows selected
    
    SQL> select * from log_my_tab;
    
    no rows selected
    
    SQL> insert into my_tab values(1,'Kamran');
    
    1 row created.
    
    SQL> update my_tab set id=2,name='Agayev' where id=1;
    
    1 row updated.
    
    SQL> select * from log_my_tab;
    
        OLD_ID     NEW_ID OLD_NAME             NEW_NAME
    ---------- ---------- -------------------- --------------------
             1          2 Kamran               Agayev
    
    SQL>
    

    As see you in this example, I create two tables, a main table and another table of newspaper. But in addition I create a trigger to track updates and insert old and new values to the log table

    - - - - - - - - - - - - - - - - - - - - -
    Kamran Agayev a. (10g OCP)
    http://kamranagayev.WordPress.com

  • How to create (or delete) a new tag for a Web site, so that his tag appears (or does not appear) whenever I restart Firefox?

    How to create (or delete) a new tag for a Web site, so that his tag appears (or does not appear) whenever I restart Firefox?

    See this - https://support.mozilla.org/en-US/kb/How%20to%20set%20the%20home%20page

  • Creating or deleting users with OI simple

    Hello

    For my simple OI, I wanted to add a method of creating or deleting users. I didn't like how to call the createdeleteusers.seq seq.

    Instead, I wanted to trigger via a simple OI button activation.

    So I created one under that VI called user manager that allows only simple (prechecked in IO) administrator to create or remove users. The teststand engine reference should be passed to sub simple IO vi.

    attached is the sub VI for the creation or deletion of users, is the right way to do it?

    I use LV 8.2 and teststand 4.0.

    Concerning

    VERP

    Thanks Christian,.

    I got the code and it is lamost similar or even better than my one GUI both add and delete operation, but surely I can catch a few nuggets.

    Concerning

    VERP

  • Windows Update error 80072efe. Can't perform a windows update.

    Windows Vista - I can't perform a Windows Update.  I found a 'form of hidden' running when I run the Task Manager.  I researched and found that malware can exist.  I ran malwarebytes scan online windows, security essentials etc., I still have problems with windows updates.  I can update my security essential now (I couldn't earlier until I ran malwarebytes).  What to do to be able to perform a normal windows update?  Help, please!

    What to do to be able to perform a normal windows update?  Help, please!

        • A rootkit has been known to cause this problem.

          (Rootkit removal tool)
          http://support.Kaspersky.com/viruses/solutions?QID=208280684

          You may experience some temporary connection errors when you use Windows Update or Microsoft Update to install updates http://support.microsoft.com/kb/836941>

          By running the Fixit on this page, you can reset the Windows Update components. But if there is malware present, she will continue to reset the connection to the update servers:

          How to reset of the components of Windows Update http://support.microsoft.com/kb/971058>

          Suggest you download and save the Fixit. Then configure the system before the clean boot by running:

          How to troubleshoot a problem by performing a clean boot in Windows Vista/Windows 7 http://support.microsoft.com/kb/929135>

          Once the Fixit has been downloaded and the system is started in the pure State, check that the native Vista firewall is now on if a 3rd party firewall has been used previously. Now run the Fixit and choose the default mode. Restart once it's done and see if the system can be connected to the update servers. If he can't, then rerun the Fixit and choose aggressive mode. Turn it back on when he finished the race and updates.

  • Cannot create or delete applications Essbase with the Admin user.

    Hello

    I'm running Essbase in version 11.1.2.3.505. For some reason, I can't create or delete applications in Essbase using the native admin account. I suspect it may be due to the fact that I wore recently users another environment via LCM HSS & that the roles were somewhat detached/altered in the HSS database. I checked that the commissioning for the admin user has full administrator for the Cluster Essbase HSS rights. The ID works very well elsewhere in the suite of the EMP, workspace, planning, etc. But the option to create or delete applications are greyed out. I have a workaround, where I can use a user newly created/configured to handle these tasks. I'm not sure how LCM would allow the superposition of the admin account properties in the HSS schema.

    FYI - check the table CSS_USERS, the creation date is the date of construction original (as well as all other indigenous users) - so I don't think it's relevant. I guess the problem would lie in CSS_PROVISIONING_INFO, CSS_ROLES, or a similar place. After opening a SR with Oracle, they recommended that I restore the entire schema I quickly rejected. He is not a danger, because I use the workaround. But it would be nice to have an overview of the pros on what is happening / what has happened.

    Thank you

    Mike

    Wow, that's weird.  What do you see on the side of Essbase (rather than look at Shared Services) If you "appear privilege user xxxx;" in MaxL?

  • JSX to perform actions.

    I'm looking for a script for Illustrator that performs actions of my set of actions

    It will satisfy your search:

    app.doScript("Action 1", "Test Actions");
    

    Make sure you have an action called 'Actions of Test' and an action called "Action 1" inside.

  • What does the error code 1003? It appears when I want to perform an automatic update of the creative cloud.

    What does the error code 1003? It appears when I want to perform an automatic update of the creative cloud.

    Creative cloud update error

Maybe you are looking for