DBA Data[Home] [Help]

APPS.OKL_RPC_PVT dependencies on OKL_UTIL

Line 140: -- check from currency values using the generic okl_util.validate_currency_code

136:
137: -- halt further validation of this column
138: RAISE G_EXCEPTION_HALT_VALIDATION;
139: END IF;
140: -- check from currency values using the generic okl_util.validate_currency_code
141: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_code(p_rpcv_rec.currency_code);
142: IF (l_return_status <> OKC_API.G_TRUE) THEN
143: OKC_API.SET_MESSAGE(p_app_name => g_app_name,
144: p_msg_name => g_invalid_value,

Line 191: -- check from currency values using the generic okl_util.validate_currency_code

187: ,p_token1_value => 'currency_conversion_code');
188: -- halt further validation of this column
189: RAISE G_EXCEPTION_HALT_VALIDATION;
190: END IF;
191: -- check from currency values using the generic okl_util.validate_currency_code
192: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_code(p_rpcv_rec.currency_conversion_code);
193: IF (l_return_status <> OKC_API.G_TRUE) THEN
194: OKC_API.SET_MESSAGE(p_app_name => g_app_name,
195: p_msg_name => g_invalid_value,

Line 235: -- check from currency values using the generic okl_util.validate_currency_code

231: -- initialize return status
232: x_return_status := OKC_API.G_RET_STS_SUCCESS;
233: IF (p_rpcv_rec.currency_conversion_type <> OKL_API.G_MISS_CHAR AND
234: p_rpcv_rec.currency_conversion_type IS NOT NULL) THEN
235: -- check from currency values using the generic okl_util.validate_currency_code
236: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_con_type(p_rpcv_rec.currency_conversion_type);
237: IF (l_return_status <> OKC_API.G_TRUE) THEN
238: OKC_API.SET_MESSAGE(p_app_name => g_app_name,
239: p_msg_name => g_invalid_value,

Line 570: -- check from domain values using the generic okl_util.check_domain_yn

566: BEGIN
567: -- intialize return status
568: x_return_status := OKC_API.G_RET_STS_SUCCESS;
569:
570: -- check from domain values using the generic okl_util.check_domain_yn
571: l_return_status := OKL_UTIL.check_domain_yn(p_rpcv_rec.enabled_yn);
572:
573: IF (l_return_status = OKC_API.G_RET_STS_ERROR) THEN
574: OKC_API.SET_MESSAGE(p_app_name => g_app_name,

Line 571: l_return_status := OKL_UTIL.check_domain_yn(p_rpcv_rec.enabled_yn);

567: -- intialize return status
568: x_return_status := OKC_API.G_RET_STS_SUCCESS;
569:
570: -- check from domain values using the generic okl_util.check_domain_yn
571: l_return_status := OKL_UTIL.check_domain_yn(p_rpcv_rec.enabled_yn);
572:
573: IF (l_return_status = OKC_API.G_RET_STS_ERROR) THEN
574: OKC_API.SET_MESSAGE(p_app_name => g_app_name,
575: p_msg_name => g_invalid_value,