DBA Data[Home] [Help]

APPS.OE_ORDER_PURGE_PVT dependencies on OE_ATCHMT_UTIL

Line 2309: OE_Atchmt_Util.Delete_Attachments

2305:
2306: -- Delete the attachments.
2307:
2308: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
2309: OE_Atchmt_Util.Delete_Attachments
2310: (
2311: p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
2312: p_entity_id => p_header_id,
2313: x_return_status => l_return_status

Line 2620: OE_Atchmt_Util.Delete_Attachments

2616:
2617: oe_debug_pub.add('Before before attach : ',1);
2618:
2619: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
2620: OE_Atchmt_Util.Delete_Attachments
2621: (
2622: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
2623: p_entity_id => l_line_id,
2624: x_return_status => l_return_status