DBA Data[Home] [Help]

APPS.OKL_COPY_ASSET_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 2602: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_chr_id) ;

2598: --Added by dpsingh for LE Uptake
2599: OPEN get_chr_id_csr(p_talv_rec.kle_id);
2600: FETCH get_chr_id_csr INTO l_chr_id;
2601: CLOSE get_chr_id_csr;
2602: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_chr_id) ;
2603: IF l_legal_entity_id IS NOT NULL THEN
2604: l_trxv_rec.legal_entity_id := l_legal_entity_id;
2605: ELSE
2606: -- get the contract number

Line 2843: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_dnz_chr_id) ;

2839: l_trxv_rec.tsu_code := 'ENTERED';
2840: l_trxv_rec.date_trans_occurred := sysdate;
2841:
2842: --Added by dpsingh for LE Uptake
2843: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_dnz_chr_id) ;
2844: IF l_legal_entity_id IS NOT NULL THEN
2845: l_trxv_rec.legal_entity_id := l_legal_entity_id;
2846: ELSE
2847: -- get the contract number

Line 3165: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_from_dnz_chr_id) ;

3161: l_trxv_rec.tas_type := p_trans_type;
3162: l_trxv_rec.tsu_code := 'ENTERED';
3163: l_trxv_rec.date_trans_occurred := sysdate;
3164: --Added by dpsingh for LE Uptake
3165: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_from_dnz_chr_id) ;
3166: IF l_legal_entity_id IS NOT NULL THEN
3167: l_trxv_rec.legal_entity_id := l_legal_entity_id;
3168: ELSE
3169: -- get the contract number

Line 3356: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_chr_id) ;

3352: --Added by dpsingh for LE Uptake
3353: OPEN get_chr_id_csr(p_itiv_rec.kle_id);
3354: FETCH get_chr_id_csr INTO l_chr_id;
3355: CLOSE get_chr_id_csr;
3356: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_chr_id) ;
3357: IF l_legal_entity_id IS NOT NULL THEN
3358: l_trxv_rec.legal_entity_id := l_legal_entity_id;
3359: ELSE
3360: -- get the contract number

Line 3580: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_dnz_chr_id) ;

3576: l_trxv_rec.date_trans_occurred := sysdate;
3577: l_trxv_rec.tas_type := p_trans_type;
3578:
3579: --Added by dpsingh for LE Uptake
3580: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_dnz_chr_id) ;
3581: IF l_legal_entity_id IS NOT NULL THEN
3582: l_trxv_rec.legal_entity_id := l_legal_entity_id;
3583: ELSE
3584: -- get the contract number