DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_ACTIONS dependencies on OE_ORDER_LINES_ALL

Line 169: oe_order_lines_all o,

165: wdd.released_status, -- 2747520
166: wdd.date_scheduled, -- 2847687
167: wda.parent_delivery_detail_id --4721577
168: from wsh_delivery_details wdd ,
169: oe_order_lines_all o,
170: wsh_delivery_assignments_v wda
171: where wdd.delivery_detail_id = p_delivery_Detail_id
172: and wdd.delivery_detail_id = wda.delivery_detail_id
173: and wdd.source_code = 'OE'

Line 12644: FROM oe_order_lines_all

12640:
12641: CURSOR get_line_info_cur(p_line_id IN NUMBER) is
12642: SELECT shipping_instructions,
12643: packing_instructions
12644: FROM oe_order_lines_all
12645: WHERE line_id = p_line_id;
12646:
12647:
12648: -- Tables to store delivery detail id's