DBA Data[Home] [Help]

APPS.OKL_ASSET_SUBSIDY_PVT dependencies on OKL_SUBSIDY_PROCESS_PVT

Line 766: OKL_SUBSIDY_PROCESS_PVT.get_asset_subsidy_amount(

762: RAISE OKL_API.G_EXCEPTION_ERROR;
763: END IF;
764:
765: --get total subsidy
766: OKL_SUBSIDY_PROCESS_PVT.get_asset_subsidy_amount(
767: p_api_version => p_api_version,
768: p_init_msg_list => p_init_msg_list,
769: x_return_status => x_return_status,
770: x_msg_count => x_msg_count,

Line 928: okl_subsidy_process_pvt.calculate_subsidy_amount

924: l_asb_rec := p_asb_rec;
925: -----------------------------------------------
926: --call subsidy calculation API
927: -----------------------------------------------
928: okl_subsidy_process_pvt.calculate_subsidy_amount
929: (
930: p_api_version => p_api_version,
931: p_init_msg_list => p_init_msg_list,
932: x_return_status => x_return_status,