DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_VERSIONING_UTIL

Line 1565: OE_Versioning_Util.Execute_Versioning_Request(p_header_id => l_request_rec.entity_id,

1561: END IF;
1562:
1563: ELSIF l_request_type = OE_GLOBALS.G_VERSION_AUDIT THEN
1564:
1565: OE_Versioning_Util.Execute_Versioning_Request(p_header_id => l_request_rec.entity_id,
1566: p_document_type => l_request_rec.entity_code,
1567: p_changed_attribute => l_request_rec.param1,
1568: x_msg_count => l_msg_count,
1569: x_msg_data => l_msg_data,

Line 4464: IF (NOT OE_Versioning_Util.Reset_Globals) THEN

4460: THEN
4461: IF l_debug_level > 0 THEN
4462: oe_debug_pub.add('reset versioning globals');
4463: END IF;
4464: IF (NOT OE_Versioning_Util.Reset_Globals) THEN
4465: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4466: END IF;
4467: END IF;
4468: G_Delayed_Requests.Delete(req_ind);