DBA Data[Home] [Help]

APPS.OKL_FUNDING_WF dependencies on OKL_LEGAL_ENTITY_UTIL

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

463: OPEN contract_num_csr(p_funding_id);
464: FETCH contract_num_csr INTO l_cntrct_number,l_con_id;
465: CLOSE contract_num_csr;
466:
467: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_con_id) ;
468: IF l_legal_entity_id IS NOT NULL THEN
469: l_trxH_in_rec.legal_entity_id := l_legal_entity_id;
470: ELSE
471: Okl_Api.set_message(p_app_name => g_app_name,