DBA Data[Home] [Help]

APPS.OKL_ACCOUNT_DIST_PVT dependencies on OKL_STREAMS_SEC_PVT

Line 4213: OKL_STREAMS_SEC_PVT.SET_REPO_STREAMS;

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

Line 4235: OKL_STREAMS_SEC_PVT.RESET_REPO_STREAMS;

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

Line 4808: OKL_STREAMS_SEC_PVT.SET_REPO_STREAMS;

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

Line 4828: OKL_STREAMS_SEC_PVT.RESET_REPO_STREAMS;

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