DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on OKL_WF_PVT

Line 128: -- okl_wf_pvt.raise_event

124: -- Start of comments
125: --
126: -- Procedure Name : raise_business_event
127: -- Description : local_procedure, raises business event by making a call to
128: -- okl_wf_pvt.raise_event
129: -- Business Rules :
130: -- Parameters :
131: -- Version : 1.0
132: -- End of comments

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

155: -- add the contract process status to the parameter list only the value is not null
156: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS,l_contract_process,l_parameter_list);
157: END IF;
158: END IF;
159: OKL_WF_PVT.raise_event (p_api_version => p_api_version,
160: p_init_msg_list => p_init_msg_list,
161: x_return_status => x_return_status,
162: x_msg_count => x_msg_count,
163: x_msg_data => x_msg_data,