DBA Data[Home] [Help]

APPS.OKL_SEC_AGREEMENT_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

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

443: --dbms_output.put_line('Assign passed in record values for transaction header and line');
444:
445: --Added by kthiruva on 22-Aug-2007
446: --Bug 6354647 - Start of Changes
447: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_contract_id) ;
448:
449: IF l_legal_entity_id IS NOT NULL THEN
450: l_trxH_in_rec.legal_entity_id := l_legal_entity_id;
451: END IF;