DBA Data[Home] [Help]

APPS.OKL_TXL_ASSETS_PVT dependencies on WF_EVENT

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

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

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

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

Line 63: wf_event.AddParameterToList(G_WF_ITM_BOOK_CODE, p_book_code, l_parameter_list);

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

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

60: l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
61: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
62: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
63: wf_event.AddParameterToList(G_WF_ITM_BOOK_CODE, p_book_code, l_parameter_list);
64: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, l_contract_process, l_parameter_list);
65: OKL_WF_PVT.raise_event(p_api_version => p_api_version,
66: p_init_msg_list => p_init_msg_list,
67: x_return_status => x_return_status,
68: x_msg_count => x_msg_count,