DBA Data[Home] [Help]

APPS.OKL_QUOTE_TO_CONTRACT_PVT dependencies on OKL_CONTEXT

Line 1938: OKL_CONTEXT.set_okc_org_context(p_chr_id => p_chr_id);

1934: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR) THEN
1935: RAISE OKL_API.G_EXCEPTION_ERROR;
1936: END IF;
1937: -- set the org id and organization id
1938: OKL_CONTEXT.set_okc_org_context(p_chr_id => p_chr_id);
1939: IF(l_debug_enabled='Y') THEN
1940: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_INS_QUOTE_PVT.lseapp_thrdprty_to_ctrct'
1941: ,'begin debug OKLRINQB.pls call lseapp_thrdprty_to_ctrct');
1942: END IF;

Line 2105: OKL_CONTEXT.set_okc_org_context(p_chr_id => p_chr_id);

2101: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR) THEN
2102: RAISE OKL_API.G_EXCEPTION_ERROR;
2103: END IF;
2104: -- set the org id and organization id
2105: OKL_CONTEXT.set_okc_org_context(p_chr_id => p_chr_id);
2106: FOR l_quote_service_rec IN c_get_service_dtls(p_quote_id)LOOP
2107: l_pymnt_counter := 0;
2108: l_payment_levels_tbl.DELETE;
2109: FOR l_service_payment_rec IN c_get_service_payment_dtls(l_quote_service_rec.ID) LOOP

Line 2467: OKL_CONTEXT.set_okc_org_context(p_chr_id => p_chr_id);

2463: l_exp_frequency := l_fee_expense_rec.Frequency_Code;
2464: END LOOP;
2465: END IF;
2466:
2467: OKL_CONTEXT.set_okc_org_context(p_chr_id => p_chr_id);
2468: ------------------------------------
2469: -- Defaulting missing fee REC values
2470: ------------------------------------
2471: l_fee_types_rec.line_id := NULL;

Line 3634: okl_context.set_okc_org_context(p_chr_id => l_chr_id);

3630: --create asset line
3631: FOR l_quote_asset_rec IN c_get_asset_dtls(l_lapv_rec.quote_id) LOOP
3632: l_cimv_model_rec.object1_id1 := l_quote_asset_rec.INV_ITEM_ID;
3633: l_cimv_model_rec.object1_id2 := OKL_SYSTEM_PARAMS_ALL_PUB.get_system_param_value(OKL_SYSTEM_PARAMS_ALL_PUB.G_ITEM_INV_ORG_ID);
3634: okl_context.set_okc_org_context(p_chr_id => l_chr_id);
3635: l_clev_fin_rec.exception_yn := 'N';
3636: l_clev_fin_rec.dnz_chr_id := l_chr_id;
3637: IF l_quote_asset_rec.short_description IS NOT NULL THEN
3638: l_clev_fin_rec.item_description := l_quote_asset_rec.short_description;

Line 4801: lp_chrv_rec.authoring_org_id := OKL_CONTEXT.GET_OKC_ORG_ID;

4797: lp_chrv_rec.sfwt_flag := 'N';
4798: lp_chrv_rec.object_version_number := 1.0;
4799: lp_chrv_rec.sts_code := G_STS_CODE; -- 'ENTERED';
4800: lp_chrv_rec.contract_number := p_contract_number;
4801: lp_chrv_rec.authoring_org_id := OKL_CONTEXT.GET_OKC_ORG_ID;
4802: lp_chrv_rec.inv_organization_id := OKL_CONTEXT.get_okc_organization_id;
4803: lp_chrv_rec.cust_acct_id := l_lapv_rec.CUST_ACCT_ID;
4804: lp_chrv_rec.currency_code := l_lapv_rec.CURRENCY_CODE;
4805: lp_chrv_rec.currency_code_renewed := NULL;

Line 4802: lp_chrv_rec.inv_organization_id := OKL_CONTEXT.get_okc_organization_id;

4798: lp_chrv_rec.object_version_number := 1.0;
4799: lp_chrv_rec.sts_code := G_STS_CODE; -- 'ENTERED';
4800: lp_chrv_rec.contract_number := p_contract_number;
4801: lp_chrv_rec.authoring_org_id := OKL_CONTEXT.GET_OKC_ORG_ID;
4802: lp_chrv_rec.inv_organization_id := OKL_CONTEXT.get_okc_organization_id;
4803: lp_chrv_rec.cust_acct_id := l_lapv_rec.CUST_ACCT_ID;
4804: lp_chrv_rec.currency_code := l_lapv_rec.CURRENCY_CODE;
4805: lp_chrv_rec.currency_code_renewed := NULL;
4806: lp_chrv_rec.template_yn := 'N';