DBA Data[Home] [Help]

APPS.WMS_LPN_CONTEXT_PVT dependencies on WMS_LPN_CONTEXT_PVT

Line 1: PACKAGE BODY wms_lpn_context_pvt AS

1: PACKAGE BODY wms_lpn_context_pvt AS
2: /* $Header: WMSLCNPB.pls 115.2 2002/03/25 10:23:08 pkm ship $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'wms_lpn_context_pvt';

2: /* $Header: WMSLCNPB.pls 115.2 2002/03/25 10:23:08 pkm ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'wms_lpn_context_pvt';
7:
8: -- This functions simply returns the context of the lpn after it has been
9: -- pick dropped. This function will be called by
10: -- wms_task_dispatch_gen.pick_drop API. This function was essential

Line 24: END wms_lpn_context_pvt;

20: RETURN wms_container_pub.lpn_context_picked;
21:
22: END return_pick_drop_lpn_context;
23:
24: END wms_lpn_context_pvt;
25: