DBA Data[Home] [Help]

APPS.OKL_MLA_CREATE_UPDATE_PUB dependencies on OKL_CONTEXT

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

424: lp_chrv_rec.object_version_number := 1.0;
425: lp_chrv_rec.sts_code := G_STS_CODE; -- 'ENTERED';
426: lp_chrv_rec.scs_code := p_scs_code;
427: lp_chrv_rec.contract_number := p_contract_number;
428: lp_chrv_rec.authoring_org_id := OKL_CONTEXT.GET_OKC_ORG_ID;
429: lp_chrv_rec.inv_organization_id := OKL_CONTEXT.get_okc_organization_id;
430: lp_chrv_rec.currency_code := OKL_ACCOUNTING_UTIL.get_func_curr_code;
431: lp_chrv_rec.currency_code_renewed := NULL;
432: lp_chrv_rec.template_yn := 'N';

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

425: lp_chrv_rec.sts_code := G_STS_CODE; -- 'ENTERED';
426: lp_chrv_rec.scs_code := p_scs_code;
427: lp_chrv_rec.contract_number := p_contract_number;
428: lp_chrv_rec.authoring_org_id := OKL_CONTEXT.GET_OKC_ORG_ID;
429: lp_chrv_rec.inv_organization_id := OKL_CONTEXT.get_okc_organization_id;
430: lp_chrv_rec.currency_code := OKL_ACCOUNTING_UTIL.get_func_curr_code;
431: lp_chrv_rec.currency_code_renewed := NULL;
432: lp_chrv_rec.template_yn := 'N';
433: lp_chrv_rec.chr_type := 'CYA';

Line 492: IF okl_context.get_okc_org_id IS NULL THEN

488: END IF;
489: l_kplv_tbl(i).attribute_category := null;
490: END LOOP;
491:
492: IF okl_context.get_okc_org_id IS NULL THEN
493: l_chr_id := x_chr_id;
494: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
495: END IF;
496: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN

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

490: END LOOP;
491:
492: IF okl_context.get_okc_org_id IS NULL THEN
493: l_chr_id := x_chr_id;
494: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
495: END IF;
496: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
497: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'l_cplv_tbl.count=' || l_cplv_tbl.count);
498: END IF;

Line 951: IF okl_context.get_okc_org_id IS NULL THEN

947: END IF;
948:
949: l_chr_id := x_chr_id;
950:
951: IF okl_context.get_okc_org_id IS NULL THEN
952: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
953: END IF;
954:
955:

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

948:
949: l_chr_id := x_chr_id;
950:
951: IF okl_context.get_okc_org_id IS NULL THEN
952: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
953: END IF;
954:
955:
956: IF ( p_scs_code = 'LEASE') THEN

Line 1185: IF okl_context.get_okc_org_id IS NULL THEN

1181: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
1182: END raise_business_event;
1183:
1184: BEGIN
1185: IF okl_context.get_okc_org_id IS NULL THEN
1186: l_chr_id := p_durv_rec.chr_id;
1187: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1188: END IF;
1189:

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

1183:
1184: BEGIN
1185: IF okl_context.get_okc_org_id IS NULL THEN
1186: l_chr_id := p_durv_rec.chr_id;
1187: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1188: END IF;
1189:
1190: x_return_status := OKC_API.START_ACTIVITY(
1191: p_api_name => l_api_name,