DBA Data[Home] [Help]

PACKAGE: APPS.WMS_LPN_CONTEXT_PVT

Source


1 PACKAGE wms_lpn_context_pvt AUTHID CURRENT_USER AS
2 /* $Header: WMSLCNPS.pls 115.1 2002/03/23 11:34:12 pkm ship       $ */
3 
4 -- This functions simply returns the context of the lpn after it has been
5 -- pick dropped. This function will be called by
6 -- wms_task_dispatch_gen.pick_drop API. This function was essential
7 -- because of the lpn context of 11 'picked' that was introduced in
8 -- 'G'. This version of the file should ONLY go to customers on
9 -- patchset 'F'. For the next version, this function will return the
10 -- context of 'picked'. That version will be used only by customers
11 -- G and above.
12 
13 FUNCTION return_pick_drop_lpn_context RETURN NUMBER;
14 
15 END wms_lpn_context_pvt;