DBA Data[Home] [Help]

APPS.OE_ORDER_COPY_UTIL dependencies on OE_SET_UTIL

Line 6097: oe_set_util.Process_Sets

6093: oe_debug_pub.add(' Line Table Ready. Processing this set:'||set_rec.set_name);
6094: END IF;
6095:
6096: -- Processing the Set for New Lines.
6097: oe_set_util.Process_Sets
6098: ( p_selected_line_tbl => l_selected_line_tbl,
6099: p_record_count => l_selected_line_tbl.COUNT,
6100: p_set_name => set_rec.set_name,
6101: p_set_type => 'FULFILLMENT',

Line 6178: oe_set_util.Process_Sets

6174: oe_debug_pub.add(' Line Table Ready. Processing this set:'||set_rec.set_name);
6175: END IF;
6176:
6177: -- Processing the Set for New Lines.
6178: oe_set_util.Process_Sets
6179: ( p_selected_line_tbl => l_selected_line_tbl,
6180: p_record_count => l_selected_line_tbl.COUNT,
6181: p_set_name => set_rec.set_name,
6182: p_set_type => 'SHIP',

Line 6260: oe_set_util.Process_Sets

6256: oe_debug_pub.add(' Line Table Ready. Processing this set:'||set_rec.set_name);
6257: END IF;
6258:
6259: -- Processing the Set for New Lines.
6260: oe_set_util.Process_Sets
6261: ( p_selected_line_tbl => l_selected_line_tbl,
6262: p_record_count => l_selected_line_tbl.COUNT,
6263: p_set_name => set_rec.set_name,
6264: p_set_type => 'ARRIVAL',