Creating a user in Oracle E-Business Suite (EBS) R12 and assigning system responsibilities.
Step 1: Log in to Oracle EBS
- Open a web browser and go to the Oracle EBS login page.
- Enter your Username and Password.
- Click Login.
Step 2: Navigate to User Management
- Go to System Administrator responsibility.
- Navigate to:
Security → User → Define
Step 3: Create a New User
In the Users form, enter the following details:
- User Name: (e.g., JOHNDOE)
- Password: (Enter a temporary password; the user will change it on first login)
- Description: (Optional, e.g., "Finance Team User")
- Person: (If linked to an employee, click the LOV to select)
- Customer/Supplier: (If applicable, choose the respective entity)
- Email: (For notifications)
- Effective Dates:
- From: (Set to today’s date)
- To: (Leave blank if the account is permanent)
Save the record (
Ctrl + S
or click the disk icon).
Step 4: Assign Responsibilities
- In the same Users form, navigate to the Responsibilities block.
- Click in the Responsibility Name field and enter the responsibility (use
F11
to search if needed).- Examples:
- System Administrator
- Application Developer
- General Ledger Super User
- Examples:
- Save the record.
Step 5: Verify the User Account
Run the following SQL query in the database to verify the user:
Check assigned responsibilities:
Step 6: Inform the User
- Share the Username and Temporary Password with the user.
- Instruct them to log in and change the password at first login.
Step 7: Optional - Set Profile Options (If Needed)
To set profile options for the user:
- Navigate to:
System Administrator → Profile → System - Query the user and assign any required profile options (e.g., MO: Operating Unit).
Step 8: Validate Login and Responsibility Access
- The user should log in and verify they can access the assigned responsibilities.
- If any access issues arise, recheck responsibility assignments.
Troubleshooting
- If a user cannot log in:
- Check if their account is Active (
end_date
should be NULL). - Reset their password in User Management.
- Check for security rules restricting access.
- Check if their account is Active (
No comments:
Post a Comment