DBA Data[Home] [Help]

APPS.OKL_TRANS_CONTRACTS_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 124: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_tcnv_rec.khr_id) ;

120:
121: CLOSE try_csr;
122:
123: --Added by dpsingh for LE Uptake
124: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_tcnv_rec.khr_id) ;
125: IF l_legal_entity_id IS NOT NULL THEN
126: l_tcnv_rec.legal_entity_id := l_legal_entity_id;
127: ELSE
128: -- get the contract number

Line 313: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_tcnv_rec.khr_id) ;

309:
310: CLOSE try_csr;
311:
312: --Added by dpsingh for LE Uptake
313: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_tcnv_rec.khr_id) ;
314: IF l_legal_entity_id IS NOT NULL THEN
315: l_tcnv_rec.legal_entity_id := l_legal_entity_id;
316: ELSE
317: OPEN get_contract_number(l_tcnv_rec.khr_id);