DBA Data[Home] [Help]

APPS.EDR_TRANS_ACKN_PUB dependencies on EDR_CTX_PKG

Line 74: edr_ctx_pkg.set_secure_attr;

70: -- Initialize API return status to success
71: x_return_status := FND_API.G_RET_STS_SUCCESS;
72:
73: -- BEGIN Bug : 3834375. Added Secure context to allow query of all rows
74: edr_ctx_pkg.set_secure_attr;
75: -- END Bug : 3834375
76: -- API Body
77:
78: -- validate that the erecord id is valid and that the event

Line 202: edr_ctx_pkg.unset_secure_attr;

198: p_data => x_msg_data
199: );
200:
201: -- BEGIN Bug : 3834375. Added Secure context to allow query of all rows
202: edr_ctx_pkg.unset_secure_attr;
203: -- END Bug : 3834375
204: EXCEPTION
205: WHEN INVALID_ERECORD_ERROR THEN
206: -- ROLLBACK TO SEND_ACKN_PUB;

Line 224: edr_ctx_pkg.unset_secure_attr;

220: p_data => x_msg_data
221: );
222:
223: -- BEGIN Bug : 3834375. Added Secure context to allow query of all rows
224: edr_ctx_pkg.unset_secure_attr;
225: -- END Bug : 3834375
226: WHEN INVALID_EVENT_ERROR THEN
227: -- ROLLBACK TO SEND_ACKN_PUB;
228: x_return_status := FND_API.G_RET_STS_ERROR ;

Line 247: edr_ctx_pkg.unset_secure_attr;

243: p_data => x_msg_data
244: );
245:
246: -- BEGIN Bug : 3834375. Added Secure context to allow query of all rows
247: edr_ctx_pkg.unset_secure_attr;
248: -- END Bug : 3834375
249: WHEN INVALID_ACK_STATUS_ERROR THEN
250: -- ROLLBACK TO SEND_ACKN_PUB;
251: x_return_status := FND_API.G_RET_STS_ERROR ;

Line 269: edr_ctx_pkg.unset_secure_attr;

265: p_data => x_msg_data
266: );
267:
268: -- BEGIN Bug : 3834375. Added Secure context to allow query of all rows
269: edr_ctx_pkg.unset_secure_attr;
270: -- END Bug : 3834375
271: WHEN DUPLICATE_ACK_ERROR THEN
272: -- ROLLBACK TO SEND_ACKN_PUB;
273: x_return_status := FND_API.G_RET_STS_ERROR ;

Line 293: edr_ctx_pkg.unset_secure_attr;

289: p_data => x_msg_data
290: );
291:
292: -- BEGIN Bug : 3834375. Added Secure context to allow query of all rows
293: edr_ctx_pkg.unset_secure_attr;
294: -- END Bug : 3834375
295: WHEN NO_DATA_ERROR then
296: -- ROLLBACK TO SEND_ACKN_PUB;
297:

Line 318: edr_ctx_pkg.unset_secure_attr;

314: p_data => x_msg_data
315: );
316:
317: -- BEGIN Bug : 3834375. Added Secure context to allow query of all rows
318: edr_ctx_pkg.unset_secure_attr;
319: -- END Bug : 3834375
320: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
321: -- ROLLBACK;
322: -- ROLLBACK TO SEND_ACKN_PUB;

Line 331: edr_ctx_pkg.unset_secure_attr;

327: p_data => x_msg_data
328: );
329:
330: -- BEGIN Bug : 3834375. Added Secure context to allow query of all rows
331: edr_ctx_pkg.unset_secure_attr;
332: -- END Bug : 3834375
333: WHEN OTHERS THEN
334: -- ROLLBACK;
335: -- ROLLBACK TO SEND_ACKN_PUB;

Line 353: edr_ctx_pkg.unset_secure_attr;

349: p_data => x_msg_data
350: );
351:
352: -- BEGIN Bug : 3834375. Added Secure context to allow query of all rows
353: edr_ctx_pkg.unset_secure_attr;
354: -- END Bug : 3834375
355: end SEND_ACKN;
356:
357: end EDR_TRANS_ACKN_PUB;