DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_LOT_SERIAL_UTIL

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

350:
351: OE_Line_Adj_Util.delete_row(p_line_id => p_line_id);
352: OE_Line_PAttr_Util.delete_row(p_line_id => p_line_id);
353: OE_Line_Scredit_Util.delete_row(p_line_id => p_line_id);
354: OE_Lot_Serial_Util.delete_row(p_line_id => p_line_id);
355: -- Bug 3315531
356: -- Do not call WF delete for lines in negotiation phase as
357: -- line workflows are only started when order is in fulfillment phase.
358: IF nvl(p_transaction_phase_code,'F') = 'F' THEN