ont_line_def_hdlr.g_record.inventory_item_id use in Defaulting Rule. How are you handling it?
We're on 12.1.3
Trying to create an Order Line Level defaulting Rule to leverage ont_line_def_hdlr.g_record.inventory_item_id
Problem is that ont_line_def_hdlr.g_record.inventory_item_id doesn't seem to have a value, I can't use it to get to oe_order_lines_all or mtl_system_items_b to get to attributes of the inventory_item_id.
I see Oracle had a bug submitted this year but it was closed.
Bug 20432082 : ONT_LINE_DEF_HDLR.G_RECORD.INVENTORY_ITEM_ID; IS RETURNING NULL. |
32 - Not a Bug. To Filer
Has anyone found a way to get around the fact that ont_line_def_hdlr.g_record.inventory_item_id is null during default rule firing? I'm stuck. Much appreciated if you have thoughts.