View Single Post
  #8 (permalink)  
Old October 15th, 2007, 23:22
krishna.chari krishna.chari is offline
Junior Member
 
Join Date: Oct 2007
Posts: 4
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
krishna.chari is on a distinguished road
Re: Unassigning Order Relases from PlannedShipments from BPEL

Just thought this will be helpful to others who are trying to integrate as well. Oracle Consulting suggested this solution which seems a lot cleaner for my purposes.
Set up an agent in OTM that will listen for changes to a fields on the order release. Eg: External status or ref number identifier of the Order Release. The agent will pick up values such as UNASSIGNED etc. When this value is set, the agent can unassign the order release frm the associated shipment.
From BPEL, update the Order Release, setting the status/ref number to "UNASSIGN" or some other user-configured value.
This seems to be a cleaner approach from an external program point of view.
Hope this is helpful.
Krishna
Reply With Quote