DBA Data[Home] [Help]

APPS.OE_VERSIONING_UTIL dependencies on OE_PRICE_ADJS_HISTORY

Line 62: DELETE FROM OE_PRICE_ADJS_HISTORY

58: END LOOP;
59:
60: if l_temp_table.count > 0 then
61: FORALL i in 1..l_temp_table.COUNT
62: DELETE FROM OE_PRICE_ADJS_HISTORY
63: WHERE price_adjustment_id = l_temp_table(i);
64: l_temp_table.DELETE;
65: end if;
66: