DBA Data[Home] [Help]

APPS.OKL_JTOT_CONTACT_EXTRACT_PVT dependencies on OKC_CONTEXT

Line 449: If okc_context.get_okc_org_id is null then

445: jtf_contact_rec jtf_contact_cur%rowtype;
446: l_query_string VARCHAR2(2000) default Null;
447: l_where_clause VARCHAR2(2000) default Null;
448: Begin
449: If okc_context.get_okc_org_id is null then
450: okc_context.set_okc_org_context(204,204);
451: End If;
452: Open jtf_contact_cur(p_cro_code, p_intent);
453: Fetch jtf_contact_cur into jtf_contact_rec;

Line 450: okc_context.set_okc_org_context(204,204);

446: l_query_string VARCHAR2(2000) default Null;
447: l_where_clause VARCHAR2(2000) default Null;
448: Begin
449: If okc_context.get_okc_org_id is null then
450: okc_context.set_okc_org_context(204,204);
451: End If;
452: Open jtf_contact_cur(p_cro_code, p_intent);
453: Fetch jtf_contact_cur into jtf_contact_rec;
454: If jtf_contact_cur%NOTFOUND Then