DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_ORDER_HEADERS_ALL

Line 4030: FROM oe_order_headers_all h, oe_order_lines l

4026: x_line_rec => l_orig_line_rec);
4027:
4028: SELECT /* MOAC_SQL_CHANGE */ h.order_number
4029: INTO l_order_number
4030: FROM oe_order_headers_all h, oe_order_lines l
4031: WHERE h.header_id = l.header_id
4032: AND h.header_id = l_orig_line_rec.header_id
4033: AND rownum = 1;
4034:

Line 4347: FROM oe_order_headers_all h, oe_order_lines l

4343: x_line_rec => l_orig_line_rec);
4344:
4345: SELECT /* MOAC_SQL_CHANGE */ h.order_number
4346: INTO l_order_number
4347: FROM oe_order_headers_all h, oe_order_lines l
4348: WHERE h.header_id = l.header_id
4349: AND h.header_id = l_orig_line_rec.header_id
4350: AND rownum = 1;
4351: