How to inform users that pay is underway

I would like to know how to warn users that pay is being processed.

for example, we have different users doing data entry for the different branches of the company payroll and payroll Admin wishes to inform all users that it is processesing of payroll for the pay period. So, how can we do such a thing? As in the case, the user connects by using his username and password a warning message should appear that payroll is processed.

all comments/suggestions are welcome!

This can be solved with the following approach.

1. create two responsibilities - payroll Admin & payroll data service with similar menu.

2. fix the responsibility Admin pays the payroll Admin user who is permitted to run payroll.

3. fix the responsibility of maintaining data on payroll for users in various branches that are allowed to be updated / payroll data entry.

4. until payroll Admin began to run the race of payroll, it will define the value profile of ' HR:Query only Mode "Yes for the responsibility of maintaining data on payroll. So now users in different industries can only view data but can not create / update the data.

5. once the payroll run is completed, payroll Admin will now be no. profile, so that users of branches can now enter data.

6. you should make it a policy that users in the various branches must use responsible for maintaining data on payroll to enter / update payroll data even if they are responsible "Pay Admin" attached.

Hope this has solved your problem.

Tags: Oracle Applications

Similar Questions

  • How to create users that can connect to the application?

    Hello


    As an example of Application provided by APEX, in this application, the administrator can create users and reset passwords, and the user can connect to this application. How is this happening?

    Now I know how to create users and reset passwords through the corresponding working table.

    But I don't know how to use the user to to connect to the application? I tried several times to use the user create by ADMIN to connect to the application, but I failed.

    I can't find any setting in the sample Application, but it do.

    If any good plans?

    I thank in advance.

    There are two ways you can handle this... Build users of the APEX and continued them through the api of the APEX (not recommended by what I saw several comments here, outside the development environment) OR in your application, you could build a custom authentication system...

    Here is a link to explain how make one:
    http://djmein.blogspot.com/2007/07/custom-authentication-authorisation.html

    Thank you

    Tony Miller
    Webster, TX

  • Slide to open, how to inform apple we want it back

    How to inform apple that we want the Slide-to-open back function?

    See the following: http://www.apple.com/feedback/iphone.html

  • OIM11gR2ps2 how to use OID - 11.1.1.6 Connector for updating a user that has been created through LDAPsync?

    Hello

    I have two connectors configuration, a database connector generic to an Oracle database that the provisions of a user account (it works fine). The second connector, I am still getting set up properly is a LDAP connector specifically OID - 11.1.1.6.0.

    Use case:

    A user creates an account through automatic recording and is created simultaneously in OUD ldap with the johnDoe1 username. johnDoe1 connects in IOM and asks an instance of application called DBAccount. They fill out the application in all there information (user ID, fname, lname, phone, address, title, etc.). Once they support demand goes through the necessary approvals and after that it's approved successfully the info is put in service to the database. Once this operation has been successful, I would like to provision an update a users ldap entry that was created in the custom attribute ldapsync is called OUDappusername, this attribute is an attribute with value mutli because if demand for the other apps, they will be updated in the OUD aswell. This OUDappusername will be generated by an event handler or to pre-populate the plugin and the format will be "app |" user name' where app is the app they ask and User_name is the user name they use to connect to the IOM, for example "DBAccount". johnDoe1. If they keep asking other apps they will be updated in the OUDappusername so that they may have DBAccount | johnDoe1 and ask another application called app2, then they will also have app2 | johnDoe1 and so on.

    Is this possible with the connector and how do I set it up to users update rather than set up a new account in the OUD?

    The question:

    I currently have the configuration of connector so whenever I have set up a user creates a new user rather than allow me to simply update a user. It is possible to configure the connector for updating existing users is born through ldapsync, rather than those created through the app instance configuration. I have found no documentation on that.

    Thanks in advance,

    J

    Edit #1 - I changed the wording and added more details.

    Edit #2 - I reworded my question to be more specific and focus on a single issue and changed the title to be more specific.

    Post edited by: 6d986dc3-6c9b-401d-9892-76032e7a1e05 on April, 07/04/2014

    Hello

    I just wanted to post what we found the answer. We did not use the connector, but what we did was we created a custom, adapter, which is a small and associated java class then new task in the process definition for the database resource in the console design and we made calls to jndi for the ldap Protocol to update this attribute multivalue. It was very quick and easy and could be tested before the implementation of the IOM. Thanks again for all the help and talk me through the procedures.

    Thank you

    J

  • Help! How to link to information users at the user page?

    I created the connection index, register, and sign the php pages. MySQL. Now I'm trying to create the user profile page. But I can't link their information to the user page. So, how to link to information users at the user page? @

    maniragav26 wrote:

    I created the connection index, register, and sign the php pages. MySQL. Now I'm trying to create the user profile page. But I can't link their information to the user page. So, how to link to information users at the user page? @

    Can I assume you are using Dreamweaver server behaviors (I guess if you ask this question, it is likely that you would be).

    Go to the mode code in your "login" page Find the section of code that creates the DW:

    $LoginRS__query = sprintf ("SELECT Uname, Pword OF USERS WHERE Uname = %s AND Pword = %s",

    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    $LoginRS = mysql_query ($LoginRS__query, $connUsers) or die (mysql_error ());

    $loginFoundUser = mysql_num_rows ($LoginRS);

    If {($loginFoundUser)

    $loginStrGroup = "";

    Declare two session variables and assign them

    $_SESSION ['MM_Username"] = $loginUsername;

    $_SESSION ["MM_UserGroup"] = $loginStrGroup;

    INSERT THE CODE in RED below: 'id' is the name of the id column in your database table - if it were 'user_id' that's what you have inserted.

    $LoginRS__query = sprintf ("SELECT users id Pword, Uname, Uname WHERE = %s AND Pword = %s",

    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    $LoginRS = mysql_query ($LoginRS__query, $connUsers) or die (mysql_error ());

    $loginFoundUser = mysql_num_rows ($LoginRS);

    $row_rsUserDetails = mysql_fetch_assoc ($LoginRS);

    If {($loginFoundUser)

    $loginStrGroup = "";

    Declare two session variables and assign them

    $_SESSION ['MM_Username"] = $loginUsername;

    $_SESSION ["MM_UserGroup"] = $loginStrGroup;

    Now to find the under section of code in the 'login' page: (this implies that you have defined a 'success' page to return IF the connection information is correct):

    If (isset($_SESSION['PrevUrl']) & false) {}

    $MM_redirectLoginSuccess = $_SESSION ["PrevUrl"];

    }

    Header ("Location:".) $MM_redirectLoginSuccess);

    }

    else {}

    Header ("Location:".) $MM_redirectLoginFailed);

    }

    INSERT THE CODE in RED below: 'id' in $row_rsUserDetails ['id']; is the name you gave the id column in your database user table, so if it was "user_id" it would read as - $row_rsUserDetails ['user_id'];

    If (isset($_SESSION['PrevUrl']) & false) {}

    $MM_redirectLoginSuccess = $_SESSION ["PrevUrl"];

    }

    $_SESSION ['id'] = $row_rsUserDetails ['id'];

    Header ("Location:".) $MM_redirectLoginSuccess);

    }

    else {}

    Header ("Location:".) $MM_redirectLoginFailed);

    }

    NOW, you create your user details page.

    Create a Recordset, select the table of database you want to gather information about the user. Select the filter to 'none '.

    Go to the view code and at the top of the page, insert:

    <>

    $userId = $_SESSION ['id'];

    ?>

    NEXT FIND THE CODE THAT SELECTS DATA FROM THE DATABASE: (your will be slightly different as you use different details of connection and recordset)

    @mysql_select_db ($database_connUsers, $connUsers);

    $query_rsUserDetails = "SELECT * FROM USERS";

    $rsUserDetails = mysql_query ($query_rsUserDetails, $connUsers) or die (mysql_error ());

    $row_rsUserDetails = mysql_fetch_assoc ($rsUserDetails);

    $totalRows_rsUserDetails = mysql_num_rows ($rsUserDetails);

    Change the second line above to: (add red code below for your SELECT string) (remember WHERE 'id' - 'id' is the name of the column in your database table.)

    $query_rsUserDetails = "SELECT * FROM users WHERE id = '". " $userId. » ' ";

    It's her!

    You can now start "liaison" details on the user Details page.

  • Someone broke into my computer informing me that he has been infected with malware, viruses, etc. and advising me to contact a phone number, also send me a live conversation on how to solve the problem. He claims to be an Apple / Safari servic

    Someone broke into my computer informing me that he has been infected with malware, viruses, etc. and advising me to contact a phone number, also send me a live conversation on how to solve the problem. He claims to be an Apple / Safari servic

    This kind of message is a scam. Do not meet it.

    Force Quit Safari, then restart Safari while holding the SHIFT key.

  • When installing FF7, I clicked Yes to the "do you want to send info back to the developers on the use of memory etc." and now I want to no longer send information as his gel my browser then how do I disable that?

    Question
    When installing FF7, I clicked Yes to the "do you want to send info back to the developers on the use of memory etc." and now I want to no longer send information as his gel my browser then how do I disable that?

    See:

    • Firefox > Preferences > advanced > general: system default: 'send performance data '.
  • How to restore the information bar that shows the prevention of opening a pop-up window?

    After Firefox open the InfoBar telling me they have blocked a pop-up window I inadvertently clicked on the link option and delete the new coming information bar.
    How to restore the information bar that shows the prevention of opening a pop-up window?

    This has happened

    Just once or twice

    == I clicked on the link to the option and select the option "do not show this again."

    I put browser.popups.showPopupBlocker false, and always appears in the information bar.

    When I also set privacy.popups.showBrowserMessage to false, it does not appear.

    I use to check, if the info bar is displayed,
    http://www.PopupTest.com/popuptest3.html

    So, the value of the real preferences

    privacy.popups.showBrowserMessage

    and

    browser.popups.showPopupBlocker

    Two of them!

    This help you?

  • I have 3 I paid and you want to delete all the information that a a them. How to be painful that will not delete fron the 2 that I paid I want to use

    I have 3 I paid and you want to remove all the information ONLY one of them. How to be painful that will not delete the other

    You can go to settings > General > reset > erase all content and settings and will erase the iPad that you perform this action on. It has no effect on another device.

    See you soon,.

    GB

  • I want to restrict a user on my netowrk as to how long they can stay on their machine. How do I do that?

    original title: the user limits

    I want to restrict a user on my netowrk as to how long they can stay on their machine. How do I do that? Another words I want their machine to stop the ' ts say after 3.5 hours.

    One way is to give that salute their shutdown of PC by a timer. You can try this comment in the comment line:

    stop-i

    And add the PCs you want to stop and set the timer to shutdown therm.

    I also suggest to take a look at:

    http://social.technet.Microsoft.com/forums/en-us/winserverGP/thread/1e1db4e8-6975-457d-b6d5-9d733feaf952/

  • I need to deploy a single application to a single computer or user. How can I do that.

    Hello

    I am new to SCCM 2012 R2.  I need to deploy a single application to a single computer or user.  How can I do that.

    Thank you

    SlimKalim

    Tip 1: ask in the Technet forums and not the forums of final consumers.  ;-)

    SCCM 2012 / 2012 SCCM R2?

    https://social.technet.Microsoft.com/forums/en-us/home?category=systemcenter2012configurationmanager

  • How to account user, allowing that file executable permission... not allowed to open the drive hard partition c, d, e, f, g and documents, etc.

    How to account user, allowing that file executable permission... not allowed to open the drive hard partition c, d, e, f, g and documents, etc.

    like Firefox allowed to open and Office World etc.

    and the scores of disk c:d:e:f: documents and unauthorized change setting.

    Hi UMIR,

    Assistance to your topic that you are looking for is more complex than what it is treated in this forum. It would be better suited in the Technet forums where the it professional can suggest you a solution regarding the same. Please visit the link below to find a community that will support what ask you

    http://social.technet.Microsoft.com/forums/en-us/

    I hope this helps.

  • I've removed my built-in administrative user, how can I restore that?

    I've removed my built-in administrative user, how can I restore that?

    In fact, you can't remove the administrator account; the system will not let you. You can change or remove the password. If you know your way around the system, you can DISABLE the administrator account or if you have created a user account with administrative access during the initial installation, the built-in Administrator account will be disabled automatically. If the last user account with administrative access is removed, the built-in Administrator account should be automatically enabled only if the computer is part of a Windows/AD domain. If you need to access the built-in Administrator account, you will need to open an administrative command prompt (so you still need an administrator account and the password), and then type: net user administrator / Active: Yes. This will activate the built-in account. If you simply remove the password of an administrator account, you just provide a blank password.

    http://www.MakeUseOf.com/answers/deleted-administrator-account-Windows-7/

  • How can I change my PC start up login information so that it will automatically connect to my Microsoft online account?

    How can I change my PC start up login information so that it will automatically connect to my Microsoft online account?

    I would like to be able to set up my startup of Windows 7 on my PC, as it relates to my Microsoft online account.  My startup password when I turn on my computer first would be the same PW that I use for my Outlook and other activities online.  I hope that this would help sign me in the 'cloud' and take advantage of some of the features available in Office 2013, recently downloaded automatically.

    Thanks for the replies!  Detail is appreciated.

    Hi Michael,

    Unfortunately, this is the only way to accomplish this task.

  • My computer will not allow the installation of the Adobe Air software, a message informs you that I must refer to the administrator. I am the only user on this machine

    My computer will not allow the installation of the Adobe Air software, a message informs you that I must refer to the administrator, I'm the only user on this computer.   Help please.

    Thank you, Nicholas Cooper.

    Here you go:

    1. Right click on the installer.
    2. Click on "Run as Administrator".

Maybe you are looking for