DBA Data[Home] [Help]

APPS.OKL_TRANSACTION_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 243: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_chr_id) ;

239: x_tcnv_rec.currency_code := l_currency_code;
240: x_tcnv_rec.date_transaction_occurred := p_trx_date;
241: x_tcnv_rec.org_id := l_org_id;
242: --Added by dpsingh for LE Uptake
243: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_chr_id) ;
244: IF l_legal_entity_id IS NOT NULL THEN
245: x_tcnv_rec.legal_entity_id := l_legal_entity_id;
246: ELSE
247: -- get the contract number

Line 1258: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_lease_id) ;

1254: l_tcnv_rec.chr_id := p_service_id; -- OKS Contract ID
1255: --l_tcnv_rec.khr_id_new := p_new_chr_id;
1256: l_tcnv_rec.date_transaction_occurred := p_trx_date;
1257: --Added by dpsingh for LE Uptake
1258: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_lease_id) ;
1259: IF l_legal_entity_id IS NOT NULL THEN
1260: l_tcnv_rec.legal_entity_id := l_legal_entity_id;
1261: ELSE
1262: -- get the contract number

Line 1464: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_chr_id) ;

1460: l_tcnv_rec.tcn_type := 'PPD';
1461: l_tcnv_rec.khr_id := p_chr_id;
1462: l_tcnv_rec.date_transaction_occurred := p_trx_date;
1463: --Added by dpsingh for LE Uptake
1464: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_chr_id) ;
1465: IF l_legal_entity_id IS NOT NULL THEN
1466: l_tcnv_rec.legal_entity_id := l_legal_entity_id;
1467: ELSE
1468: -- get the contract number