Enterprise Asset Management - EBS (MOSC)

MOSC Banner

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,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center