Thursday, 9 August 2012

Create a user in Oracle Apps 11i

Creation of User

Navigation – System Administrator ->Security -> User -> Define

Figure 1. Create User Navigation
Follow the above the navigation path and click on Define. You will see following screen in front of you.
Figure 2. Create User

Fields

UserName
Give the username in this field.
Password
Enter desired password twice in this field. You would be required to change the password when you login first time with this username.
Description
Provide brief description of the user in this field.
Password Expiration
Days No. of Days after which the password will expire for the user.
Accesses No. of Accesses after which the password will expire for the user.
None The password will never expire
Person
You can attach employee to this user. This is used for HRMS applications
Customer
To attach customer to this user.
Supplier
To attach supplier to this user.
Email
Provide email address for the user. Its use to send notifications to the user through oracle applications.
Fax
Fax number for the user.
Effective Dates
From and To dates between which the user would be active.
Responsibilities
List of responsibilities assigned to the user.
Figure 3. Create User Indirect Responsibilities
Figure 4. Create User Securing Attributes


No comments:

Post a Comment

Script to update salespersons customer site wise in oracle apps R12

SELECT * FROM HZ_PARTIES WHERE PARTY_NAME LIKE 'DEENA VISION%'; SELECT * FROM HZ_CUST_ACCOUNTS_ALL WHERE PARTY_ID =94043 ; SE...