DBA Data[Home] [Help]

APPS.OKL_RFC_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 150: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_code(p_rfcv_rec.currency_code);

146: -- halt further validation of this column
147: RAISE G_EXCEPTION_HALT_VALIDATION;
148: END IF;
149: -- check from currency values using the generic okl_util.validate_currency_code
150: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_code(p_rfcv_rec.currency_code);
151: IF (l_return_status <> OKC_API.G_TRUE) THEN
152: OKC_API.SET_MESSAGE(p_app_name => g_app_name,
153: p_msg_name => g_invalid_value,
154: p_token1 => g_col_name_token,

Line 201: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_code(p_rfcv_rec.currency_conversion_code);

197: -- halt further validation of this column
198: RAISE G_EXCEPTION_HALT_VALIDATION;
199: END IF;
200: -- check from currency values using the generic okl_util.validate_currency_code
201: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_code(p_rfcv_rec.currency_conversion_code);
202: IF (l_return_status <> OKC_API.G_TRUE) THEN
203: OKC_API.SET_MESSAGE(p_app_name => g_app_name,
204: p_msg_name => g_invalid_value,
205: p_token1 => g_col_name_token,

Line 245: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_con_type(p_rfcv_rec.currency_conversion_type);

241: x_return_status := OKC_API.G_RET_STS_SUCCESS;
242: IF (p_rfcv_rec.currency_conversion_type <> OKL_API.G_MISS_CHAR AND
243: p_rfcv_rec.currency_conversion_type IS NOT NULL) THEN
244: -- check from currency values using the generic okl_util.validate_currency_code
245: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_con_type(p_rfcv_rec.currency_conversion_type);
246: IF (l_return_status <> OKC_API.G_TRUE) THEN
247: OKC_API.SET_MESSAGE(p_app_name => g_app_name,
248: p_msg_name => g_invalid_value,
249: p_token1 => g_col_name_token,