DBA Data[Home] [Help]

APPS.OE_BLANKET_PVT dependencies on OE_DELAYED_REQUESTS_PVT

Line 203: OE_Delayed_Requests_Pvt.Clear_Request

199: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN
200: if l_debug_level > 0 then
201: oe_debug_pub.add('delete request1',2);
202: end if;
203: OE_Delayed_Requests_Pvt.Clear_Request
204: (x_return_status => l_return_status);
205: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
206: x_return_status := l_return_status;
207: END IF;

Line 219: OE_Delayed_Requests_Pvt.Clear_Request

215: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN
216: if l_debug_level > 0 then
217: oe_debug_pub.add('delete request1',2);
218: end if;
219: OE_Delayed_Requests_Pvt.Clear_Request
220: (x_return_status => l_return_status);
221: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
222: x_return_status := l_return_status;
223: END IF;

Line 235: OE_Delayed_Requests_Pvt.Clear_Request

231: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN
232: if l_debug_level > 0 then
233: oe_debug_pub.add('delete request1',2);
234: end if;
235: OE_Delayed_Requests_Pvt.Clear_Request
236: (x_return_status => l_return_status);
237: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
238: x_return_status := l_return_status;
239: END IF;

Line 458: OE_Delayed_Requests_Pvt.Clear_Request

454: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN
455: if l_debug_level > 0 then
456: oe_debug_pub.add('delete request1',2);
457: end if;
458: OE_Delayed_Requests_Pvt.Clear_Request
459: (x_return_status => l_return_status);
460: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
461: x_return_status := l_return_status;
462: END IF;

Line 475: OE_Delayed_Requests_Pvt.Clear_Request

471: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN
472: if l_debug_level > 0 then
473: oe_debug_pub.add('delete request1',2);
474: end if;
475: OE_Delayed_Requests_Pvt.Clear_Request
476: (x_return_status => l_return_status);
477: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
478: x_return_status := l_return_status;
479: END IF;

Line 492: OE_Delayed_Requests_Pvt.Clear_Request

488: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN
489: if l_debug_level > 0 then
490: oe_debug_pub.add('delete request1',2);
491: end if;
492: OE_Delayed_Requests_Pvt.Clear_Request
493: (x_return_status => l_return_status);
494: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
495: x_return_status := l_return_status;
496: END IF;