You are on page 1of 2

Create new user AME_ADMIN

User Management -> Users -> Search -> AME_ADMIN (GO)


- Update this user.

- Assign Roles to this user (All Roles Started with Approvals% ) fill in
Justification field (AME Setup User).

Functional Administrator -> Security -> Create Grant


Name  AME Transaction Types To AME_ADMIN
Security Context  Grantee Type  Specific User
Security Context  Grantee  AME_ADMIN
Data Security  Object  AME Transaction Types
Next  Next  Set (AME Calling Applications)
Next  Finish

System Administrator>Profile>System>
Application Human Resources
Profile  AME:Installed
Value  Yes
Approvers Groups code format for dynamic
approvers
Select RR.name from Wf_Local_roles rr where rr.display_name ='XX Self
Service Admin:Any security group'

union all

Select 'person_id:' ||
XX_hr_workflow_service.XX_Get_Direct_MGR(:transactionId)
from hr_api_transactions AP
where XX_hr_workflow_service.XX_Get_Direct_MGR(:transactionId) <>
AP.CREATOR_PERSON_ID
and AP.TRANSACTION_ID = :transactionId
and XX_hr_workflow_service.XX_Get_Direct_MGR(:transactionId) is not
null

Union all

select name from wf_roles where display_name='XX_IREC_SPL' and name


like 'PQH%'

You might also like