DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_LINE_ADJ_UTIL

Line 351: OE_Line_Adj_Util.delete_row(p_line_id => p_line_id);

347:
348:
349: END IF;
350:
351: OE_Line_Adj_Util.delete_row(p_line_id => p_line_id);
352: OE_Line_PAttr_Util.delete_row(p_line_id => p_line_id);
353: OE_Line_Scredit_Util.delete_row(p_line_id => p_line_id);
354: OE_Lot_Serial_Util.delete_row(p_line_id => p_line_id);
355: -- Bug 3315531

Line 991: OE_LINE_ADJ_UTIL.Register_Changed_Lines

987: oe_debug_pub.add('setting price flag because of calculate price flag change', 3);
988: end if;
989: IF nvl(OE_GLOBALS.G_PRICE_FLAG, 'N') <> 'Y' THEN
990: OE_GLOBALS.G_PRICE_FLAG := 'Y';
991: OE_LINE_ADJ_UTIL.Register_Changed_Lines
992: (p_line_id => p_x_line_rec.line_id,
993: p_header_id => p_x_line_rec.header_id,
994: p_operation => p_x_line_rec.operation );
995: END IF;

Line 1714: OE_LINE_ADJ_UTIL.Change_adj_for_uom_change(p_x_line_rec);

1710: /* Added the following if condition to fix the bug 2967630 */
1711: IF p_x_line_rec.operation = OE_GLOBALS.G_OPR_CREATE THEN
1712:
1713: -- Added below code for bug 9014929
1714: OE_LINE_ADJ_UTIL.Change_adj_for_uom_change(p_x_line_rec);
1715: Oe_Debug_Pub.add(' p_x_line_rec.Pricing_quantity = ' || p_x_line_rec.Pricing_quantity);
1716: -- End of code changes for bug 9014929
1717:
1718: if (nvl(p_old_line_rec.order_quantity_uom,FND_API.G_MISS_CHAR) <> FND_API.G_MISS_CHAR)

Line 1759: OE_LINE_ADJ_UTIL.Change_adj_for_uom_change(p_x_line_rec);

1755:
1756: end if;
1757: --bug 3942402
1758: /* Added the following line to fix the bug 2917690 */
1759: OE_LINE_ADJ_UTIL.Change_adj_for_uom_change(p_x_line_rec);
1760: END IF;
1761: OE_GLOBALS.G_PRICE_FLAG := 'Y';
1762: l_3a7_attribute_change := FND_API.G_TRUE;
1763:

Line 3891: --Oe_Line_Adj_Util.Delete_Row(p_line_id=>p_x_line_rec.line_id); 7363196

3887: if l_debug_level > 0 then
3888: oe_debug_pub.add('User has cleared unit selling price');
3889: oe_debug_pub.add('Just Reprice');
3890: end if;
3891: --Oe_Line_Adj_Util.Delete_Row(p_line_id=>p_x_line_rec.line_id); 7363196
3892: OE_GLOBALS.G_PRICE_FLAG := 'Y';
3893: p_x_line_rec.unit_list_price := NULL;
3894: p_x_line_rec.unit_list_price_per_pqty := NULL;
3895: End if;

Line 5322: OE_LINE_ADJ_UTIL.Process_Pricing(p_x_new_line_rec => p_x_line_rec,

5318: --In the future all pricing related operations will be handled
5319: --by process_pricing. The purpose of this is to reduce file locking
5320: --issue on OEXULINB.pls
5321: -------------------------------------------------------------------
5322: OE_LINE_ADJ_UTIL.Process_Pricing(p_x_new_line_rec => p_x_line_rec,
5323: p_old_line_rec => p_old_line_rec,
5324: p_no_price_flag => l_no_price_flag);
5325:
5326: if l_debug_level > 0 then

Line 5564: IF OE_LINE_ADJ_UTIL.Is_Pricing_Related_Change(p_x_line_rec,p_old_line_rec)

5560: end if; --bug 2855794
5561:
5562: ELSE
5563:
5564: IF OE_LINE_ADJ_UTIL.Is_Pricing_Related_Change(p_x_line_rec,p_old_line_rec)
5565: OR NOT OE_GLOBALS.Equal(p_x_line_rec.shipping_method_code,p_old_line_rec.shipping_method_code) THEN
5566: if l_debug_level > 0 then
5567: oe_debug_pub.add('renga-logging delayed req freight_for_included',1);
5568: end if;

Line 17614: OE_LINE_ADJ_UTIL.Check_Canceled_PRG(p_old_line_rec => p_old_line_rec,

17610:
17611: -- 2921731, storing and resetting the global cancel variable
17612: l_require_reason := OE_SALES_CAN_UTIL.G_REQUIRE_REASON;
17613: --1503357
17614: OE_LINE_ADJ_UTIL.Check_Canceled_PRG(p_old_line_rec => p_old_line_rec,
17615: p_new_line_rec => p_x_line_rec);
17616:
17617: OE_SALES_CAN_UTIL.G_REQUIRE_REASON := l_require_reason;
17618:

Line 24013: oe_line_adj_util.delete_row(p_price_adjustment_id=>iue_adj_id);

24009: oe_debug_pub.ADD('trying to delete IUE adjustments...',1);
24010: OPEN c2;
24011: FETCH c2 INTO iue_adj_id;
24012: IF c2%found THEN
24013: oe_line_adj_util.delete_row(p_price_adjustment_id=>iue_adj_id);
24014: oe_debug_pub.ADD('deleted IUE association:'||SQL%rowcount||' row(s)',1);
24015: oe_debug_pub.ADD('looking for item parent lines...',1);
24016: END IF;
24017: CLOSE c2;

Line 24032: oe_line_adj_util.delete_row(p_line_id=>p_old_line_rec.line_id);

24028:
24029: --delete the adjustment if this is the child line.
24030: IF child_line_id=p_old_line_rec.line_id then
24031: oe_debug_pub.ADD('trying to delete adjustments for line_id:'||p_old_line_rec.line_id,1);
24032: oe_line_adj_util.delete_row(p_line_id=>p_old_line_rec.line_id);
24033: oe_debug_pub.ADD('child adj id '||child_adj_id,1);
24034: OE_Line_Adj_Assocs_Util.delete_row(
24035: p_price_adjustment_id=>child_adj_id);
24036: END IF;