DBA Data[Home] [Help]

APPS.WMS_TASK_MGMT_PUB dependencies on WSH_INV_DELIVERY_DETAILS_V

Line 3648: FROM wsh_inv_delivery_details_v

3644: SELECT delivery_detail_id,
3645: oe_header_id ,
3646: oe_line_id ,
3647: released_status
3648: FROM wsh_inv_delivery_details_v
3649: WHERE move_order_line_id = p_mo_line_rec.line_id
3650: AND move_order_line_id IS NOT NULL
3651: AND released_status = 'S';
3652: BEGIN