DBA Data[Home] [Help]

APPS.WMS_UT_PKG dependencies on OE_LINES_IFACE_ALL

Line 1635: INSERT INTO OE_LINES_IFACE_ALL (

1631: l_item_counter := l_item_counter + 1;
1632: c_item_id := item_arr(((l_item_counter - 1) mod numofdistinctlines) + 1);
1633: c_quantity := quantity_arr(((l_item_counter - 1) mod numofdistinctlines) + 1);
1634:
1635: INSERT INTO OE_LINES_IFACE_ALL (
1636: creation_date
1637: , created_by
1638: , last_update_date
1639: , last_updated_by