DBA Data[Home] [Help]

APPS.WSH_U_RASS dependencies on STANDARD

Line 4: -- standard global constants

1: PACKAGE BODY WSH_U_RASS AS
2: /* $Header: WSHURASB.pls 115.20 2003/09/25 22:16:44 csun ship $ */
3:
4: -- standard global constants
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'WSH_U_RASS';
6: p_message_type CONSTANT VARCHAR2(1) := 'E';
7:
8:

Line 36: -- standard version infermation

32: p_ResponseType IN VARCHAR2,
33: p_request_in IN RateServiceInRec)
34: RETURN RateServTableTyp IS
35:
36: -- standard version infermation
37: l_api_version CONSTANT NUMBER := 1.0;
38: l_api_name CONSTANT VARCHAR2(30) := 'FindServiceRate';
39:
40:

Line 41: -- standard variable for calling subroutines

37: l_api_version CONSTANT NUMBER := 1.0;
38: l_api_name CONSTANT VARCHAR2(30) := 'FindServiceRate';
39:
40:
41: -- standard variable for calling subroutines
42: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
43: l_msg_count NUMBER := 0;
44: l_msg_data VARCHAR2(2000) := NULL;
45: l_msg_summary VARCHAR2(2000) := NULL;

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

121: WSH_DEBUG_SV.log(l_module_name,'P_RESPONSETYPE',P_RESPONSETYPE);
122: END IF;
123: --
124: L_OUTPUT.delete;
125: -- Standard call to check for call compatibility.
126: IF NOT FND_API.compatible_api_call( l_api_version,
127: p_api_version,
128: l_api_name,
129: G_PKG_NAME) THEN

Line 172: -- UPS standard parameters: AppVersion

168: IF l_debug_on THEN
169: WSH_DEBUG_SV.log(l_module_name,'L_UPS_URL',SUBSTR(L_UPS_URL,1,250));
170: END IF;
171: -- ---------------------------------------------------------------
172: -- UPS standard parameters: AppVersion
173: -- AcceptLicenseAgreement
174: -- ResponseType
175: -- ---------------------------------------------------------------
176: