DBA Data[Home] [Help]

APPS.OKL_LA_STREAM_PVT dependencies on OKL_CONTEXT

Line 8857: okl_context.set_okc_org_context(l_hdr_rec.authoring_org_id,l_hdr_rec.inv_organization_id);

8853: l_orig_yn := 'Y';
8854: END IF;
8855: CLOSE strms_csr;
8856: -- bug# 2763523
8857: okl_context.set_okc_org_context(l_hdr_rec.authoring_org_id,l_hdr_rec.inv_organization_id);
8858: IF l_hdr_rec.report_pdt_id <> -1 THEN
8859: -- Checking if the Reporting streams which are in working status
8860: OPEN strms_csr(p_chr_id, 'WORK', 'REPORT');
8861: FETCH strms_csr into l_strms_rep_rec;