DBA Data[Home] [Help]

APPS.OKL_ACCOUNT_DIST_PVT dependencies on OKL_STREAMS_SEC_PVT

Line 4215: OKL_STREAMS_SEC_PVT.SET_REPO_STREAMS;

4211: CLOSE frml_csr;
4212:
4213: -- For secondary rep txn, set the security policy for streams. MG Uptake
4214: IF g_representation_type = 'SECONDARY' THEN
4215: OKL_STREAMS_SEC_PVT.SET_REPO_STREAMS;
4216: END IF;
4217:
4218: -- Execute the formula using formula engine.
4219:

Line 4237: OKL_STREAMS_SEC_PVT.RESET_REPO_STREAMS;

4233: END IF;
4234:
4235: -- For secondary rep txn, reset the security policy for streams. MG Uptake
4236: IF g_representation_type = 'SECONDARY' THEN
4237: OKL_STREAMS_SEC_PVT.RESET_REPO_STREAMS;
4238: END IF;
4239:
4240: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
4241: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 4812: OKL_STREAMS_SEC_PVT.SET_REPO_STREAMS;

4808:
4809:
4810: -- For secondary rep txn, set the security policy for streams. MG uptake
4811: IF g_representation_type = 'SECONDARY' THEN
4812: OKL_STREAMS_SEC_PVT.SET_REPO_STREAMS;
4813: END IF;
4814:
4815: EXECUTE_FORMULA(p_avlv_rec => tmpl_rec,
4816: p_contract_id => l_dist_info_tbl(i).contract_id,

Line 4832: OKL_STREAMS_SEC_PVT.RESET_REPO_STREAMS;

4828: END IF;
4829:
4830: -- For secondary rep txn, reset the security policy for streams. MG uptake
4831: IF g_representation_type = 'SECONDARY' THEN
4832: OKL_STREAMS_SEC_PVT.RESET_REPO_STREAMS;
4833: END IF;
4834:
4835: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
4836: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;