DBA Data[Home] [Help]

APPS.OKL_UBB_WF_PVT dependencies on OKL_LLA_UTIL_PVT

Line 44: l_process := Okl_Lla_Util_Pvt.get_contract_process(p_chr_id);

40: ELSIF (l_return_status = G_RET_STS_ERROR) THEN
41: RAISE G_EXCEPTION_ERROR;
42: END IF;
43:
44: l_process := Okl_Lla_Util_Pvt.get_contract_process(p_chr_id);
45: Wf_Event.AddParameterToList(G_WF_ITM_CONTRACT_ID,p_chr_id,l_parameter_list);
46: Wf_Event.AddParameterToList(G_WF_ITM_UBB_ID,p_ubb_id,l_parameter_list);
47: Wf_Event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS,l_process,l_parameter_list);
48:

Line 119: l_process := Okl_Lla_Util_Pvt.get_contract_process(p_chr_id);

115: ELSIF (l_return_status = G_RET_STS_ERROR) THEN
116: RAISE G_EXCEPTION_ERROR;
117: END IF;
118:
119: l_process := Okl_Lla_Util_Pvt.get_contract_process(p_chr_id);
120: Wf_Event.AddParameterToList(G_WF_ITM_CONTRACT_ID,p_chr_id,l_parameter_list);
121: Wf_Event.AddParameterToList(G_WF_ITM_UBB_ID,p_ubb_id,l_parameter_list);
122: Wf_Event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS,l_process,l_parameter_list);
123:

Line 194: l_process := Okl_Lla_Util_Pvt.get_contract_process(p_chr_id);

190: ELSIF (l_return_status = G_RET_STS_ERROR) THEN
191: RAISE G_EXCEPTION_ERROR;
192: END IF;
193:
194: l_process := Okl_Lla_Util_Pvt.get_contract_process(p_chr_id);
195: Wf_Event.AddParameterToList(G_WF_ITM_CONTRACT_ID,p_chr_id,l_parameter_list);
196: Wf_Event.AddParameterToList(G_WF_ITM_UBB_ID,p_ubb_id,l_parameter_list);
197: Wf_Event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS,l_process,l_parameter_list);
198:

Line 271: l_process := Okl_Lla_Util_Pvt.get_contract_process(p_chr_id);

267: ELSIF (l_return_status = G_RET_STS_ERROR) THEN
268: RAISE G_EXCEPTION_ERROR;
269: END IF;
270:
271: l_process := Okl_Lla_Util_Pvt.get_contract_process(p_chr_id);
272: Wf_Event.AddParameterToList(G_WF_ITM_CONTRACT_ID,p_chr_id,l_parameter_list);
273: Wf_Event.AddParameterToList(G_WF_ITM_UBB_ID,p_ubb_id,l_parameter_list);
274: Wf_Event.AddParameterToList(G_WF_ITM_UBB_ASSET_ID,p_cle_id,l_parameter_list);
275: Wf_Event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS,l_process,l_parameter_list);

Line 348: l_process := Okl_Lla_Util_Pvt.get_contract_process(p_chr_id);

344: ELSIF (l_return_status = G_RET_STS_ERROR) THEN
345: RAISE G_EXCEPTION_ERROR;
346: END IF;
347:
348: l_process := Okl_Lla_Util_Pvt.get_contract_process(p_chr_id);
349: Wf_Event.AddParameterToList(G_WF_ITM_CONTRACT_ID,p_chr_id,l_parameter_list);
350: Wf_Event.AddParameterToList(G_WF_ITM_UBB_ID,p_ubb_id,l_parameter_list);
351: Wf_Event.AddParameterToList(G_WF_ITM_UBB_ASSET_ID,p_cle_id,l_parameter_list);
352: Wf_Event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS,l_process,l_parameter_list);