You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

OM Extension to validate Warehouse Organization after submitting the order

Summary:

hi,

I am trying to make OM Extension to validate if warehouse organization belongs to Business Unit or not.

there is two cases:

  • Validate the warehouse while creating the order
  • Validate the warehouse when the user edit the warehouse after submitting the order

First case is working, but in second case there is no validation occures

any suggestion?


Content (required):


Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

import oracle.apps.scm.doo.common.extensions.ValidationException;

def VARBusinessUnitIdentifier = header.getAttribute("BusinessUnitIdentifier");

def lines = header.getAttribute("Lines");

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!