DBA Data[Home] [Help]

APPS.OKL_TXD_ASSETS_PVT dependencies on WF_EVENT

Line 58: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);

54:
55: -- wrapper API to get contract process. this API determines in which status the
56: -- contract in question is.
57: l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
58: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
59: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
60: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, l_contract_process, l_parameter_list);
61:
62: OKL_WF_PVT.raise_event(p_api_version => p_api_version,

Line 59: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);

55: -- wrapper API to get contract process. this API determines in which status the
56: -- contract in question is.
57: l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
58: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
59: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
60: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, l_contract_process, l_parameter_list);
61:
62: OKL_WF_PVT.raise_event(p_api_version => p_api_version,
63: p_init_msg_list => p_init_msg_list,

Line 60: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, l_contract_process, l_parameter_list);

56: -- contract in question is.
57: l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
58: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
59: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
60: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, l_contract_process, l_parameter_list);
61:
62: OKL_WF_PVT.raise_event(p_api_version => p_api_version,
63: p_init_msg_list => p_init_msg_list,
64: x_return_status => x_return_status,