DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on MTL_TXN_REQUEST_HEADERS

Line 3915: mtl_txn_request_headers mtrh

3911: CURSOR c_wms_details (l_batch_id NUMBER, l_organization_id NUMBER, l_mo_header_id NUMBER) IS
3912: SELECT wdd.delivery_detail_id, wdd.move_order_line_id
3913: FROM wsh_delivery_details wdd,
3914: mtl_txn_request_lines mtrl,
3915: mtl_txn_request_headers mtrh
3916: WHERE wdd.batch_id = l_batch_id
3917: AND wdd.organization_id = l_organization_id
3918: AND wdd.move_order_line_id IS NOT NULL
3919: AND wdd.move_order_line_id = mtrl.line_id