DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_VERSIONING_UTIL

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

1805: END IF;
1806:
1807: ELSIF l_request_type = OE_GLOBALS.G_VERSION_AUDIT THEN
1808:
1809: OE_Versioning_Util.Execute_Versioning_Request(p_header_id => l_request_rec.entity_id,
1810: p_document_type => l_request_rec.entity_code,
1811: p_changed_attribute => l_request_rec.param1,
1812: x_msg_count => l_msg_count,
1813: x_msg_data => l_msg_data,

Line 4916: IF (NOT OE_Versioning_Util.Reset_Globals) THEN

4912: THEN
4913: IF l_debug_level > 0 THEN
4914: oe_debug_pub.add('reset versioning globals');
4915: END IF;
4916: IF (NOT OE_Versioning_Util.Reset_Globals) THEN
4917: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4918: END IF;
4919: END IF;
4920: G_Delayed_Requests.Delete(req_ind);