DBA Data[Home] [Help]

APPS.OKL_OKC_MIGRATION_PVT dependencies on OKL_CONTEXT

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

1132: lr_cimv_rec_type_in);
1133: -- Calling the actual OKC api
1134:
1135: -- smereddy,09/08/2005,Bug#4378699
1136: okl_context.set_okc_org_context(p_chr_id => lr_cimv_rec_type_in.dnz_chr_id);
1137:
1138: ----- Changes by Kanti
1139: ----- Validate the JTOT Object code, ID1 and ID2
1140:

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

1363: END LOOP;
1364: END IF;
1365:
1366: IF l_dnz_chr_id IS NOT NULL THEN
1367: okl_context.set_okc_org_context(p_chr_id => l_dnz_chr_id);
1368: ELSE
1369: RAISE OKC_API.G_EXCEPTION_ERROR;
1370: END IF;
1371: -- smereddy,09/08/2005,Bug#4378699