DBA Data[Home] [Help]

APPS.OKL_KBK_APPROVALS_WF dependencies on OKL_LEGAL_ENTITY_UTIL

Line 368: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_contract_id) ;

364: l_trxH_in_rec.source_trx_id := l_key;
365: l_trxH_in_rec.source_trx_type := G_SOURCE_TRX_TYPE_WF;
366:
367: --Added by dpsingh for LE Uptake
368: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_contract_id) ;
369: IF l_legal_entity_id IS NOT NULL THEN
370: l_trxH_in_rec.legal_entity_id := l_legal_entity_id;
371: ELSE
372: Okl_Api.set_message(p_app_name => g_app_name,