Skip to content

Move level unpick to allow reduction of qty allocated #280

@andrewfraser73

Description

@andrewfraser73

Mark sometimes uses the Unpick Stock to reduce the qty allocated on a line

  1. Make LDREQ Req and pick 2 stock
  2. Save Req
  3. Go to the moves page and enter a quantity to unpick

Image

Calls client PL/SQL UNPICK_STOCK which includes

	STORES_OO.UNPICK_STOCK(:moves.req_number,
  			                 :moves.line_number,
                    		 :moves.seq,
	                         :reqlines.document_1,
 			                   :reqlines.document_1_line,
      		               :moves.qty_to_unpick,
           			         :moves.stock_locator_id,
                		     :reqheads.update_sod_qty_os,
                    		 v_unpicked_by,
                    		 v_success,
                    		 p_realloc);

There is also a fancy button for doing realloc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions