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 1297: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_lease_id) ;

1293: l_tcnv_rec.chr_id := p_service_id; -- OKS Contract ID
1294: --l_tcnv_rec.khr_id_new := p_new_chr_id;
1295: l_tcnv_rec.date_transaction_occurred := p_trx_date;
1296: --Added by dpsingh for LE Uptake
1297: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_lease_id) ;
1298: IF l_legal_entity_id IS NOT NULL THEN
1299: l_tcnv_rec.legal_entity_id := l_legal_entity_id;
1300: ELSE
1301: -- get the contract number

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

1499: l_tcnv_rec.tcn_type := 'PPD';
1500: l_tcnv_rec.khr_id := p_chr_id;
1501: l_tcnv_rec.date_transaction_occurred := p_trx_date;
1502: --Added by dpsingh for LE Uptake
1503: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_chr_id) ;
1504: IF l_legal_entity_id IS NOT NULL THEN
1505: l_tcnv_rec.legal_entity_id := l_legal_entity_id;
1506: ELSE
1507: -- get the contract number