DBA Data[Home] [Help]

APPS.EDR_ERES_EVENT_PUB dependencies on EDR_CTX_PKG

Line 180: edr_ctx_pkg.set_secure_attr;

176: x_return_status := FND_API.G_RET_STS_SUCCESS;
177:
178: -- API Body
179: -- BEGIN Bug : 3834375. Added Secure context to allow query of all rows
180: edr_ctx_pkg.set_secure_attr;
181: -- END Bug : 3834375
182: open l_count_csr;
183: fetch l_count_csr into l_count;
184: -- BEGIN Bug : 3834375. remove security context

Line 185: edr_ctx_pkg.unset_secure_attr;

181: -- END Bug : 3834375
182: open l_count_csr;
183: fetch l_count_csr into l_count;
184: -- BEGIN Bug : 3834375. remove security context
185: edr_ctx_pkg.unset_secure_attr;
186: -- END Bug : 3834375
187: if (l_count = 0) then
188: x_return_status := FND_API.G_RET_STS_ERROR;
189: end if;