DBA Data[Home] [Help]

APPS.WSH_U_CSPV dependencies on STANDARD

Line 4: -- standard global constants

1: PACKAGE BODY WSH_U_CSPV AS
2: /* $Header: WSHUCSPB.pls 115.12 2002/11/12 01:59:37 nparikh 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:

Line 39: -- standard version infermation

35: p_request_in IN CSPValidateInRec,
36: x_CSPValidate_out OUT NOCOPY CSPValidateOutTblTyp
37: ) IS
38:
39: -- standard version infermation
40: l_api_version CONSTANT NUMBER := 1.0;
41: l_api_name CONSTANT VARCHAR2(30) := 'CSP_VALIDATE';
42:
43: -- standard variables

Line 43: -- standard variables

39: -- standard version infermation
40: l_api_version CONSTANT NUMBER := 1.0;
41: l_api_name CONSTANT VARCHAR2(30) := 'CSP_VALIDATE';
42:
43: -- standard variables
44: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
45: l_msg_count NUMBER := 0;
46: l_msg_data VARCHAR2(2000) := NULL;
47: l_msg_summary VARCHAR2(2000);

Line 102: -- Standard call to check for call compatibility.

98: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'CSP_VALIDATE';
99: --
100: BEGIN
101:
102: -- Standard call to check for call compatibility.
103: --
104: -- Debug Statements
105: --
106: --

Line 174: -- UPS standard parameters: AppVersion

170:
171: L_INPUT_STR := L_UPS_URL || '?';
172:
173: -- ---------------------------------------------------------------
174: -- UPS standard parameters: AppVersion
175: -- AcceptLicenseAgreement
176: -- ResponseType
177: -- ---------------------------------------------------------------
178: