DBA Data[Home] [Help]

APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 768: okl_legal_entity_util.get_khr_le_id (p_term_rec.p_contract_id);

764: --akrangan changes for sla tmt_status_code cr
765: px_tcnv_rec.date_transaction_occurred := p_sys_date;
766: --20-NOV-2006 ANSETHUR R12B - LEGAL ENTITY UPTAKE PROJECT
767: px_tcnv_rec.legal_entity_id :=
768: okl_legal_entity_util.get_khr_le_id (p_term_rec.p_contract_id);
769:
770: -- set the termination reason (TRN_CODE)
771: IF (p_term_rec.p_termination_reason <> okl_api.g_miss_char)
772: AND (p_term_rec.p_termination_reason IS NOT NULL)

Line 5436: okl_legal_entity_util.get_khr_le_id

5432:
5433: -- RRAVIKIR Legal Entity Changes
5434: -- Populate the legal entity from the contract
5435: l_legal_entity_id :=
5436: okl_legal_entity_util.get_khr_le_id
5437: (p_khr_id => p_term_rec.p_contract_id);
5438:
5439: -- Legal Entity Changes end
5440: