DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PVT dependencies on OKL_LLA_UTIL_PVT

Line 20013: --l_contract_process := okl_lla_util_pvt.get_contract_process(l_chr_id);

20009: -- credit limit events do not necessarily pass a contract
20010: l_chr_id := wf_event.GetValueForParameter(G_WF_ITM_CONTRACT_ID,p_parameter_list);
20011: IF(l_chr_id IS NOT NULL)THEN
20012: -- if there exists a contract in context, then derive the contract process status
20013: --l_contract_process := okl_lla_util_pvt.get_contract_process(l_chr_id);
20014: IF(p_contract_process IS NOT NULL)THEN
20015: -- add the contract process status to the parameter list only the value is not null
20016: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS,p_contract_process,l_parameter_list);
20017: END IF;

Line 20051: --l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);

20047: x_return_status := OKL_API.G_RET_STS_SUCCESS;
20048:
20049: -- wrapper API to get contract process. this API determines in which status the
20050: -- contract in question is.
20051: --l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
20052: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
20053: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
20054: wf_event.AddParameterToList(G_WF_ITM_SUBSIDY_ID, p_subsidy_id, l_parameter_list);
20055: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, p_contract_process, l_parameter_list);

Line 20084: --l_process := Okl_Lla_Util_Pvt.get_contract_process(p_chr_id);

20080: --p_chr_id okc_k_headers_b.id%TYPE;
20081: l_parameter_list WF_PARAMETER_LIST_T := p_event_param_list;
20082: BEGIN
20083: --p_chr_id := wf_event.GetValueForParameter(G_WF_ITM_CONTRACT_ID,p_event_param_list);
20084: --l_process := Okl_Lla_Util_Pvt.get_contract_process(p_chr_id);
20085: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS,p_contract_process,l_parameter_list);
20086:
20087: OKL_WF_PVT.raise_event (p_api_version => p_api_version,
20088: p_init_msg_list => p_init_msg_list,

Line 20117: --l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);

20113: x_return_status := OKL_API.G_RET_STS_SUCCESS;
20114:
20115: -- wrapper API to get contract process. this API determines in which status the
20116: -- contract in question is.
20117: --l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
20118: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
20119: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
20120: wf_event.AddParameterToList(G_WF_ITM_BOOK_CODE, p_book_code, l_parameter_list);
20121: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, p_contract_process, l_parameter_list);

Line 20154: --l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);

20150: x_return_status := OKL_API.G_RET_STS_SUCCESS;
20151:
20152: -- wrapper API to get contract process. this API determines in which status the
20153: -- contract in question is.
20154: --l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
20155: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
20156: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
20157: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, p_contract_process, l_parameter_list);
20158:

Line 20224: --l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);

20220: x_return_status := OKL_API.G_RET_STS_SUCCESS;
20221:
20222: -- wrapper API to get contract process. this API determines in which status the
20223: -- contract in question is.
20224: --l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
20225: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
20226: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
20227: wf_event.AddParameterToList(G_WF_ITM_PARTY_ID, p_vendor_id, l_parameter_list);
20228: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, p_contract_process, l_parameter_list);

Line 21431: l_contract_process := okl_lla_util_pvt.get_contract_process(l_copied_id);

21427: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
21428: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Doing raise_business_event...' );
21429: END IF;
21430: l_curr_pos := 'okl_copy_lease_contract:53';
21431: l_contract_process := okl_lla_util_pvt.get_contract_process(l_copied_id);
21432:
21433: IF (l_counter > 1) THEN
21434: l_parameter_list := NULL;
21435: l_raise_business_event := OKL_API.G_FALSE;