DBA Data[Home] [Help]

APPS.OKL_RAS_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 141: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_code(p_rasv_rec.currency_code);

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_rasv_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,
145: p_token1 => g_col_name_token,

Line 192: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_code(p_rasv_rec.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_rasv_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,
196: p_token1 => g_col_name_token,

Line 236: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_con_type(p_rasv_rec.currency_conversion_type);

232: x_return_status := OKC_API.G_RET_STS_SUCCESS;
233: IF (p_rasv_rec.currency_conversion_type <> OKL_API.G_MISS_CHAR AND
234: p_rasv_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_rasv_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,
240: p_token1 => g_col_name_token,