DBA Data[Home] [Help]

APPS.OE_ORDER_COPY_UTIL dependencies on OE_SET_UTIL

Line 5905: oe_set_util.Process_Sets

5901: oe_debug_pub.add(' Line Table Ready. Processing this set:'||set_rec.set_name);
5902: END IF;
5903:
5904: -- Processing the Set for New Lines.
5905: oe_set_util.Process_Sets
5906: ( p_selected_line_tbl => l_selected_line_tbl,
5907: p_record_count => l_selected_line_tbl.COUNT,
5908: p_set_name => set_rec.set_name,
5909: p_set_type => 'FULFILLMENT',

Line 5986: oe_set_util.Process_Sets

5982: oe_debug_pub.add(' Line Table Ready. Processing this set:'||set_rec.set_name);
5983: END IF;
5984:
5985: -- Processing the Set for New Lines.
5986: oe_set_util.Process_Sets
5987: ( p_selected_line_tbl => l_selected_line_tbl,
5988: p_record_count => l_selected_line_tbl.COUNT,
5989: p_set_name => set_rec.set_name,
5990: p_set_type => 'SHIP',

Line 6068: oe_set_util.Process_Sets

6064: oe_debug_pub.add(' Line Table Ready. Processing this set:'||set_rec.set_name);
6065: END IF;
6066:
6067: -- Processing the Set for New Lines.
6068: oe_set_util.Process_Sets
6069: ( p_selected_line_tbl => l_selected_line_tbl,
6070: p_record_count => l_selected_line_tbl.COUNT,
6071: p_set_name => set_rec.set_name,
6072: p_set_type => 'ARRIVAL',