DBA Data[Home] [Help]

APPS.OKL_IRH_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 428: x_return_status := OKL_ACCOUNTING_UTIL.validate_currency_code(p_irhv_rec.currency_code);

424:
425: -- data is required
426: IF (p_irhv_rec.currency_code IS NOT NULL) THEN
427: -- check from currency values using the generic okl_util.validate_currency_code
428: x_return_status := OKL_ACCOUNTING_UTIL.validate_currency_code(p_irhv_rec.currency_code);
429: IF (x_return_status <> OKL_API.G_TRUE) THEN
430: OKL_API.SET_MESSAGE(p_app_name => G_APP_NAME,
431: p_msg_name => G_INVALID_VALUE,
432: p_token1 => G_COL_NAME_TOKEN,