DBA Data[Home] [Help]

APPS.OKL_KHR_PVT dependencies on OKC_UTIL

Line 202: x_return_status := OKC_UTIL.check_lookup_code('OKL_ACCEPTANCE_METHOD',

198: If (p_khrv_rec.AMD_CODE <> OKC_API.G_MISS_CHAR and
199: p_khrv_rec.AMD_CODE IS NOT NULL)
200: Then
201: -- Check if the value is a valid code from lookup table
202: x_return_status := OKC_UTIL.check_lookup_code('OKL_ACCEPTANCE_METHOD',
203: p_khrv_rec.AMD_CODE);
204: If (x_return_status = OKC_API.G_RET_STS_ERROR) Then
205: --set error message in message stack
206: OKC_API.SET_MESSAGE(

Line 484: x_return_status := OKC_UTIL.check_lookup_code('OKL_BOOK_CLASS', p_khrv_rec.deal_type);

480: If (p_khrv_rec.deal_type <> OKC_API.G_MISS_CHAR and
481: p_khrv_rec.deal_type IS NOT NULL)
482: Then
483: -- Check if the value is a valid code from lookup table
484: x_return_status := OKC_UTIL.check_lookup_code('OKL_BOOK_CLASS', p_khrv_rec.deal_type);
485: If (x_return_status = OKC_API.G_RET_STS_ERROR) Then
486: --set error message in message stack
487: OKC_API.SET_MESSAGE(
488: p_app_name => G_APP_NAME,

Line 797: x_return_status := OKC_UTIL.check_lookup_code('OKL_TEMPLATE_TYPE', p_khrv_rec.template_type_code);

793: If (p_khrv_rec.template_type_code <> OKC_API.G_MISS_CHAR and
794: p_khrv_rec.template_type_code IS NOT NULL)
795: Then
796: -- Check if the value is a valid code from lookup table
797: x_return_status := OKC_UTIL.check_lookup_code('OKL_TEMPLATE_TYPE', p_khrv_rec.template_type_code);
798: If (x_return_status = OKC_API.G_RET_STS_ERROR) Then
799: --set error message in message stack
800: OKC_API.SET_MESSAGE(
801: p_app_name => G_APP_NAME,