DBA Data[Home] [Help]

APPS.WSH_USA_ACTIONS_PVT dependencies on OE_ORDER_LINES_ALL

Line 3132: FROM oe_order_lines_all

3128: -- for instance in Import Del. Details.
3129:
3130: CURSOR C_OE_LINES_REC_LOCK (c_line_id NUMBER) is
3131: SELECT line_id
3132: FROM oe_order_lines_all
3133: --FROM oe_delivery_lines_v
3134: WHERE line_id = c_line_id
3135: and nvl(shipping_interfaced_flag, 'N') = 'N'
3136: FOR UPDATE NOWAIT;