Enterprise Asset Management - EBS (MOSC)

MOSC Banner

Work order approval required based on the total estimated cost

edited Dec 7, 2019 4:02AM in Enterprise Asset Management - EBS (MOSC) 6 commentsAnswered

Hi,

Scenario:

Work order approval required based on the total estimated cost.

Approval for supervisor upto 2000 USD.

Approval for manager upto 8000 USD.

Approval for general manager above 8000 USD.

Setup did: (AME 12.2.8 version)

1. Enable workflow for work orders in EAM Parameter.

2. Attribute created to get the work order cost

Usage Type as "Dynamic"

Data Type as "Number"

my sql query for Dynamic Attribute, to get the run time value (this is for your reference)

SELECT NVL ( ( (  -SUM (e.actual_mat_cost)

- SUM (e.actual_lab_cost)

- SUM (e.actual_eqp_cost))

+ (  SUM (e.system_estimated_mat_cost)

+ SUM (e.system_estimated_lab_cost)

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