DBA Data[Home] [Help]

APPS.OKL_ASSET_SUBSIDY_PVT dependencies on WF_EVENT

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

77:
78: -- wrapper API to get contract process. this API determines in which status the
79: -- contract in question is.
80: l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
81: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
82: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
83: wf_event.AddParameterToList(G_WF_ITM_SUBSIDY_ID, p_subsidy_id, l_parameter_list);
84: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, l_contract_process, l_parameter_list);
85: OKL_WF_PVT.raise_event(p_api_version => p_api_version,

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

78: -- wrapper API to get contract process. this API determines in which status the
79: -- contract in question is.
80: l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
81: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
82: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
83: wf_event.AddParameterToList(G_WF_ITM_SUBSIDY_ID, p_subsidy_id, l_parameter_list);
84: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, l_contract_process, l_parameter_list);
85: OKL_WF_PVT.raise_event(p_api_version => p_api_version,
86: p_init_msg_list => p_init_msg_list,

Line 83: wf_event.AddParameterToList(G_WF_ITM_SUBSIDY_ID, p_subsidy_id, l_parameter_list);

79: -- contract in question is.
80: l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
81: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
82: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
83: wf_event.AddParameterToList(G_WF_ITM_SUBSIDY_ID, p_subsidy_id, l_parameter_list);
84: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, l_contract_process, l_parameter_list);
85: OKL_WF_PVT.raise_event(p_api_version => p_api_version,
86: p_init_msg_list => p_init_msg_list,
87: x_return_status => x_return_status,

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

80: l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
81: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
82: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
83: wf_event.AddParameterToList(G_WF_ITM_SUBSIDY_ID, p_subsidy_id, l_parameter_list);
84: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, l_contract_process, l_parameter_list);
85: OKL_WF_PVT.raise_event(p_api_version => p_api_version,
86: p_init_msg_list => p_init_msg_list,
87: x_return_status => x_return_status,
88: x_msg_count => x_msg_count,