DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_ATCHMT_UTIL

Line 128: OE_Atchmt_Util.Delete_Attachments

124: END LOOP;
125:
126: END IF;
127:
128: OE_Atchmt_Util.Delete_Attachments
129: ( p_entity_code => OE_GLOBALS.G_ENTITY_LINE
130: , p_entity_id => p_line_id
131: , x_return_status => l_return_status
132: );