DBA Data[Home] [Help]

APPS.OKL_GENERATE_ACCRUALS_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

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

1691: l_tcn_type := 'ACL';
1692: l_tcl_type := 'ACL';
1693: END IF;
1694: --Added by dpsingh for LE Uptake
1695: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_accrual_rec.contract_id) ;
1696: IF l_legal_entity_id IS NOT NULL THEN
1697: l_tcnv_rec.legal_entity_id := l_legal_entity_id;
1698: ELSE
1699: Okl_Api.set_message(p_app_name => g_app_name,

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

4918: RAISE OKL_API.G_EXCEPTION_ERROR;
4919: ELSE
4920: -- Build the transaction record
4921: --Added by dpsingh for LE Uptake
4922: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_accrual_rec.contract_id) ;
4923: IF l_legal_entity_id IS NOT NULL THEN
4924: l_tcnv_rec.legal_entity_id := l_legal_entity_id;
4925: ELSE
4926: Okl_Api.set_message(p_app_name => g_app_name,

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

5523: RAISE OKL_API.G_EXCEPTION_ERROR;
5524: ELSE
5525: -- Build the transaction record
5526: --Added by dpsingh for LE Uptake
5527: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(p_accrual_rec.contract_id) ;
5528: IF l_legal_entity_id IS NOT NULL THEN
5529: l_tcnv_rec.legal_entity_id := l_legal_entity_id;
5530: ELSE
5531: Okl_Api.set_message(p_app_name => g_app_name,