DBA Data[Home] [Help]

APPS.OKL_MAINTAIN_FEE_PVT dependencies on OKL_WF_PVT

Line 848: -- okl_wf_pvt.raise_event

844: -- Start of comments
845: --
846: -- Procedure Name : raise_business_event
847: -- Description : local_procedure, raises business event by making a call to
848: -- okl_wf_pvt.raise_event
849: -- Business Rules :
850: -- Parameters :
851: -- Version : 1.0
852: -- End of comments

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

873: l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
874: -- add the contract status to the event parameter list
875: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS,l_contract_process,l_parameter_list);
876:
877: OKL_WF_PVT.raise_event(p_api_version => p_api_version,
878: p_init_msg_list => p_init_msg_list,
879: x_return_status => x_return_status,
880: x_msg_count => x_msg_count,
881: x_msg_data => x_msg_data,