DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on OE_LINE_UTIL

Line 231: IF oe_line_util.Process_Characteristics

227:
228: IF l_order_quantity_uom <> p_req_qty_tbl(J).shipping_quantity_uom THEN
229: /* -- HW Need to branch -- INVCONV NOT NEEDED NOW
230:
231: IF oe_line_util.Process_Characteristics
232: (l_inventory_item_id
233: ,l_ship_from_org_id
234: ,l_item_rec) THEN
235: -- Get the OPM equivalent code for order_quantity_uom

Line 597: IF oe_line_util.dual_uom_control

593: /* --OPM 06/SEP/00 invoke process Uom Conversion for process line
594: --============================================================ */
595: -- Invoke lot Uom Conversion possibly if for DUAL line INVCONV
596:
597: IF oe_line_util.dual_uom_control
598: (l_inventory_item_id
599: ,l_ship_from_org_id
600: ,l_item_rec) THEN
601:

Line 724: END IF; --IF oe_line_util.dual_uom_control -- INVCONV

720: );
721: IF l_debug_level > 0 THEN
722: oe_debug_pub.add( 'CONVERTED SHIPPED QUANTITY : '|| TO_CHAR ( L_TEMP_SHIPPED_QUANTITY ) , 1 ) ;
723: END IF;
724: END IF; --IF oe_line_util.dual_uom_control -- INVCONV
725:
726: --OPM 06/SEP/00 END
727:
728:

Line 986: OE_Line_Util.Query_Rows(p_line_id => p_line_tbl(J).line_id,

982: /* jolin start */
983: /* Moved call to query record out NOCOPY of IF ordered=shipped below so that
984: it always happens to populate the current and old line table for notification */
985:
986: OE_Line_Util.Query_Rows(p_line_id => p_line_tbl(J).line_id,
987: x_line_tbl => l_temp_line_tbl);
988:
989: IF l_debug_level > 0 THEN
990: oe_debug_pub.add( 'RETURNED FROM QUERY ROW ' , 1 ) ;

Line 1536: /* IF OE_Line_Util.dual_uom_control -- INVCONV RENAME PROCess_Characteristics INVCONV NO LONGER NEEDED

1532: ELSE
1533: l_primary_quantity := p_ship_line_rec.shipping_quantity(p_index);
1534: END IF;
1535:
1536: /* IF OE_Line_Util.dual_uom_control -- INVCONV RENAME PROCess_Characteristics INVCONV NO LONGER NEEDED
1537: (p_inventory_item_id => p_ship_line_rec.inventory_item_id(p_index)
1538: ,p_ship_from_org_id => p_ship_line_rec.ship_from_org_id(p_index)
1539: ,x_item_rec => l_item_rec) THEN
1540:

Line 2923: OE_Line_Util.Query_Row

2919: IF l_debug_level > 0 THEN
2920: oe_debug_pub.add('quring row ', 1);
2921: END IF;
2922:
2923: OE_Line_Util.Query_Row
2924: ( p_line_id => p_ship_line_rec.line_id(I)
2925: ,x_line_rec => l_split_line_tbl(l_count));
2926: IF l_debug_level > 0 THEN
2927: oe_debug_pub.add('zz2', 1);

Line 5145: OE_Line_Util.Query_Row

5141: x_result_out := 'S';
5142: x_return_status := FND_API.G_RET_STS_SUCCESS;
5143:
5144: --query row
5145: OE_Line_Util.Query_Row
5146: (
5147: p_line_id => p_line_id,
5148: x_line_rec => l_line_rec
5149: );