DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on OE_LINE_UTIL

Line 472: OE_LINE_UTIL.query_rows(p_line_id=>p_line_id

468: IF l_debug_level > 0 THEN
469: oe_debug_pub.add( 'G_RECURSION_MODE:'||OE_GLOBALS.G_RECURSION_MODE ) ;
470: END IF;
471: IF (QP_UTIL.GET_QP_STATUS = 'I' OR OE_GLOBALS.G_RECURSION_MODE <> FND_API.G_TRUE) THEN
472: OE_LINE_UTIL.query_rows(p_line_id=>p_line_id
473: , p_header_id => p_header_id
474: , x_line_tbl => x_line_tbl
475: );
476: IF l_debug_level > 0 THEN

Line 477: oe_debug_pub.add( ' X_LINE_TBL COUNT FROM OE_LINE_UTIL.QUERY_ROWS:'||X_LINE_TBL.COUNT ) ;

473: , p_header_id => p_header_id
474: , x_line_tbl => x_line_tbl
475: );
476: IF l_debug_level > 0 THEN
477: oe_debug_pub.add( ' X_LINE_TBL COUNT FROM OE_LINE_UTIL.QUERY_ROWS:'||X_LINE_TBL.COUNT ) ;
478: END IF;
479: --commented for the FP bug 3335024
480: /*
481: --bug 3289322, pl/sql error when count is zero

Line 2520: OE_Line_Util.Version_Audit_Process(p_x_line_rec => l_line_rec,

2516: , x_return_status => l_return_status
2517: );
2518:
2519: -- Adding code to log versioning/audit request
2520: OE_Line_Util.Version_Audit_Process(p_x_line_rec => l_line_rec,
2521: p_old_line_rec => l_old_line_rec);
2522:
2523: -- bug 3554060
2524: l_line_rec.change_reason := l_old_change_reason;

Line 5313: l_item_type_code := oe_line_util.Get_Return_Item_Type_Code(p_Line_rec);

5309: p_pricing_events ='SHIP' Then
5310: l_req_line_rec.PRICE_FLAG := 'N';
5311: End If;
5312:
5313: l_item_type_code := oe_line_util.Get_Return_Item_Type_Code(p_Line_rec);
5314: -- Do not fetch the price for Configuration items and Included Items
5315: If l_item_type_code in( 'CONFIG','INCLUDED')
5316: Then
5317:

Line 5384: IF oe_line_util.dual_uom_control -- INVCONV Process_Characteristics

5380: IF l_debug_level > 0 THEN
5381: oe_debug_pub.add('l_fulfilled_qty:'|| l_fulfilled_qty);
5382: END IF;
5383:
5384: IF oe_line_util.dual_uom_control -- INVCONV Process_Characteristics
5385: (p_line_rec.inventory_item_id
5386: ,p_line_rec.ship_from_org_id
5387: ,l_item_rec) THEN
5388:

Line 6176: --If oe_line_util.Get_Return_Item_Type_Code(l_Line_Tbl(line_Tbl_Index)) <> 'CONFIG' Then

6172: line_Tbl_Index := l_Line_Tbl.First;
6173: While line_Tbl_Index is not null loop
6174:
6175: -- Do not price the config items
6176: --If oe_line_util.Get_Return_Item_Type_Code(l_Line_Tbl(line_Tbl_Index)) <> 'CONFIG' Then
6177:
6178: -- Added to check if Agreement is Active for Bug#2740845
6179:
6180: If l_line_tbl(line_Tbl_Index).agreement_id is not null Then