DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_ATCHMT_UTIL

Line 4596: OE_Atchmt_Util.Delete_Attachments

4592: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
4593: RAISE FND_API.G_EXC_ERROR;
4594: END IF;
4595: -- BUG 2670775 Reverse Limits End
4596: OE_Atchmt_Util.Delete_Attachments
4597: ( p_entity_code => OE_GLOBALS.G_ENTITY_HEADER
4598: , p_entity_id => p_header_id
4599: , x_return_status => l_return_status
4600: );