DBA Data[Home] [Help]

APPS.OKL_DEAL_ASSET_PVT dependencies on OKL_LA_ASSET_PVT

Line 888: -- input to okl_la_asset_pvt.isContractActive API

884: RAISE OKL_API.G_EXCEPTION_ERROR;
885: END IF;
886:
887: -- gboomina Modified to get deal_type and sts_code which is used as
888: -- input to okl_la_asset_pvt.isContractActive API
889: OPEN c_khr_info(p_chr_id);
890: FETCH c_khr_info INTO l_khr_id, l_deal_type, l_sts_code;
891: IF c_khr_info%NOTFOUND THEN
892: CLOSE c_khr_info;

Line 902: l_is_contract_active := okl_la_asset_pvt.isContractActive(l_khr_id,

898: END IF;
899: CLOSE c_khr_info;
900:
901: -- gboomina added to check whether contract is active or not
902: l_is_contract_active := okl_la_asset_pvt.isContractActive(l_khr_id,
903: l_deal_type,
904: l_sts_code);
905:
906: OPEN c_item_line(p_chr_id, p_clev_fin_id);