DBA Data[Home] [Help]

APPS.WMS_RE_COMMON_PVT dependencies on WMS_RE_COMMON_PVT

Line 1: PACKAGE BODY wms_re_common_pvt AS

1: PACKAGE BODY wms_re_common_pvt AS
2: /* $Header: WMSVPPCB.pls 120.1 2005/06/07 12:18:50 appldev $ */
3: -- File : WMSVPPCS.pls
4: -- Content : WMS_RE_Common_PVT package specification
5: -- Description : Common private procedures and functions internally used by

Line 4: -- Content : WMS_RE_Common_PVT package specification

1: PACKAGE BODY wms_re_common_pvt AS
2: /* $Header: WMSVPPCB.pls 120.1 2005/06/07 12:18:50 appldev $ */
3: -- File : WMSVPPCS.pls
4: -- Content : WMS_RE_Common_PVT package specification
5: -- Description : Common private procedures and functions internally used by
6: -- WMS strategy and rule API's.
7: --
8: -- Currently it manages the rule table

Line 19: g_pkg_name constant varchar2(30) := 'WMS_RE_Common_PVT';

15: -- Function : Creates and initializes internal table of input records to
16: -- process.
17: --
18: -- Package global variable that stores the package name
19: g_pkg_name constant varchar2(30) := 'WMS_RE_Common_PVT';
20: --
21: -- Necessary variables for input parameters
22: -- [Added the following columns(s) in 'TYPE inp_rec_type IS RECORD..'
23: -- to support serial allocation based on serial reservation ]

Line 297: END wms_re_common_pvt;

293: x_partial_success_allowed_flag :=
294: g_rule_tbl(g_rule_pointer).partial_success_allowed_flag;
295: END IF;
296: END GetNextRule;
297: END wms_re_common_pvt;