DBA Data[Home] [Help]

APPS.OKL_FUNDING_WF dependencies on OKL_LEGAL_ENTITY_UTIL

Line 498: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_con_id) ;

494: OPEN contract_num_csr(p_funding_id);
495: FETCH contract_num_csr INTO l_cntrct_number,l_con_id;
496: CLOSE contract_num_csr;
497:
498: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_con_id) ;
499: IF l_legal_entity_id IS NOT NULL THEN
500: l_trxH_in_rec.legal_entity_id := l_legal_entity_id;
501: ELSE
502: Okl_Api.set_message(p_app_name => g_app_name,