DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_ORDER_WF_UTIL

Line 359: OE_Order_WF_Util.delete_row(p_type => 'LINE', p_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
359: OE_Order_WF_Util.delete_row(p_type => 'LINE', p_id => p_line_id);
360: END IF;
361: OE_Holds_PUB.Delete_Holds(p_line_id => p_line_id );
362:
363: -- 1829201, commitment related changes.

Line 19038: oe_order_wf_util.set_line_user_key(l_line_rec);

19034:
19035: oe_debug_pub.add(' before calling wf_util');
19036: oe_debug_pub.add('line_rec.line_id=' || l_line_rec.line_id);
19037:
19038: oe_order_wf_util.set_line_user_key(l_line_rec);
19039:
19040: END LOOP;
19041:
19042: END IF;

Line 19084: oe_order_wf_util.set_line_user_key(l_line_rec);

19080:
19081: oe_debug_pub.add(' before calling wf_util');
19082: oe_debug_pub.add('line_rec.line_id=' || l_line_rec.line_id);
19083:
19084: oe_order_wf_util.set_line_user_key(l_line_rec);
19085:
19086: END LOOP;
19087: END IF;
19088: CLOSE Model_line_number;

Line 19149: oe_order_wf_util.set_line_user_key(l_line_rec);

19145:
19146: oe_debug_pub.add(' before calling wf_util');
19147: oe_debug_pub.add('line_rec.line_id=' || l_line_rec.line_id);
19148:
19149: oe_order_wf_util.set_line_user_key(l_line_rec);
19150: END LOOP;
19151: END IF;
19152: CLOSE Service_line_number;
19153:

Line 19338: OE_Order_WF_Util.CreateStart_LineProcess(p_x_line_rec);

19334: )
19335: )
19336: AND nvl(p_x_line_rec.transaction_phase_code,'F') = 'F'
19337: THEN
19338: OE_Order_WF_Util.CreateStart_LineProcess(p_x_line_rec);
19339: END IF;
19340:
19341:
19342: --------------------------------------------------------------------