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 120.0.12020000.4 2013/02/15 00:01:27 adagur 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 37: -- standard version infermation

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

Line 42: -- standard variable for calling subroutines

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

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

126: WSH_DEBUG_SV.log(l_module_name,'P_RESPONSETYPE',P_RESPONSETYPE);
127: END IF;
128: --
129: l_output.delete;
130: -- Standard call to check for call compatibility.
131: IF NOT FND_API.compatible_api_call
132: ( l_api_version
133: , p_api_version
134: , l_api_name

Line 208: -- UPS standard parameters: AppVersion

204: IF l_debug_on THEN
205: WSH_DEBUG_SV.log(l_module_name,'L_UPS_URL',SUBSTR(L_UPS_URL,1,250));
206: END IF;
207: -- ---------------------------------------------------------------
208: -- UPS standard parameters: AppVersion
209: -- AcceptLicenseAgreement
210: -- ResponseType
211: -- ---------------------------------------------------------------
212: