DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on OKL_CONTEXT

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

2535: p_msg_name => 'OKL_NO_INVENTORY_ORG');
2536: raise OKL_API.G_EXCEPTION_ERROR;
2537: End If;
2538:
2539: OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
2540:
2541: ----------------------------------------------------------------------------
2542: --call to check if template modification is allowed
2543: ----------------------------------------------------------------------------

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

3189: --dkagrawa moved down the following code and passed l_orig_chr_rec.authoring_org_id for MOAC
3190:
3191: -- set okc context before API call
3192: -- msamoyle: check whether we need to call this method here or in PUB or in processing
3193: OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_orig_chr_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
3194:
3195: OPEN get_orig_khr_csr(l_chrv_rec.id);
3196: FETCH get_orig_khr_csr into l_orig_khr_rec;
3197: IF get_orig_khr_csr%NOTFOUND Then

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

5083: --
5084: -- set okc context before API call
5085: -- msamoyle: check whether we need to call this method here or in PUB or in processing
5086:
5087: OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
5088:
5089:
5090: --
5091: -- call procedure in complex API

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

5309: --
5310: -- set okc context before API call
5311: -- msamoyle: check whether we need to call this method here or in PUB or in processing
5312:
5313: OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
5314:
5315:
5316: --
5317: -- call procedure in complex API

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

5539: --
5540: -- set okc context before API call
5541: -- msamoyle: check whether we need to call this method here or in PUB or in processing
5542:
5543: OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
5544: --dbms_output.put_line('Set up context');
5545:
5546: --
5547: -- call procedure in complex API

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

9722: -- msamoyle: check whether we need to call this method here or in PUB or in processing
9723: --dbms_output.put_line('Set org context');
9724:
9725:
9726: --OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
9727:
9728: --dbms_output.put_line('Create governance');
9729: --
9730: -- call procedure in complex API

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

9951: --
9952: -- set okc context before API call
9953: -- msamoyle: check whether we need to call this method here or in PUB or in processing
9954:
9955: --OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
9956:
9957: --
9958: -- call procedure in complex API
9959: --

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

10189: --
10190: -- set okc context before API call
10191: -- msamoyle: check whether we need to call this method here or in PUB or in processing
10192:
10193: --OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
10194: If (l_gvev_rec.dnz_chr_id is null) OR (l_gvev_rec.dnz_chr_id = OKL_API.G_MISS_NUM) Then
10195: Open chr_id_crs(p_gve_id => l_gvev_rec.id);
10196: FETCH chr_id_crs into l_dnz_chr_id;
10197: If chr_id_crs%NOTFOUND THEN

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

10421: --
10422: -- set okc context before API call
10423: -- msamoyle: check whether we need to call this method here or in PUB or in processing
10424:
10425: --OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
10426:
10427:
10428: --
10429: -- call procedure in complex API

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

10632: --
10633: -- set okc context before API call
10634: -- msamoyle: check whether we need to call this method here or in PUB or in processing
10635:
10636: --OKL_CONTEXT.SET_OKC_ORG_CONTEXT(l_chrv_rec.authoring_org_id,l_chrv_rec.inv_organization_id);
10637: --dbms_output.put_line('Set up context');
10638:
10639: --
10640: -- call procedure in complex API