DBA Data[Home] [Help]

APPS.WSH_U_CSPV dependencies on WSH_U_CSPV

Line 1: PACKAGE BODY WSH_U_CSPV AS

1: PACKAGE BODY WSH_U_CSPV AS
2: /* $Header: WSHUCSPB.pls 120.0.12020000.5 2013/02/15 00:00:02 adagur ship $ */
3:
4: -- standard global constants
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'WSH_U_CSPV';

Line 5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'WSH_U_CSPV';

1: PACKAGE BODY WSH_U_CSPV AS
2: /* $Header: WSHUCSPB.pls 120.0.12020000.5 2013/02/15 00:00:02 adagur ship $ */
3:
4: -- standard global constants
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'WSH_U_CSPV';
6: p_message_type CONSTANT VARCHAR2(1) := 'E';
7:
8:
9:

Line 96: l_CSPValidate_out WSH_U_CSPV.CSPValidateOutTblTyp; --Added for Carrier Services Integration with Shipping project Bug 16095594

92: WSH_U_NO_HOST exception;
93: REQUEST_FAILED exception;
94: INIT_FAILED exception;
95: End of Comment Commented for Carrier Services Integration with Shipping project Bug 16095594*/
96: l_CSPValidate_out WSH_U_CSPV.CSPValidateOutTblTyp; --Added for Carrier Services Integration with Shipping project Bug 16095594
97: --
98: l_debug_on BOOLEAN;
99: --
100: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'CSP_VALIDATE';

Line 768: END WSH_U_CSPV;

764: --
765: END CSP_Validate;
766:
767:
768: END WSH_U_CSPV;