DBA Data[Home] [Help]

APPS.OE_DROP_SHIP_PVT dependencies on SO_ORDER_HOLDS

Line 116: from so_order_holds sohlds

112:
113: begin
114:
115: select 'Y' into hold_exists
116: from so_order_holds sohlds
117: where ((sohlds.header_id = p_headerid)
118: or (sohlds.line_id = p_lineid))
119: and sohlds.hold_release_id is null;
120: