DBA Data[Home] [Help]

APPS.OKL_CONTRACT_LINE_ITEM_PVT dependencies on OKL_WF_PVT

Line 171: -- okl_wf_pvt.raise_event

167: -- Start of comments
168: --
169: -- Procedure Name : raise_business_event
170: -- Description : local_procedure, raises business event by making a call to
171: -- okl_wf_pvt.raise_event
172: -- Business Rules :
173: -- Parameters :
174: -- Version : 1.0
175: -- End of comments

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

194: );
195: -- add the contract status to the event parameter list
196: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, l_contract_process, l_event_parameter_list);
197:
198: OKL_WF_PVT.raise_event(p_api_version => p_api_version,
199: p_init_msg_list => p_init_msg_list,
200: x_return_status => x_return_status,
201: x_msg_count => x_msg_count,
202: x_msg_data => x_msg_data,