How to link/compare PVOs (Public View Object) for Order Management and GOP Manage Assignments
Summary:
We have a requirement to perform a validation and compare fields (Customer Name, Customer Site, Item) from Order Headers and Order lines to the 'Manage Assignments': Assignment level - 'Item and Customer and Customer Site' and 'Item and region' using a Groovy script under Manage Order Extensions.
However the PVO 'oracle.apps.scm.advancedPlanning.planning.sourcing.publicView.SourcingAssignmentPVO
' contains Id's (eg. InventoryItemId 300XX) which are only 4-5 digits and are different from the standard 15 digit Order line item (eg. 'ProductIdentifier' 1000000xxxxxxxx).
Is there any way to compare the Sales Order Header/Line and the Manage Assignment (Global Order Promising) using existing/available PVO's or any alternate solutions?
0