DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_GEN dependencies on MTL_RESERVATIONS

Line 9255: FROM mtl_reservations

9251: l_progress := '120';
9252:
9253: SELECT subinventory_code,locator_id --Bug#4339517 . Added locator_id
9254: INTO l_res_sub,l_res_loc --Bug#4339517 . Added l_res_loc
9255: FROM mtl_reservations
9256: WHERE reservation_id = l_reservation_id
9257: AND organization_id = p_org_id
9258: AND inventory_item_id = l_item_id;
9259: