DBA Data[Home] [Help]

APPS.OE_PRICE_ORDER_PVT_OBSOLETE dependencies on OE_ORDER_PRICE_PVT

Line 220: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.COPY_HEADER_TO_REQUEST' , 1 ) ;

216: --
217: begin
218: G_STMT_NO := 'copy_Header_to_request#10';
219: IF l_debug_level > 0 THEN
220: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.COPY_HEADER_TO_REQUEST' , 1 ) ;
221: END IF;
222:
223: --l_line_index := l_line_index+1;
224: px_line_index := px_line_index+1;

Line 291: oe_debug_pub.add( 'EXISTING OE_ORDER_PRICE_PVT.COPY_HEADER_TO_REQUEST' , 1 ) ;

287: G_CATCHWEIGHT_QTY_TBL(px_line_index) := NULL;
288: G_ACTUAL_ORDER_QTY_TBL(px_line_index):=NULL;
289:
290: IF l_debug_level > 0 THEN
291: oe_debug_pub.add( 'EXISTING OE_ORDER_PRICE_PVT.COPY_HEADER_TO_REQUEST' , 1 ) ;
292: END IF;
293:
294: end copy_Header_to_request;
295:

Line 390: oe_debug_pub.add( 'EXISTING OE_ORDER_PRICE_PVT.COPY_LINE_TO_REQUEST' , 1 ) ;

386: G_LINE_CATEGORY_TBL(px_line_index) := p_line_rec.line_category_code;
387: G_catchweight_qty_tbl(px_line_index) := NULL;
388: g_actual_order_qty_tbl(px_line_index):= NULL;
389: IF l_debug_level > 0 THEN
390: oe_debug_pub.add( 'EXISTING OE_ORDER_PRICE_PVT.COPY_LINE_TO_REQUEST' , 1 ) ;
391: END IF;
392:
393: end copy_Line_to_request;
394:

Line 764: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.REPORT_ENGINE_ERROR' , 1 ) ;

760: --
761: begin
762: -- Update Order Lines
763: IF l_debug_level > 0 THEN
764: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.REPORT_ENGINE_ERROR' , 1 ) ;
765: END IF;
766: G_STMT_NO := 'Report_Engine_Error#10';
767:
768: For wrong_line in wrong_lines loop --i:= p_req_line_tbl.first;

Line 1414: oe_debug_pub.add( 'ERROR IN OE_ORDER_PRICE_PVT.PRICE_LINE' , 1 ) ;

1410: --reseting global structure after engine call
1411: OE_Order_PUB.G_LINE := NULL;
1412: OE_Order_PUB.G_HDR := NULL;
1413: IF l_debug_level > 0 THEN
1414: oe_debug_pub.add( 'ERROR IN OE_ORDER_PRICE_PVT.PRICE_LINE' , 1 ) ;
1415: END IF;
1416: IF l_debug_level > 0 THEN
1417: oe_debug_pub.add( SQLERRM , 1 ) ;
1418: END IF;

Line 1429: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.PRICE_LINE' , 1 ) ;

1425: );
1426: END IF;
1427:
1428: IF l_debug_level > 0 THEN
1429: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.PRICE_LINE' , 1 ) ;
1430: END IF;
1431: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1432:
1433: IF l_debug_level > 0 THEN

Line 1612: l_control_rec OE_ORDER_PRICE_PVT.Control_Rec_Type;

1608: l_header_adj_tbl OE_ORDER_PUB.Header_ADJ_Tbl_Type;
1609: l_header_price_att_tbl OE_PRICE_ORDER_PVT.price_att_tbl_type;
1610: l_Line_Tbl OE_ORDER_PUB.Line_Tbl_Type;
1611: i PLS_INTEGER;
1612: l_control_rec OE_ORDER_PRICE_PVT.Control_Rec_Type;
1613: BEGIN
1614:
1615:
1616: Preprocessing(px_Header_Rec

Line 1680: oe_order_price_pvt.calculate_adjustments(

1676: px_line_rec := l_line_tbl(1);
1677:
1678:
1679: -- Populating QP request lines table
1680: oe_order_price_pvt.calculate_adjustments(
1681: x_return_status => x_return_status,
1682: p_line_Id => NULL,
1683: p_header_Id => NULL,
1684: p_pricing_events => p_pricing_events,