DBA Data[Home] [Help]

APPS.OKS_ARFEEDER_PUB dependencies on OKC_CONTEXT

Line 78: okc_context.set_okc_org_context(l_orgid, Null);

74: OPEN l_hdrs_csr;
75: FETCH l_hdrs_csr Into l_orgid;
76: CLOSE l_hdrs_csr;
77:
78: okc_context.set_okc_org_context(l_orgid, Null);
79: l_organization_id := okc_context.get_okc_organization_id;
80:
81: Return (l_organization_id);
82:

Line 79: l_organization_id := okc_context.get_okc_organization_id;

75: FETCH l_hdrs_csr Into l_orgid;
76: CLOSE l_hdrs_csr;
77:
78: okc_context.set_okc_org_context(l_orgid, Null);
79: l_organization_id := okc_context.get_okc_organization_id;
80:
81: Return (l_organization_id);
82:
83: END get_organization_id;