Tuesday, November 30, 2021

What is Pick Slip and Packing Slip in Order Management in Oracle APPS?

Pick Slip: It is a shipping document that the pickers use to locate items in the warehouse/inventory to ship for an order.

Packing Slip: It is a shipping document that is sent along with the shipment which details the contents that are sent in that shipment.

No comments:

Post a Comment

Query to get Parent and Child Accounts in Oracle APPS R12

SELECT ffv1.flex_value parent_account       ,ffvt1.description parent_account_desc   ,ffv2.flex_value child_account   ,ffvt2.description...