DBA Data[Home] [Help]

APPS.OE_SALES_CAN_UTIL dependencies on OE_LINE_UTIL

Line 81: OE_Line_Util.lock_Row

77: END IF;
78:
79: /* Fix for Bug 1763178. Passing line record instead of table. */
80:
81: OE_Line_Util.lock_Row
82: ( p_line_id => p_line_id,
83: p_x_line_rec => l_line_rec
84: ,x_return_status => l_return_status
85: );

Line 767: IF oe_line_util.dual_uom_control -- INVCONV Process_Characteristics

763: -- Compute Cancelled Quantity
764: -- Compute Cancelled Quantity2
765: -- invconv
766:
767: IF oe_line_util.dual_uom_control -- INVCONV Process_Characteristics
768: (p_x_line_rec.inventory_item_id,p_X_line_rec.ship_from_org_id,l_item_rec) THEN
769: IF l_item_rec.tracking_quantity_ind = 'PS' THEN -- INVCONV
770: if l_debug_level > 0 then
771: oe_debug_pub.add(' Get dual uom - tracking in P and S ');

Line 789: END IF; -- IF oe_line_util.dual_uom_control

785: END IF;
786:
787: END IF; -- IF l_item_rec.tracking_quantity_ind = 'PS'
788:
789: END IF; -- IF oe_line_util.dual_uom_control
790:
791: IF OE_SALES_CAN_UTIL.G_REQUIRE_REASON THEN
792:
793:

Line 862: IF oe_line_util.dual_uom_control -- INVCONV Process_Characteristics

858: p_old_line_rec);
859: -- INVCONV
860:
861:
862: IF oe_line_util.dual_uom_control -- INVCONV Process_Characteristics
863: (p_x_line_rec.inventory_item_id,p_X_line_rec.ship_from_org_id,l_item_rec) THEN
864: IF l_item_rec.tracking_quantity_ind = 'PS' THEN -- INVCONV
865: if l_debug_level > 0 then
866: oe_debug_pub.add(' Get dual uom - tracking in P and S ');

Line 884: END IF; -- IF oe_line_util.dual_uom_control

880: END IF;
881:
882: END IF; -- IF l_item_rec.tracking_quantity_ind = 'PS'
883:
884: END IF; -- IF oe_line_util.dual_uom_control
885:
886:
887:
888:

Line 1250: oe_line_util.Query_Rows( p_header_id => p_header_rec.header_id

1246: raise FND_API.G_EXC_ERROR;
1247: END IF;
1248: END IF;
1249:
1250: oe_line_util.Query_Rows( p_header_id => p_header_rec.header_id
1251: , x_line_tbl => l_line_old_tbl
1252: );
1253:
1254: --l_line_tbl := l_line_old_tbl;

Line 1628: oe_debug_pub.add( 'ENTERING OE_LINE_UTIL.QUERY_ROWS' , 1 ) ;

1624: --
1625: BEGIN
1626:
1627: IF l_debug_level > 0 THEN
1628: oe_debug_pub.add( 'ENTERING OE_LINE_UTIL.QUERY_ROWS' , 1 ) ;
1629: END IF;
1630:
1631:
1632: -- Return fetched table

Line 1634: oe_debug_pub.add( 'EXITING OE_LINE_UTIL.QUERY_ROWS' , 1 ) ;

1630:
1631:
1632: -- Return fetched table
1633: IF l_debug_level > 0 THEN
1634: oe_debug_pub.add( 'EXITING OE_LINE_UTIL.QUERY_ROWS' , 1 ) ;
1635: END IF;
1636:
1637: RETURN l_line_tbl;
1638:

Line 1874: oe_line_util.Query_Rows( p_header_id => l_header_id

1870: IF l_debug_level > 0 THEN
1871: oe_debug_pub.add( 'CANCEL REMAINING ORDER HEADER ID: '||L_HEADER_ID ) ;
1872: END IF;
1873:
1874: oe_line_util.Query_Rows( p_header_id => l_header_id
1875: , x_line_tbl => l_line_old_tbl
1876: );
1877:
1878: oe_header_util.Query_Row( p_header_id => l_header_id