DBA Data[Home] [Help]

APPS.OKL_VP_JTF_PARTY_NAME_PVT dependencies on OKC_CONTEXT

Line 642: If okc_context.get_okc_org_id is null then

638: l_query_string VARCHAR2(2000) default Null;
639: l_where_clause VARCHAR2(2000) default Null;
640: Begin
641: -- sjalasut, modified for bug 4755238, earlier it was hard coded to 204
642: If okc_context.get_okc_org_id is null then
643: okc_context.set_okc_org_context(null,null);
644: End If;
645:
646: Open jtf_contact_cur(p_cro_code, p_intent);

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

639: l_where_clause VARCHAR2(2000) default Null;
640: Begin
641: -- sjalasut, modified for bug 4755238, earlier it was hard coded to 204
642: If okc_context.get_okc_org_id is null then
643: okc_context.set_okc_org_context(null,null);
644: End If;
645:
646: Open jtf_contact_cur(p_cro_code, p_intent);
647: Fetch jtf_contact_cur into jtf_contact_rec;

Line 1000: IF okc_context.get_okc_org_id IS NULL THEN

996:
997:
998: BEGIN
999: -- sjalasut, added for bug 4755238
1000: IF okc_context.get_okc_org_id IS NULL THEN
1001: okc_context.set_okc_org_context(NULL,NULL);
1002: END IF;
1003:
1004: Open jtf_contact_cur(p_rle_code,p_cro_code, p_intent);

Line 1001: okc_context.set_okc_org_context(NULL,NULL);

997:
998: BEGIN
999: -- sjalasut, added for bug 4755238
1000: IF okc_context.get_okc_org_id IS NULL THEN
1001: okc_context.set_okc_org_context(NULL,NULL);
1002: END IF;
1003:
1004: Open jtf_contact_cur(p_rle_code,p_cro_code, p_intent);
1005: Fetch jtf_contact_cur into jtf_contact_rec;