DBA Data[Home] [Help]

APPS.OE_OE_HTML_LINE dependencies on OE_DELAYED_REQUESTS_PVT

Line 822: OE_DELAYED_REQUESTS_PVT.Delete_Reqs_for_Deleted_Entity(

818: BEGIN
819: OE_MSG_PUB.initialize;
820: x_return_status := FND_API.G_RET_STS_SUCCESS;
821:
822: OE_DELAYED_REQUESTS_PVT.Delete_Reqs_for_Deleted_Entity(
823: p_entity_code => OE_GLOBALS.G_ENTITY_LINE
824: ,p_entity_id => p_line_id
825: ,x_return_status => l_return_status);
826: