DBA Data[Home] [Help]

APPS.WMS_TASK_MGMT_PUB dependencies on WSH_INV_DELIVERY_DETAILS_V

Line 3737: FROM wsh_inv_delivery_details_v

3733: SELECT delivery_detail_id,
3734: oe_header_id ,
3735: oe_line_id ,
3736: released_status
3737: FROM wsh_inv_delivery_details_v
3738: WHERE move_order_line_id = p_mo_line_rec.line_id
3739: AND move_order_line_id IS NOT NULL
3740: AND released_status = 'S';
3741: BEGIN