DBA Data[Home] [Help]

APPS.OKL_CREDIT_PUB dependencies on OKL_CONTEXT

Line 5331: okl_context.set_okc_org_context();

5327: raise OKC_API.G_EXCEPTION_ERROR;
5328: End If;
5329:
5330: -- fix bug# for set_org_id
5331: okl_context.set_okc_org_context();
5332: --
5333: lp_chrv_rec.sfwt_flag := 'N';
5334: lp_chrv_rec.object_version_number := 1.0;
5335: lp_chrv_rec.sts_code := G_STS_CODE; -- 'ENTERED';

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

5349: lp_chrv_rec.currency_code := p_currency_code;
5350:
5351: -- Start bug fix 4148019 27-JAN-05 cklee
5352: If (p_org_id is null or p_org_id = OKC_API.G_MISS_NUM ) then
5353: lp_chrv_rec.authoring_org_id := OKL_CONTEXT.GET_OKC_ORG_ID;
5354: else
5355: lp_chrv_rec.authoring_org_id := p_org_id;
5356: end If;
5357: If (p_organization_id is null or p_organization_id = OKC_API.G_MISS_NUM ) then

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

5354: else
5355: lp_chrv_rec.authoring_org_id := p_org_id;
5356: end If;
5357: If (p_organization_id is null or p_organization_id = OKC_API.G_MISS_NUM ) then
5358: lp_chrv_rec.inv_organization_id := OKL_CONTEXT.get_okc_organization_id;
5359: else
5360: lp_chrv_rec.inv_organization_id := p_organization_id;
5361: End If;
5362: -- End bug fix 4148019 27-JAN-05 cklee

Line 5364: -- lp_chrv_rec.currency_code := OKC_CURRENCY_API.GET_OU_CURRENCY(OKL_CONTEXT.GET_OKC_ORG_ID);

5360: lp_chrv_rec.inv_organization_id := p_organization_id;
5361: End If;
5362: -- End bug fix 4148019 27-JAN-05 cklee
5363:
5364: -- lp_chrv_rec.currency_code := OKC_CURRENCY_API.GET_OU_CURRENCY(OKL_CONTEXT.GET_OKC_ORG_ID);
5365: lp_chrv_rec.currency_code_renewed := null;
5366: lp_chrv_rec.template_yn := 'N';
5367: lp_chrv_rec.chr_type := 'CYA';
5368: lp_chrv_rec.archived_yn := 'N';