Split Processing constraints unable to update the new Backordered line generated
Hello,
Wanted to update the DFF value (Attribute 1 and attribute 3) in the oe_order_lines_all table at the Backorder line generation.
I dont want to use Alerts or any custom triggers on oe_order_lines_all table
So tried below methods:
Method 1-
1) Created a Subscription for business event (oracle.apps.ont.oi.xml_int.status) for updating DFFs in the oe_order_lines_all
Issue: 1 : So whenever we split the Order lines from Sales Order form the parent line gets fetched to update but the child line dosent gets fetched for updating.
Issue 2: Records are not getting updated in the oe_order_lines_all table when we call it via business event.