DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_ATCHMT_UTIL

Line 311: OE_Atchmt_Util.Delete_Attachments

307: END LOOP;
308:
309: END IF;
310:
311: OE_Atchmt_Util.Delete_Attachments
312: ( p_entity_code => OE_GLOBALS.G_ENTITY_LINE
313: , p_entity_id => p_line_id
314: , x_return_status => l_return_status
315: );