DBA Data[Home] [Help]

APPS.OE_ORDER_PURGE_PVT dependencies on OE_ORDER_LINES_HISTORY

Line 2425: FROM oe_order_lines_history

2421: WHERE header_id = p_header_id;
2422:
2423: CURSOR c_purge_lines_hist IS
2424: SELECT line_id
2425: FROM oe_order_lines_history
2426: WHERE header_id = p_header_id
2427: FOR UPDATE NOWAIT;
2428:
2429: CURSOR c_purge_ds IS

Line 2621: DELETE FROM oe_order_lines_history WHERE header_id = p_header_id;

2617: -- Purge the History tables
2618:
2619: OPEN c_purge_lines_hist;
2620: CLOSE c_purge_lines_hist;
2621: DELETE FROM oe_order_lines_history WHERE header_id = p_header_id;
2622:
2623: OE_DEBUG_PUB.Add('Before line delete : ',1);
2624:
2625: DELETE FROM oe_order_lines