Tuesday, 17 April 2018

standard sales order--oracle order management r12

STANDARD SALES ORDER


create a standard sales order

on-hand-qty---10
requested qty--12
available qty--10
 reserve qty---10

now the status is BOOKED
perform picking & shipping single line

query your sales order
system splited two lines 
whatever the on hand qty we do have thats going to be one line
whatever the except on hand qty means less than available qty  (requested qty-avail qty) thats going to be another line

now the status like
item       qty                 status                             calculated pricing tag 
apple       10                 shipped                          partial price
apple        2                  awaiting shipping          freeze price

get the 2 qty and again perform picking & shipping

--------------------------------------------------------------------------------------
create a standard sales order

requested qty--12
available qty--10
 reserve qty---10

assign ship set to the sales order lines

now the status is BOOKED
perform picking & shipping single line

query your sales order

now the status like
item       qty                 status                                      calculated pricing tag 
apple       12               picked partial                         partial price

get the 2 qty and again perform picking

item       qty                 status                             
apple       12                 picked
-------------------------------------------------------------------------------------------

create a standard sales order

requested qty--10
available qty--10
 reserve qty---10

assign ship set to the sales order lines

now the status is BOOKED
perform picking & shipping single line

query your sales order

now the status like
item       qty                 status                             calculated pricing tag 
apple       10               shipped                           calculate price

-----------------------------------------------------------------------------------------------


No comments:

Post a Comment