DBA Data[Home] [Help]

APPS.OKL_GENERATE_ACCRUALS_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 1585: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_accrual_rec.contract_id) ;

1581: l_tcn_type := 'ACL';
1582: l_tcl_type := 'ACL';
1583: END IF;
1584: --Added by dpsingh for LE Uptake
1585: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_accrual_rec.contract_id) ;
1586: IF l_legal_entity_id IS NOT NULL THEN
1587: l_tcnv_rec.legal_entity_id := l_legal_entity_id;
1588: ELSE
1589: Okl_Api.set_message(p_app_name => g_app_name,

Line 4662: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_accrual_rec.contract_id) ;

4658: RAISE OKL_API.G_EXCEPTION_ERROR;
4659: ELSE
4660: -- Build the transaction record
4661: --Added by dpsingh for LE Uptake
4662: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_accrual_rec.contract_id) ;
4663: IF l_legal_entity_id IS NOT NULL THEN
4664: l_tcnv_rec.legal_entity_id := l_legal_entity_id;
4665: ELSE
4666: Okl_Api.set_message(p_app_name => g_app_name,