DBA Data[Home] [Help]

APPS.OKL_MAINTAIN_FEE_PVT dependencies on OKL_WF_PVT

Line 857: -- okl_wf_pvt.raise_event

853: -- Start of comments
854: --
855: -- Procedure Name : raise_business_event
856: -- Description : local_procedure, raises business event by making a call to
857: -- okl_wf_pvt.raise_event
858: -- Business Rules :
859: -- Parameters :
860: -- Version : 1.0
861: -- End of comments

Line 886: OKL_WF_PVT.raise_event(p_api_version => p_api_version,

882: l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
883: -- add the contract status to the event parameter list
884: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS,l_contract_process,l_parameter_list);
885:
886: OKL_WF_PVT.raise_event(p_api_version => p_api_version,
887: p_init_msg_list => p_init_msg_list,
888: x_return_status => x_return_status,
889: x_msg_count => x_msg_count,
890: x_msg_data => x_msg_data,