DBA Data[Home] [Help]

APPS.OKL_PFL_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 812: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_code(p_pflv_rec.currency_code);

808: -- halt further validation of this column
809: RAISE G_EXCEPTION_HALT_VALIDATION;
810: END IF;
811: -- check from currency values using the generic okl_util.validate_currency_code
812: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_code(p_pflv_rec.currency_code);
813: IF (l_return_status <> OKC_API.G_TRUE) THEN
814: OKC_API.SET_MESSAGE(p_app_name => g_app_name,
815: p_msg_name => g_invalid_value,
816: p_token1 => g_col_name_token,

Line 863: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_code(p_pflv_rec.currency_conversion_code);

859: -- halt further validation of this column
860: RAISE G_EXCEPTION_HALT_VALIDATION;
861: END IF;
862: -- check from currency values using the generic okl_util.validate_currency_code
863: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_code(p_pflv_rec.currency_conversion_code);
864: IF (l_return_status <> OKC_API.G_TRUE) THEN
865: OKC_API.SET_MESSAGE(p_app_name => g_app_name,
866: p_msg_name => g_invalid_value,
867: p_token1 => g_col_name_token,

Line 907: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_con_type(p_pflv_rec.currency_conversion_type);

903: x_return_status := OKC_API.G_RET_STS_SUCCESS;
904: IF (p_pflv_rec.currency_conversion_type <> OKL_API.G_MISS_CHAR AND
905: p_pflv_rec.currency_conversion_type IS NOT NULL) THEN
906: -- check from currency values using the generic okl_util.validate_currency_code
907: l_return_status := OKL_ACCOUNTING_UTIL.validate_currency_con_type(p_pflv_rec.currency_conversion_type);
908: IF (l_return_status <> OKC_API.G_TRUE) THEN
909: OKC_API.SET_MESSAGE(p_app_name => g_app_name,
910: p_msg_name => g_invalid_value,
911: p_token1 => g_col_name_token,