DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on MTL_TXN_REQUEST_LINES

Line 3824: mtl_txn_request_lines mtrl,

3820: -- X-dock changes to only select which have been released to warehouse from Inventory
3821: CURSOR c_wms_details (l_batch_id NUMBER, l_organization_id NUMBER, l_mo_header_id NUMBER) IS
3822: SELECT wdd.delivery_detail_id, wdd.move_order_line_id
3823: FROM wsh_delivery_details wdd,
3824: mtl_txn_request_lines mtrl,
3825: mtl_txn_request_headers mtrh
3826: WHERE wdd.batch_id = l_batch_id
3827: AND wdd.organization_id = l_organization_id
3828: AND wdd.move_order_line_id IS NOT NULL