DBA Data[Home] [Help]

APPS.OKC_OLE_PVT dependencies on OKC_UTIL

Line 217: x_return_status := OKC_UTIL.check_lookup_code(

213: p_olev_rec.process_flag IS NOT NULL)
214: Then
215: If (p_olev_rec.process_flag NOT IN ('P','A','E')) Then
216: -- Check if the value is a valid code from lookup table
217: x_return_status := OKC_UTIL.check_lookup_code(
218: 'OKS_MASSCHANGE_STATUS',
219: p_olev_rec.process_flag);
220: If (x_return_status = OKC_API.G_RET_STS_ERROR) Then
221:

Line 793: x_return_status := OKC_UTIL.check_lookup_code(

789: If (p_olev_rec.message_code <> OKC_API.G_MISS_CHAR and
790: p_olev_rec.message_code IS NOT NULL)
791: Then
792: -- Check if the value is a valid code from lookup table
793: x_return_status := OKC_UTIL.check_lookup_code(
794: 'OKC_OPR_LINE_MESSAGE_CODE',
795: p_olev_rec.message_code);
796: If (x_return_status = OKC_API.G_RET_STS_ERROR) Then
797: --set error message in message stack