DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on OKL_CONTEXT

Line 2472: OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);

2468: p_msg_name => 'OKL_NO_INVENTORY_ORG');
2469: raise OKL_API.G_EXCEPTION_ERROR;
2470: End If;
2471:
2472: OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
2473:
2474: ----------------------------------------------------------------------------
2475: --call to check if template modification is allowed
2476: ----------------------------------------------------------------------------

Line 3114: OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_orig_chr_rec.authoring_org_id,l_chrv_rec.inv_organization_id);

3110: --dkagrawa moved down the following code and passed l_orig_chr_rec.authoring_org_id for MOAC
3111:
3112: -- set okc context before API call
3113: -- msamoyle: check whether we need to call this method here or in PUB or in processing
3114: OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_orig_chr_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
3115:
3116: OPEN get_orig_khr_csr(l_chrv_rec.id);
3117: FETCH get_orig_khr_csr into l_orig_khr_rec;
3118: IF get_orig_khr_csr%NOTFOUND Then

Line 5002: OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);

4998: --
4999: -- set okc context before API call
5000: -- msamoyle: check whether we need to call this method here or in PUB or in processing
5001:
5002: OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
5003:
5004:
5005: --
5006: -- call procedure in complex API

Line 5228: OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);

5224: --
5225: -- set okc context before API call
5226: -- msamoyle: check whether we need to call this method here or in PUB or in processing
5227:
5228: OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
5229:
5230:
5231: --
5232: -- call procedure in complex API

Line 5458: OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);

5454: --
5455: -- set okc context before API call
5456: -- msamoyle: check whether we need to call this method here or in PUB or in processing
5457:
5458: OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
5459: --dbms_output.put_line('Set up context');
5460:
5461: --
5462: -- call procedure in complex API

Line 9624: --OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);

9620: -- msamoyle: check whether we need to call this method here or in PUB or in processing
9621: --dbms_output.put_line('Set org context');
9622:
9623:
9624: --OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
9625:
9626: --dbms_output.put_line('Create governance');
9627: --
9628: -- call procedure in complex API

Line 9853: --OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);

9849: --
9850: -- set okc context before API call
9851: -- msamoyle: check whether we need to call this method here or in PUB or in processing
9852:
9853: --OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
9854:
9855: --
9856: -- call procedure in complex API
9857: --

Line 10091: --OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);

10087: --
10088: -- set okc context before API call
10089: -- msamoyle: check whether we need to call this method here or in PUB or in processing
10090:
10091: --OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
10092: If (l_gvev_rec.dnz_chr_id is null) OR (l_gvev_rec.dnz_chr_id = OKL_API.G_MISS_NUM) Then
10093: Open chr_id_crs(p_gve_id => l_gvev_rec.id);
10094: FETCH chr_id_crs into l_dnz_chr_id;
10095: If chr_id_crs%NOTFOUND THEN

Line 10323: --OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);

10319: --
10320: -- set okc context before API call
10321: -- msamoyle: check whether we need to call this method here or in PUB or in processing
10322:
10323: --OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
10324:
10325:
10326: --
10327: -- call procedure in complex API

Line 10534: --OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);

10530: --
10531: -- set okc context before API call
10532: -- msamoyle: check whether we need to call this method here or in PUB or in processing
10533:
10534: --OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
10535: --dbms_output.put_line('Set up context');
10536:
10537: --
10538: -- call procedure in complex API