DBA Data[Home] [Help]

APPS.WMS_STRATEGY_PVT dependencies on WMS_STRATEGY_PVT

Line 1: package body WMS_Strategy_PVT as

1: package body WMS_Strategy_PVT as
2: /* $Header: WMSVPPSB.pls 120.28.12020000.4 2013/01/31 22:06:11 sahmahes ship $ */
3:
4: -- File : WMSVPPSB.pls
5: -- Content : WMS_Strategy_PVT package body

Line 5: -- Content : WMS_Strategy_PVT package body

1: package body WMS_Strategy_PVT as
2: /* $Header: WMSVPPSB.pls 120.28.12020000.4 2013/01/31 22:06:11 sahmahes ship $ */
3:
4: -- File : WMSVPPSB.pls
5: -- Content : WMS_Strategy_PVT package body
6: -- Description : W 7: -- Notes :
8: -- Modified : 02/08/99 mzeckzer created
9: -- : 04/20/99 bitang modified

Line 16: g_pkg_name constant varchar2(30) := 'WMS_Strategy_PVT';

12: -- rules workbench ]
13: -- Modified : 09/06/2008 Kbanddyo - [Added call to procedure INV_Quantity_Tree_PVT. release_lock
14: -- as part of bug fix 6867434]
15:
16: g_pkg_name constant varchar2(30) := 'WMS_Strategy_PVT';
17: -- API versions called within WMS_Strategy_PVT.Apply API
18: g_pp_rule_api_version constant number := 1.0; -- WMS_Rule_PVT
19: g_qty_tree_api_version constant number := 1.0; -- INV_Quantity_Tree_PVT
20:

Line 17: -- API versions called within WMS_Strategy_PVT.Apply API

13: -- Modified : 09/06/2008 Kbanddyo - [Added call to procedure INV_Quantity_Tree_PVT. release_lock
14: -- as part of bug fix 6867434]
15:
16: g_pkg_name constant varchar2(30) := 'WMS_Strategy_PVT';
17: -- API versions called within WMS_Strategy_PVT.Apply API
18: g_pp_rule_api_version constant number := 1.0; -- WMS_Rule_PVT
19: g_qty_tree_api_version constant number := 1.0; -- INV_Quantity_Tree_PVT
20:
21: --Procedures for logging messages

Line 2028: log_procedure(l_api_name, 'start', 'Start wms_strategy_pvt.Apply');

2024: l_qty_tree_allowed := 'Y' ;
2025: END IF;
2026: --
2027: If (l_debug = 1) then
2028: log_procedure(l_api_name, 'start', 'Start wms_strategy_pvt.Apply');
2029: End if;
2030: -- debugging portion
2031: -- can be commented ut for final code
2032:

Line 2855: end WMS_Strategy_PVT;

2851: 'Other error in Apply - ' || x_msg_data);
2852: End if;
2853: --g_debug := NULL;
2854: end Apply;
2855: end WMS_Strategy_PVT;