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.12020000.3 2013/01/31 07:21:53 ssrikaku 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.12020000.3 2013/01/31 07:21:53 ssrikaku 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 6318: END wms_parameter_pvt;

6314: WHEN OTHERS THEN
6315: RETURN NULL;
6316: END GET_PROJECT_ATTRIBUTE;
6317:
6318: END wms_parameter_pvt;