DBA Data[Home] [Help]

APPS.OE_PRICE_ORDER_PVT dependencies on OE_ORDER_PRICE_PVT

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

276: --
277: begin
278: G_STMT_NO := 'copy_Header_to_request#10';
279: IF l_debug_level > 0 THEN
280: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.COPY_HEADER_TO_REQUEST' , 1 ) ;
281: END IF;
282:
283: --l_line_index := l_line_index+1;
284: px_line_index := px_line_index+1;

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

347: G_CATCHWEIGHT_QTY_TBL(px_line_index) := NULL;
348: G_ACTUAL_ORDER_QTY_TBL(px_line_index):=NULL;
349:
350: IF l_debug_level > 0 THEN
351: oe_debug_pub.add( 'EXISTING OE_ORDER_PRICE_PVT.COPY_HEADER_TO_REQUEST' , 1 ) ;
352: END IF;
353:
354: end copy_Header_to_request;
355:

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

446: G_LINE_CATEGORY_TBL(px_line_index) := p_line_rec.line_category_code;
447: G_catchweight_qty_tbl(px_line_index) := NULL;
448: g_actual_order_qty_tbl(px_line_index):= NULL;
449: IF l_debug_level > 0 THEN
450: oe_debug_pub.add( 'EXISTING OE_ORDER_PRICE_PVT.COPY_LINE_TO_REQUEST' , 1 ) ;
451: END IF;
452:
453: end copy_Line_to_request;
454:

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

964: --
965: begin
966: -- Update Order Lines
967: IF l_debug_level > 0 THEN
968: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.REPORT_ENGINE_ERROR' , 1 ) ;
969: END IF;
970: G_STMT_NO := 'Report_Engine_Error#10';
971:
972: l_allow_negative_price := nvl(fnd_profile.value('ONT_NEGATIVE_PRICING'),'N');

Line 1838: l_control_rec OE_ORDER_PRICE_PVT.Control_Rec_Type;

1834: l_header_adj_tbl OE_ORDER_PUB.Header_ADJ_Tbl_Type;
1835: l_header_price_att_tbl OE_PRICE_ORDER_PVT.price_att_tbl_type;
1836: l_Line_Tbl OE_ORDER_PUB.Line_Tbl_Type;
1837: i PLS_INTEGER;
1838: l_control_rec OE_ORDER_PRICE_PVT.Control_Rec_Type;
1839: l_hdr_chg_count NUMBER; --TaxER
1840: l_org_id NUMBER(15):=MO_GLOBAL.Get_Current_Org_Id; --TaxER
1841: l_current_event number := 0; --TaxER
1842: l_tax_calculation_event_code number := 0; --TaxER