DBA Data[Home] [Help]

APPS.OKL_JTOT_CONTACT_EXTRACT_PUB dependencies on OKC_CONTEXT

Line 629: If okc_context.get_okc_org_id is null then

625: type contact_curs_type is REF CURSOR;
626: contact_count_curs contact_curs_type;
627: l_rec_count NUMBER default 0;
628: Begin
629: If okc_context.get_okc_org_id is null then
630: okc_context.set_okc_org_context(204,204);
631: End If;
632: Open jtf_contacts_cur(p_contact_code,p_role_code,p_intent);
633: Fetch jtf_contacts_cur into jtf_contacts_rec;

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

626: contact_count_curs contact_curs_type;
627: l_rec_count NUMBER default 0;
628: Begin
629: If okc_context.get_okc_org_id is null then
630: okc_context.set_okc_org_context(204,204);
631: End If;
632: Open jtf_contacts_cur(p_contact_code,p_role_code,p_intent);
633: Fetch jtf_contacts_cur into jtf_contacts_rec;
634: If jtf_contacts_cur%NOTFOUND Then