SQL Script to Retrieve EAM Work Order AME Approval Information in Oracle R12
Hello,
I am working on a requirement in Oracle R12 EAM and need to retrieve approval information for work orders processed through AME (Approval Management Engine). Specifically, I am looking for a SQL script or guidance on how to:
Identify the work order approval status stored in AME.
Track the approval history, including approvers and timestamps.
Retrieve any relevant comments or actions taken during the approval process.
I built the following script, but it only retrieves the latest updates by a person on the work order, not the AME-stored approval information.
(SELECT wo.wip_entity_name AS wo_no,
wo.creation_date,