DBA Data[Home] [Help]

APPS.OE_ORDER_PURGE_PVT dependencies on OE_ATCHMT_UTIL

Line 2255: OE_Atchmt_Util.Delete_Attachments

2251:
2252: -- Delete the attachments.
2253:
2254: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
2255: OE_Atchmt_Util.Delete_Attachments
2256: (
2257: p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
2258: p_entity_id => p_header_id,
2259: x_return_status => l_return_status

Line 2566: OE_Atchmt_Util.Delete_Attachments

2562:
2563: oe_debug_pub.add('Before before attach : ',1);
2564:
2565: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
2566: OE_Atchmt_Util.Delete_Attachments
2567: (
2568: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2569: p_entity_id => l_line_id,
2570: x_return_status => l_return_status