DBA Data[Home] [Help]

APPS.WMS_PARAMETER_PVT dependencies on WMS_PARAMETER_PVT

Line 1: PACKAGE BODY wms_parameter_pvt AS

1: PACKAGE BODY wms_parameter_pvt AS
2: /* $Header: WMSVPPPB.pls 120.7 2008/01/15 08:47:55 kkesavar ship $ */
3: -- File : WMSVPPPS.pls
4: -- Content : WMS_Parameter_PVT package specification
5: -- Description : WMS parameters private APIs

Line 4: -- Content : WMS_Parameter_PVT package specification

1: PACKAGE BODY wms_parameter_pvt AS
2: /* $Header: WMSVPPPB.pls 120.7 2008/01/15 08:47:55 kkesavar ship $ */
3: -- File : WMSVPPPS.pls
4: -- Content : WMS_Parameter_PVT package specification
5: -- Description : WMS parameters private APIs
6: -- This package contains two types of functions:
7: -- 1. functions related to flexfield
8: -- 2. functions related to various quantity functions

Line 17: g_pkg_name CONSTANT VARCHAR2(30) := 'WMS_Parameter_PVT';

13: -- flexfield functions
14: -- 11/08/99 bitang moved to wms and added comment
15: --
16: -- Package global variable to store the package name
17: g_pkg_name CONSTANT VARCHAR2(30) := 'WMS_Parameter_PVT';
18:
19: --
20: TYPE t_num_empty_loc_rec IS RECORD(
21: subinventory_code VARCHAR2(10)

Line 6248: END wms_parameter_pvt;

6244: WHEN OTHERS THEN
6245: RETURN NULL;
6246: END GET_PROJECT_ATTRIBUTE;
6247:
6248: END wms_parameter_pvt;