DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_ORDER_WF_UTIL

Line 176: OE_Order_WF_Util.delete_row(p_type => 'LINE', p_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
176: OE_Order_WF_Util.delete_row(p_type => 'LINE', p_id => p_line_id);
177: END IF;
178: OE_Holds_PUB.Delete_Holds(p_line_id => p_line_id );
179:
180: -- 1829201, commitment related changes.

Line 17333: oe_order_wf_util.set_line_user_key(l_line_rec);

17329:
17330: oe_debug_pub.add(' before calling wf_util');
17331: oe_debug_pub.add('line_rec.line_id=' || l_line_rec.line_id);
17332:
17333: oe_order_wf_util.set_line_user_key(l_line_rec);
17334:
17335: END LOOP;
17336:
17337: END IF;

Line 17379: oe_order_wf_util.set_line_user_key(l_line_rec);

17375:
17376: oe_debug_pub.add(' before calling wf_util');
17377: oe_debug_pub.add('line_rec.line_id=' || l_line_rec.line_id);
17378:
17379: oe_order_wf_util.set_line_user_key(l_line_rec);
17380:
17381: END LOOP;
17382: END IF;
17383: CLOSE Model_line_number;

Line 17444: oe_order_wf_util.set_line_user_key(l_line_rec);

17440:
17441: oe_debug_pub.add(' before calling wf_util');
17442: oe_debug_pub.add('line_rec.line_id=' || l_line_rec.line_id);
17443:
17444: oe_order_wf_util.set_line_user_key(l_line_rec);
17445: END LOOP;
17446: END IF;
17447: CLOSE Service_line_number;
17448:

Line 17632: OE_Order_WF_Util.CreateStart_LineProcess(p_x_line_rec);

17628: )
17629: )
17630: AND nvl(p_x_line_rec.transaction_phase_code,'F') = 'F'
17631: THEN
17632: OE_Order_WF_Util.CreateStart_LineProcess(p_x_line_rec);
17633: END IF;
17634:
17635:
17636: --------------------------------------------------------------------