DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on OKL_WF_PVT

Line 115: -- okl_wf_pvt.raise_event

111: -- Start of comments
112: --
113: -- Procedure Name : raise_business_event
114: -- Description : local_procedure, raises business event by making a call to
115: -- okl_wf_pvt.raise_event
116: -- Business Rules :
117: -- Parameters :
118: -- Version : 1.0
119: -- End of comments

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

142: -- add the contract process status to the parameter list only the value is not null
143: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS,l_contract_process,l_parameter_list);
144: END IF;
145: END IF;
146: OKL_WF_PVT.raise_event (p_api_version => p_api_version,
147: p_init_msg_list => p_init_msg_list,
148: x_return_status => x_return_status,
149: x_msg_count => x_msg_count,
150: x_msg_data => x_msg_data,