DBA Data[Home] [Help]

APPS.WSH_INBOUND_SHIP_REQUEST_PKG dependencies on WSH_DEBUG_SV

Line 4: c_sdebug CONSTANT NUMBER := wsh_debug_sv.c_level1;

1: PACKAGE wsh_inbound_ship_request_pkg AUTHID CURRENT_USER AS
2: /* $Header: WSHINSRS.pls 115.1 2002/11/12 01:42:42 nparikh ship $ */
3:
4: c_sdebug CONSTANT NUMBER := wsh_debug_sv.c_level1;
5: c_debug CONSTANT NUMBER := wsh_debug_sv.c_level2;
6:
7: PROCEDURE process_ship_request (
8: p_item_type IN VARCHAR2,

Line 5: c_debug CONSTANT NUMBER := wsh_debug_sv.c_level2;

1: PACKAGE wsh_inbound_ship_request_pkg AUTHID CURRENT_USER AS
2: /* $Header: WSHINSRS.pls 115.1 2002/11/12 01:42:42 nparikh ship $ */
3:
4: c_sdebug CONSTANT NUMBER := wsh_debug_sv.c_level1;
5: c_debug CONSTANT NUMBER := wsh_debug_sv.c_level2;
6:
7: PROCEDURE process_ship_request (
8: p_item_type IN VARCHAR2,
9: p_item_key IN VARCHAR2,