DBA Data[Home] [Help]

APPS.OKL_RELEASE_PVT dependencies on OKL_FUNDING_PVT

Line 2729: OKL_FUNDING_PVT.get_chr_canbe_funded_rem(p_contract_id => p_chr_id);

2725:
2726: -- Validate that the Contract is fully funded
2727: /* Bug# 4151222: Funding validation api call changed
2728: l_funding_remaining :=
2729: OKL_FUNDING_PVT.get_chr_canbe_funded_rem(p_contract_id => p_chr_id);
2730: --Bug# 4080102 - Changed to check for Funding remaining > 0
2731: if (l_funding_remaining > 0) then
2732: OKL_API.SET_MESSAGE(G_APP_NAME,
2733: 'OKL_LLA_REL_NOT_FULLY_FUNDED');

Line 2745: OKL_FUNDING_PVT.is_contract_fully_funded(

2741: -- Re-leased contracts should be treated as fully funded
2742: if NVL(chr_rec.orig_system_source_code,OKL_API.G_MISS_CHAR) = 'OKL_RELEASE' then
2743: l_fully_funded_flag := true;
2744: else
2745: OKL_FUNDING_PVT.is_contract_fully_funded(
2746: p_api_version => p_api_version
2747: ,p_init_msg_list => p_init_msg_list
2748: ,x_return_status => x_return_status
2749: ,x_msg_count => x_msg_count