How to add AME role and responsibility to user in oracle apps
Add AME responsibility
AME setup in oracle apps r12
AME workflow in oracle apps
approval management engine in oracle apps r12
AME setup in oracle apps
AME responsibility role attached to user
how do I add roles to AME
there are no valid navigation AME Error
oracle add ame responsibility to user api
Step 1: Add user Role
Use below script to add AME related roles to your user.
DECLARE v_usr_name VARCHAR2 (20) := :USER_NAME; BEGIN BEGIN wf_local_synch.PropagateUserRole ( p_user_name => v_usr_name, p_role_name => 'UMX|AME_BUS_ANALYST'); COMMIT; END; BEGIN wf_local_synch.PropagateUserRole (p_user_name => v_usr_name, p_role_name => 'UMX|AME_ADM_VIEWER'); COMMIT; END; BEGIN wf_local_synch.PropagateUserRole (p_user_name => v_usr_name, p_role_name => 'UMX|AME_APP_ADMIN'); COMMIT; END; BEGIN wf_local_synch.PropagateUserRole ( p_user_name => v_usr_name, p_role_name => 'UMX|AME_BUS_PROCESS_OWNER'); COMMIT; END; BEGIN wf_local_synch.PropagateUserRole ( p_user_name => v_usr_name, p_role_name => 'UMX|AME_TTYPE_ADMIN'); COMMIT; END; EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE ('Error:' || SQLERRM); END; /
The above script adds the below roles to your user.
UMX|AME_ADM_VIEWER
UMX|AME_APP_ADMIN
UMX|AME_BUS_ANALYST
UMX|AME_BUS_PROCESS_OWNER
UMX|AME_TTYPE_ADMIN
Step 2: Create Grants
1. Navigate to Functional Administrator->Security->Grants and click on Create Grants button.
2. Create a grant with the following information:
Name
Grantee Type = ALL User
Object = AME Transaction Types
(You can also set Grantee Type as Specific User and set the user name as Grantee)
3. Click Next to define the object parameters and Select Set as AME Calling Applications
Verify if you are able to access the AME responsibility and transaction types.
Related posts:- Register a test concurrent program from backend in Oracle EBS
- Supervisor Hierarchy and Approval Limits in Oracle EBS R12
- Query to find vacation rules in Oracle R12
- View java class source in oracle database
- Load Java source code in oracle database
- Query to find all APIs of Oracle Apps modules
- OAF customizations queries
- Oracle apps list of concurrent programs in a Request Set
- Query to get Organization Hierarchy in Oracle apps
- Oracle apps query to find incompatible programs blocking a concurrent request
- Form function attached to which responsibility and user
- Query to find the responsibility attached to user in oracle apps
- How to enable debug log in Oracle apps EBS
- How to add AME role and responsibility to user
- Oracle form attached to which responsibility
- SQL query to get MIME type for file extension
- Query to get concurrent program and executable details
- Query to get responsibility level profile option values
- Query to validate migration of XML/BI Publisher Template and Data Definition
- Query to get details of XML/BI Publisher Template and Data Definition
- Query to get Site level and Organization level Profile Option Value
- PL-SQL code to reset application user password
- PL-SQL Procedure to send email with attachment
- PL-SQL to delete Concurrent Program and Executable
- Query to get the details of the lock in the database
- PL-SQL code to delete XML/BI Publisher template and Data Definition
- Query to find Form Personalization
- Query to find profile option values
- Query to get details of concurrent program parameters
- PL-SQL Code to find Menu Hierarchy of a responsibility
- Query to find details of Flex value sets
- Query to find concurrent program Responsibility and Request Group
- Concurrent program SQL statement currently running in background
- Query to find scheduled concurrent programs
- Query to kill database session for a concurrent request
- Query to get DFF (Descriptive Flex Field) Details