DBA Data[Home] [Help]

APPS.OKL_DEAL_ASSET_PVT dependencies on OKL_LA_ASSET_PVT

Line 937: -- input to okl_la_asset_pvt.isContractActive API

933: RAISE OKL_API.G_EXCEPTION_ERROR;
934: END IF;
935:
936: -- gboomina Modified to get deal_type and sts_code which is used as
937: -- input to okl_la_asset_pvt.isContractActive API
938: OPEN c_khr_info(p_chr_id);
939: FETCH c_khr_info INTO l_khr_id, l_deal_type, l_sts_code;
940: IF c_khr_info%NOTFOUND THEN
941: CLOSE c_khr_info;

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

947: END IF;
948: CLOSE c_khr_info;
949:
950: -- gboomina added to check whether contract is active or not
951: l_is_contract_active := okl_la_asset_pvt.isContractActive(l_khr_id,
952: l_deal_type,
953: l_sts_code);
954:
955: OPEN c_item_line(p_chr_id, p_clev_fin_id);