Issue with Defaulting Installed at Location Field in Sales Order Header.
Hi,
I am trying to default Installed at Location field at sales order header level based on the Item #. As part of this I have written PL/SQL API to default the value. The function is returning the value but it is not getting updated in the sales order form.
Please suggest if I am doing anything wrong in returning the value back to the sales order form.
This is the logic defined in the pl/sql block:
Variable Declaration:
-----------------------
rec_oe_g_hdr oe_order_pub.g_hdr%TYPE;
rec_oe_g_line oe_order_pub.g_line%TYPE;