Sample Groovy script for validating Components in a PTO Item
Summary:
Hello
I have business requirement to validate the EFF values on the child items.
Some reason, my scripts work only at Parent level EFF values and not considering to check the Child level EFF values.
Do you have any sample script for fetching the component level records for CTO or PTO or KIT items?
Regards, Binoj
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;
import oracle.apps.scm.doo.common.extensions.Message;
List < Message > msgs = new ArrayList<Message>();
Tagged:
0