DBA Data[Home] [Help]

APPS.OE_VERSIONING_UTIL dependencies on OE_ORDER_LINES_HISTORY

Line 39: DELETE FROM OE_ORDER_LINES_HISTORY

35: END LOOP;
36:
37: if l_temp_table.count > 0 then
38: FORALL i in 1..l_temp_table.COUNT
39: DELETE FROM OE_ORDER_LINES_HISTORY
40: WHERE line_id = l_temp_table(i);
41: l_temp_table.DELETE;
42: end if;
43: