DBA Data[Home] [Help]

APPS.OKL_SUPP_INVOICE_DTLS_PVT dependencies on WF_EVENT

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

44:
45: -- wrapper API to get contract process. this API determines in which status the
46: -- contract in question is.
47: l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
48: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
49: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
50: wf_event.AddParameterToList(G_WF_ITM_PARTY_ID, p_vendor_id, l_parameter_list);
51: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, l_contract_process, l_parameter_list);
52:

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

45: -- wrapper API to get contract process. this API determines in which status the
46: -- contract in question is.
47: l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
48: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
49: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
50: wf_event.AddParameterToList(G_WF_ITM_PARTY_ID, p_vendor_id, l_parameter_list);
51: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, l_contract_process, l_parameter_list);
52:
53: OKL_WF_PVT.raise_event(p_api_version => p_api_version,

Line 50: wf_event.AddParameterToList(G_WF_ITM_PARTY_ID, p_vendor_id, l_parameter_list);

46: -- contract in question is.
47: l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
48: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
49: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
50: wf_event.AddParameterToList(G_WF_ITM_PARTY_ID, p_vendor_id, l_parameter_list);
51: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, l_contract_process, l_parameter_list);
52:
53: OKL_WF_PVT.raise_event(p_api_version => p_api_version,
54: p_init_msg_list => p_init_msg_list,

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

47: l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
48: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
49: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
50: wf_event.AddParameterToList(G_WF_ITM_PARTY_ID, p_vendor_id, l_parameter_list);
51: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, l_contract_process, l_parameter_list);
52:
53: OKL_WF_PVT.raise_event(p_api_version => p_api_version,
54: p_init_msg_list => p_init_msg_list,
55: x_return_status => x_return_status,