DBA Data[Home] [Help]

APPS.OKL_AM_CREATE_QUOTE_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 867: px_quot_rec.legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id (px_quot_rec.khr_id);

863:
864: -- Set the legal_entity_id if null ssiruvol(Nov 17th, 2006)
865: IF ((px_quot_rec.legal_entity_id IS NULL) OR
866: (px_quot_rec.legal_entity_id = OKL_API.G_MISS_NUM)) THEN
867: px_quot_rec.legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id (px_quot_rec.khr_id);
868: END IF;
869:
870: -- Always NO during quote creation
871: px_quot_rec.accepted_yn := G_NO;