DBA Data[Home] [Help]

APPS.OE_CONFIG_PVT dependencies on OE_ORDER_WF_UTIL

Line 2025: OE_Order_WF_Util.CreateStart_LineProcess(l_line_rec);

2021: -- Bug 5912216: Start the line level workflows for config child
2022: -- lines only in case of normal sales order lines, NOT
2023: -- when processing negotiation lines.
2024: IF ( Nvl(l_line_rec.transaction_phase_code, 'F') <> 'N' ) THEN
2025: OE_Order_WF_Util.CreateStart_LineProcess(l_line_rec);
2026: END IF;
2027:
2028: ELSIF l_line_rec.operation = OE_GLOBALS.G_OPR_UPDATE THEN
2029: IF l_debug_level > 0 THEN