DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 3500: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_chrv_rec.id) ;

3496: ----------------------------------------------------------------------------
3497: --Bug# : 11.5.9 Product validations
3498: ----------------------------------------------------------------------------
3499: --Added by dpsingh
3500: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_chrv_rec.id) ;
3501:
3502: --rkuttiya commented out for bug 6595451
3503: --validation on null legal entity id not required for update contract
3504: /*IF (l_khrv_rec.legal_entity_id IS NULL ) THEN