DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on OE_ATCHMT_UTIL

Line 4527: OE_Atchmt_Util.Delete_Attachments

4523: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4524: END IF;
4525:
4526: -- added for delete attachments
4527: OE_Atchmt_Util.Delete_Attachments
4528: ( p_entity_code => OE_GLOBALS.G_ENTITY_HEADER
4529: , p_entity_id => p_header_id
4530: , x_return_status => l_return_status
4531: );

Line 5065: OE_Atchmt_Util.Delete_Attachments

5061: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
5062: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
5063: END IF;
5064:
5065: OE_Atchmt_Util.Delete_Attachments
5066: ( p_entity_code => OE_GLOBALS.G_ENTITY_LINE
5067: , p_entity_id => p_line_id
5068: , x_return_status => l_return_status
5069: );