Enterprise Asset Management - EBS (MOSC)

MOSC Banner

Using EAM_PROCESS_WO_PUB.PROCESS_WO to update work order dates

edited Oct 3, 2018 2:31PM in Enterprise Asset Management - EBS (MOSC) 10 commentsAnswered

I am trying to use the APPS package EAM_PROCESS_WO_PUB procedure PROCESS_WO() to update a work order's scheduled start and scheduled completion dates. So I created a work order record and filled in only the necessary info.

transaction_type := EAM_PROCESS_WO_PUB.G_OPR_UPDATE; 
wip_entity_id := 123456; 
organization_id := 123; 
scheduled_start_date := ?;
scheduled_completion_date : = ?;


Reading through some documentation I figured out that the work order needs to be in "Released" status. You should be able to just set the start or completion date since the resource usage will either back-date or forward-date the other scheduled date.

Tagged:

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