DBA Data[Home] [Help]

APPS.OKL_QUOTE_TO_CONTRACT_PVT dependencies on OKL_CONTEXT

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

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

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

2111: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR) THEN
2112: RAISE OKL_API.G_EXCEPTION_ERROR;
2113: END IF;
2114: -- set the org id and organization id
2115: OKL_CONTEXT.set_okc_org_context(p_chr_id => p_chr_id);
2116: FOR l_quote_service_rec IN c_get_service_dtls(p_quote_id)LOOP
2117: l_pymnt_counter := 0;
2118: l_payment_levels_tbl.DELETE;
2119: FOR l_service_payment_rec IN c_get_service_payment_dtls(l_quote_service_rec.ID) LOOP

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

2488: l_exp_frequency := l_fee_expense_rec.Frequency_Code;
2489: END LOOP;
2490: END IF;
2491:
2492: OKL_CONTEXT.set_okc_org_context(p_chr_id => p_chr_id);
2493: ------------------------------------
2494: -- Defaulting missing fee REC values
2495: ------------------------------------
2496: l_fee_types_rec.line_id := NULL;

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

3716: --create asset line
3717: FOR l_quote_asset_rec IN c_get_asset_dtls(l_lapv_rec.quote_id) LOOP
3718: l_cimv_model_rec.object1_id1 := l_quote_asset_rec.INV_ITEM_ID;
3719: 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);
3720: okl_context.set_okc_org_context(p_chr_id => l_chr_id);
3721: l_clev_fin_rec.exception_yn := 'N';
3722: l_clev_fin_rec.dnz_chr_id := l_chr_id;
3723: IF l_quote_asset_rec.short_description IS NOT NULL THEN
3724: l_clev_fin_rec.item_description := l_quote_asset_rec.short_description;

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

5394: lp_chrv_rec.sfwt_flag := 'N';
5395: lp_chrv_rec.object_version_number := 1.0;
5396: lp_chrv_rec.sts_code := G_STS_CODE; -- 'ENTERED';
5397: lp_chrv_rec.contract_number := p_contract_number;
5398: lp_chrv_rec.authoring_org_id := OKL_CONTEXT.GET_OKC_ORG_ID;
5399: lp_chrv_rec.inv_organization_id := OKL_CONTEXT.get_okc_organization_id;
5400: lp_chrv_rec.cust_acct_id := l_lapv_rec.CUST_ACCT_ID;
5401: lp_chrv_rec.currency_code := l_lapv_rec.CURRENCY_CODE;
5402: lp_chrv_rec.currency_code_renewed := NULL;

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

5395: lp_chrv_rec.object_version_number := 1.0;
5396: lp_chrv_rec.sts_code := G_STS_CODE; -- 'ENTERED';
5397: lp_chrv_rec.contract_number := p_contract_number;
5398: lp_chrv_rec.authoring_org_id := OKL_CONTEXT.GET_OKC_ORG_ID;
5399: lp_chrv_rec.inv_organization_id := OKL_CONTEXT.get_okc_organization_id;
5400: lp_chrv_rec.cust_acct_id := l_lapv_rec.CUST_ACCT_ID;
5401: lp_chrv_rec.currency_code := l_lapv_rec.CURRENCY_CODE;
5402: lp_chrv_rec.currency_code_renewed := NULL;
5403: lp_chrv_rec.template_yn := 'N';