DBA Data[Home] [Help]

APPS.OKL_LSQ_PVT dependencies on OKL_UTIL

Line 556: IF (okl_util.validate_seq_num('OKL_LSQ_REF_SEQ','OKL_LEASE_QUOTES_B','REFERENCE_NUMBER',p_reference_number) = 'N') THEN

552: RAISE OKL_API.G_EXCEPTION_ERROR;
553: END IF;
554:
555: --Bug 7022258-Added by kkorrapo
556: IF (okl_util.validate_seq_num('OKL_LSQ_REF_SEQ','OKL_LEASE_QUOTES_B','REFERENCE_NUMBER',p_reference_number) = 'N') THEN
557: RAISE okl_api.g_exception_error;
558: END IF;
559: --Bug 7022258--Addition end
560: