DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_ATCHMT_UTIL

Line 4745: OE_Atchmt_Util.Delete_Attachments

4741: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
4742: RAISE FND_API.G_EXC_ERROR;
4743: END IF;
4744: -- BUG 2670775 Reverse Limits End
4745: OE_Atchmt_Util.Delete_Attachments
4746: ( p_entity_code => OE_GLOBALS.G_ENTITY_HEADER
4747: , p_entity_id => p_header_id
4748: , x_return_status => l_return_status
4749: );