DBA Data[Home] [Help]

APPS.OE_CONFIG_PVT dependencies on OE_ORDER_WF_UTIL

Line 1990: OE_Order_WF_Util.CreateStart_LineProcess(l_line_rec);

1986: -- Bug 5912216: Start the line level workflows for config child
1987: -- lines only in case of normal sales order lines, NOT
1988: -- when processing negotiation lines.
1989: IF ( Nvl(l_line_rec.transaction_phase_code, 'F') <> 'N' ) THEN
1990: OE_Order_WF_Util.CreateStart_LineProcess(l_line_rec);
1991: END IF;
1992:
1993: ELSIF l_line_rec.operation = OE_GLOBALS.G_OPR_UPDATE THEN
1994: IF l_debug_level > 0 THEN