DBA Data[Home] [Help]

APPS.OKL_OKC_MIGRATION_PVT dependencies on OKL_CONTEXT

Line 1189: okl_context.set_okc_org_context(p_chr_id => lr_cimv_rec_type_in.dnz_chr_id);

1185: lr_cimv_rec_type_in);
1186: -- Calling the actual OKC api
1187:
1188: -- smereddy,09/08/2005,Bug#4378699
1189: okl_context.set_okc_org_context(p_chr_id => lr_cimv_rec_type_in.dnz_chr_id);
1190:
1191: ----- Changes by Kanti
1192: ----- Validate the JTOT Object code, ID1 and ID2
1193:

Line 1420: okl_context.set_okc_org_context(p_chr_id => l_dnz_chr_id);

1416: END LOOP;
1417: END IF;
1418:
1419: IF l_dnz_chr_id IS NOT NULL THEN
1420: okl_context.set_okc_org_context(p_chr_id => l_dnz_chr_id);
1421: ELSE
1422: RAISE OKC_API.G_EXCEPTION_ERROR;
1423: END IF;
1424: -- smereddy,09/08/2005,Bug#4378699