DBA Data[Home] [Help]

APPS.OE_RMA_GRP dependencies on OE_ORDER_HEADERS

Line 72: UPDATE oe_order_headers

68: l_header_rec.last_updated_by := FND_GLOBAL.USER_ID;
69: l_header_rec.last_update_date := SYSDATE;
70: l_header_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
71:
72: UPDATE oe_order_headers
73: SET ordered_date = l_header_rec.ordered_date
74: , last_updated_by = l_header_rec.last_updated_by
75: , last_update_date = l_header_rec.last_update_date
76: , last_update_login = l_header_rec.last_update_login

Line 362: FROM oe_order_headers

358: /* Get the Order Source ID of the Order */
359:
360: SELECT order_source_id
361: INTO l_order_source_id
362: FROM oe_order_headers
363: WHERE header_id = to_number(itemkey);
364:
365: IF l_order_source_id = 13 THEN
366:

Line 600: FROM oe_order_headers

596: /* Get the Order Source ID of the Order */
597:
598: SELECT order_source_id
599: INTO l_order_source_id
600: FROM oe_order_headers
601: WHERE header_id = to_number(itemkey);
602:
603: /* Check if this Return Order originated from iStore */
604: