DBA Data[Home] [Help]

APPS.INV_SELECT_INVENTORY_PKG dependencies on OE_ORDER_LINES_ALL

Line 20: FROM oe_order_lines_all a, oe_order_headers_all b

16: X_header_no OUT NOCOPY VARCHAR2, X_line_no OUT NOCOPY NUMBER,
17: X_return_status OUT NOCOPY VARCHAR2) IS
18: CURSOR Cur_get_order IS
19: SELECT a.line_number, b.order_number
20: FROM oe_order_lines_all a, oe_order_headers_all b
21: WHERE a.header_id = b.header_id
22: AND a.line_id = V_source_line_id;
23:
24: CURSOR Cur_get_wip_entity IS