DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on OE_ATCHMT_UTIL

Line 4721: OE_Atchmt_Util.Delete_Attachments

4717: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4718: END IF;
4719:
4720: -- added for delete attachments
4721: OE_Atchmt_Util.Delete_Attachments
4722: ( p_entity_code => OE_GLOBALS.G_ENTITY_HEADER
4723: , p_entity_id => p_header_id
4724: , x_return_status => l_return_status
4725: );

Line 5259: OE_Atchmt_Util.Delete_Attachments

5255: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
5256: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
5257: END IF;
5258:
5259: OE_Atchmt_Util.Delete_Attachments
5260: ( p_entity_code => OE_GLOBALS.G_ENTITY_LINE
5261: , p_entity_id => p_line_id
5262: , x_return_status => l_return_status
5263: );