DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_LOT_SERIAL_UTIL

Line 171: OE_Lot_Serial_Util.delete_row(p_line_id => p_line_id);

167:
168: OE_Line_Adj_Util.delete_row(p_line_id => p_line_id);
169: OE_Line_PAttr_Util.delete_row(p_line_id => p_line_id);
170: OE_Line_Scredit_Util.delete_row(p_line_id => p_line_id);
171: OE_Lot_Serial_Util.delete_row(p_line_id => p_line_id);
172: -- Bug 3315531
173: -- Do not call WF delete for lines in negotiation phase as
174: -- line workflows are only started when order is in fulfillment phase.
175: IF nvl(p_transaction_phase_code,'F') = 'F' THEN