DBA Data[Home] [Help]

APPS.OKL_AM_LEASE_TRMNT_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 1569: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id (p_term_rec.p_contract_id);

1565: END IF;
1566:
1567: x_return_status := OKL_API.G_RET_STS_SUCCESS;
1568: --20-NOV-2006 ANSETHUR R12B - LEGAL ENTITY UPTAKE PROJECT
1569: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id (p_term_rec.p_contract_id);
1570: IF (is_debug_statement_on) THEN
1571: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'l_legal_entity_id = '||l_legal_entity_id);
1572: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'p_control_flag = '||p_control_flag);
1573: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'p_term_rec.p_contract_id = '||p_term_rec.p_contract_id);

Line 4780: l_taiv_rec.legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id (p_term_rec.p_contract_id);

4776: l_taiv_rec.date_entered := l_quote_accpt_date;
4777: l_taiv_rec.description := 'Automatically Invoice at End Of Term';
4778: l_taiv_rec.trx_status_code := 'SUBMITTED';--'ENTERED';
4779: --20-NOV-2006 ANSETHUR R12B - LEGAL ENTITY UPTAKE PROJECT
4780: l_taiv_rec.legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id (p_term_rec.p_contract_id);
4781:
4782: -- set some of the tilv rec attributes
4783: l_tilv_rec.description := 'Automatically Invoice at End Of Term';
4784: l_tilv_rec.sty_id := l_purchase_option_sty_id;

Line 9320: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id

9316: l_trxv_rec.tas_type := G_TRANS_TYPE;
9317: l_trxv_rec.tsu_code := 'PROCESSED';
9318: l_trxv_rec.date_trans_occurred := sysdate;
9319:
9320: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id
9321: (p_term_rec.p_contract_id) ;
9322: IF l_legal_entity_id IS NOT NULL THEN
9323: l_trxv_rec.legal_entity_id := l_legal_entity_id;
9324: ELSE

Line 9495: OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_khr_id => p_term_rec.p_contract_id);

9491:
9492: -- RRAVIKIR Legal Entity Changes
9493: -- Populate the legal entity from the contract
9494: l_legal_entity_id :=
9495: OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_khr_id => p_term_rec.p_contract_id);
9496: -- Legal Entity Changes end
9497:
9498: -- call asset dispose retirement
9499: IF (is_debug_statement_on) THEN