DBA Data[Home] [Help]

APPS.OKL_LA_STREAM_PVT dependencies on OKL_CONTEXT

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

7359: l_orig_yn := 'Y';
7360: END IF;
7361: CLOSE strms_csr;
7362: -- bug# 2763523
7363: okl_context.set_okc_org_context(l_hdr_rec.authoring_org_id,l_hdr_rec.inv_organization_id);
7364: IF l_hdr_rec.report_pdt_id <> -1 THEN
7365: -- Checking if the Reporting streams which are in working status
7366: OPEN strms_csr(p_chr_id, 'WORK', 'REPORT');
7367: FETCH strms_csr into l_strms_rep_rec;