DBA Data[Home] [Help]

APPS.OKL_JTOT_EXTRACT dependencies on OKC_CONTEXT

Line 817: If okc_context.get_okc_org_id is null then

813: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR) THEN
814: RAISE OKL_API.G_EXCEPTION_ERROR;
815: END IF;
816:
817: If okc_context.get_okc_org_id is null then
818: okc_context.set_okc_org_context(null,null);
819: End If;
820:
821: Open jtf_contacts_cur(p_contact_code,p_role_code,p_intent);

Line 818: okc_context.set_okc_org_context(null,null);

814: RAISE OKL_API.G_EXCEPTION_ERROR;
815: END IF;
816:
817: If okc_context.get_okc_org_id is null then
818: okc_context.set_okc_org_context(null,null);
819: End If;
820:
821: Open jtf_contacts_cur(p_contact_code,p_role_code,p_intent);
822: Fetch jtf_contacts_cur into jtf_contacts_rec;