DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PVT dependencies on OKL_LLA_UTIL_PVT

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

20186: -- credit limit events do not necessarily pass a contract
20187: l_chr_id := wf_event.GetValueForParameter(G_WF_ITM_CONTRACT_ID,p_parameter_list);
20188: IF(l_chr_id IS NOT NULL)THEN
20189: -- if there exists a contract in context, then derive the contract process status
20190: --l_contract_process := okl_lla_util_pvt.get_contract_process(l_chr_id);
20191: IF(p_contract_process IS NOT NULL)THEN
20192: -- add the contract process status to the parameter list only the value is not null
20193: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS,p_contract_process,l_parameter_list);
20194: END IF;

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

20224: x_return_status := OKL_API.G_RET_STS_SUCCESS;
20225:
20226: -- wrapper API to get contract process. this API determines in which status the
20227: -- contract in question is.
20228: --l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
20229: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
20230: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
20231: wf_event.AddParameterToList(G_WF_ITM_SUBSIDY_ID, p_subsidy_id, l_parameter_list);
20232: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, p_contract_process, l_parameter_list);

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

20257: --p_chr_id okc_k_headers_b.id%TYPE;
20258: l_parameter_list WF_PARAMETER_LIST_T := p_event_param_list;
20259: BEGIN
20260: --p_chr_id := wf_event.GetValueForParameter(G_WF_ITM_CONTRACT_ID,p_event_param_list);
20261: --l_process := Okl_Lla_Util_Pvt.get_contract_process(p_chr_id);
20262: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS,p_contract_process,l_parameter_list);
20263:
20264: OKL_WF_PVT.raise_event (p_api_version => p_api_version,
20265: p_init_msg_list => p_init_msg_list,

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

20290: x_return_status := OKL_API.G_RET_STS_SUCCESS;
20291:
20292: -- wrapper API to get contract process. this API determines in which status the
20293: -- contract in question is.
20294: --l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
20295: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
20296: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
20297: wf_event.AddParameterToList(G_WF_ITM_BOOK_CODE, p_book_code, l_parameter_list);
20298: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, p_contract_process, l_parameter_list);

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

20327: x_return_status := OKL_API.G_RET_STS_SUCCESS;
20328:
20329: -- wrapper API to get contract process. this API determines in which status the
20330: -- contract in question is.
20331: --l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
20332: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
20333: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
20334: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, p_contract_process, l_parameter_list);
20335:

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

20397: x_return_status := OKL_API.G_RET_STS_SUCCESS;
20398:
20399: -- wrapper API to get contract process. this API determines in which status the
20400: -- contract in question is.
20401: --l_contract_process := okl_lla_util_pvt.get_contract_process(p_chr_id => p_chr_id);
20402: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_ID, p_chr_id, l_parameter_list);
20403: wf_event.AddParameterToList(G_WF_ITM_ASSET_ID, p_asset_id, l_parameter_list);
20404: wf_event.AddParameterToList(G_WF_ITM_PARTY_ID, p_vendor_id, l_parameter_list);
20405: wf_event.AddParameterToList(G_WF_ITM_CONTRACT_PROCESS, p_contract_process, l_parameter_list);

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

21605: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
21606: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Doing raise_business_event...' );
21607: END IF;
21608: l_curr_pos := 'okl_copy_lease_contract:53';
21609: l_contract_process := okl_lla_util_pvt.get_contract_process(l_copied_id);
21610:
21611: IF (l_counter > 1) THEN
21612: l_parameter_list := NULL;
21613: l_raise_business_event := OKL_API.G_FALSE;