Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 8

1.

Define AME Transaction Type:

select distinct USER_ID FROM SRG_FND_SERVICE where REQUEST_ID=:transactionId


select distinct ITEM_KEY FROM SRG_FND_SERVICE where REQUEST_ID =:transactionId
SRGRSREQ

2. Attribute:::
select count(*) from SRG_FND_SERVICE where request_id = :transactionId

3. Conditions

4. Action Type
5. Approval Groups:::
select distinct srg_get_unit_manager_NEW(employee_id )

from SRG_FND_SERVICE a,

fnd_user fu

where a.request_id = :transactionId

and fu.user_name = a.USER_NAME


SELECT 'person_id:'||16154 from dual
select person_id from SRG_RESREQ_APPRGRP_LEV3_V

6. Define Role for “SRG_RESP_REQ_IT_APPRLIST”

7. Rule:

You might also like