DBA Data[Home] [Help]

APPS.OKL_AM_LEASE_TRMNT_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

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

1681: END IF;
1682:
1683: x_return_status := OKL_API.G_RET_STS_SUCCESS;
1684: --20-NOV-2006 ANSETHUR R12B - LEGAL ENTITY UPTAKE PROJECT
1685: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id (p_term_rec.p_contract_id);
1686: IF (is_debug_statement_on) THEN
1687: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'l_legal_entity_id = '||l_legal_entity_id);
1688: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'p_control_flag = '||p_control_flag);
1689: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name ,'p_term_rec.p_contract_id = '||p_term_rec.p_contract_id);

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

4920: l_taiv_rec.date_entered := l_quote_accpt_date;
4921: l_taiv_rec.description := 'Automatically Invoice at End Of Term';
4922: l_taiv_rec.trx_status_code := 'SUBMITTED';--'ENTERED';
4923: --20-NOV-2006 ANSETHUR R12B - LEGAL ENTITY UPTAKE PROJECT
4924: l_taiv_rec.legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id (p_term_rec.p_contract_id);
4925:
4926: -- set some of the tilv rec attributes
4927: l_tilv_rec.description := 'Automatically Invoice at End Of Term';
4928: l_tilv_rec.sty_id := l_purchase_option_sty_id;

Line 9519: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id

9515: l_trxv_rec.tas_type := G_TRANS_TYPE;
9516: l_trxv_rec.tsu_code := 'PROCESSED';
9517: l_trxv_rec.date_trans_occurred := sysdate;
9518:
9519: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id
9520: (p_term_rec.p_contract_id) ;
9521: IF l_legal_entity_id IS NOT NULL THEN
9522: l_trxv_rec.legal_entity_id := l_legal_entity_id;
9523: ELSE

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

9690:
9691: -- RRAVIKIR Legal Entity Changes
9692: -- Populate the legal entity from the contract
9693: l_legal_entity_id :=
9694: OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_khr_id => p_term_rec.p_contract_id);
9695: -- Legal Entity Changes end
9696:
9697: -- call asset dispose retirement
9698: IF (is_debug_statement_on) THEN