Need help in creating AME based on Cost Center
Hello,
I need to have a AME Rule set for Internal Requisition for Hardware Department only.
Need help on how to set the AME rule for particular department only.Is it related to any cost center?
I have created 2 attributes:
1)INT_REQ_SUP_LEVEL(To get the Supervisor Level)
select nvl(pj.approval_authority, 0) myvalue
from per_all_assignments_f paf ,po_requisition_headers_all poh ,
po_requisition_lines_all pol ,per_all_assignments_f paf2 ,
per_jobs pj
where 1=1
and poh.requisition_header_id = pol.requisition_header_id
and pol.line_num = 1 and paf.person_id = pol.to_person_id