DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on OE_ORDER_PRICE_PVT

Line 1: PACKAGE BODY OE_ORDER_PRICE_PVT AS

1: PACKAGE BODY OE_ORDER_PRICE_PVT AS
2: /* $Header: OEXVOPRB.pls 120.48.12020000.9 2013/03/13 21:21:06 cpati ship $ */
3:
4: G_DEBUG BOOLEAN;
5: --2649821 Changed G_ROUNDING_FLAG to Q

Line 517: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.QUERY_LINES '||TO_CHAR ( L_ORG_ID ) , 1 ) ;

513: l_org_id := OE_GLOBALS.G_ORG_ID;
514: end if;
515:
516: IF l_debug_level > 0 THEN
517: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.QUERY_LINES '||TO_CHAR ( L_ORG_ID ) , 1 ) ;
518: END IF;
519: IF l_debug_level > 0 THEN
520: oe_debug_pub.add( 'HEADER_ID:'||P_HEADER_ID||' LINE_ID:'||P_LINE_ID , 3 ) ;
521: END IF;

Line 603: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.QUERY_LINES' , 1 ) ;

599:
600:
601: -- Return fetched table
602: IF l_debug_level > 0 THEN
603: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.QUERY_LINES' , 1 ) ;
604: END IF;
605:
606: EXCEPTION
607:

Line 666: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.ENFORCE_PRICE_LISTS_FLAG' , 1 ) ;

662: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
663: --
664: begin
665: IF l_debug_level > 0 THEN
666: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.ENFORCE_PRICE_LISTS_FLAG' , 1 ) ;
667: END IF;
668: begin
669:
670: G_STMT_NO := 'Enforce_Price_lists_Flag#10';

Line 720: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.ENFORCE_PRICE_LISTS_FLAG' , 1 ) ;

716: end ;
717: end if;
718:
719: IF l_debug_level > 0 THEN
720: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.ENFORCE_PRICE_LISTS_FLAG' , 1 ) ;
721: END IF;
722:
723: Return l_enforce_price_flag;
724:

Line 838: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.APPEND_ASKED_FOR' , 1 ) ;

834: --
835: begin
836: G_STMT_NO := 'Append_asked_for#10';
837: IF l_debug_level > 0 THEN
838: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.APPEND_ASKED_FOR' , 1 ) ;
839: END IF;
840: for asked_for_rec in asked_for_cur loop
841: If asked_for_rec.flex_title = 'QP_ATTR_DEFNS_PRICING' then
842: if asked_for_rec.PRICING_ATTRIBUTE1 is not null then

Line 1739: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.APPEND_ASKED_FOR' , 1 ) ;

1735: i := px_req_line_attr_tbl.next(i);
1736: end loop;
1737: px_line_attr_index := k;
1738: IF l_debug_level > 0 THEN
1739: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.APPEND_ASKED_FOR' , 1 ) ;
1740: END IF;
1741:
1742: end Append_asked_for;
1743:

Line 1776: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.GET_THE_PARENT_LINE' , 1 ) ;

1772: --
1773: Begin
1774: G_STMT_NO := 'Get_the_parent_Line#10';
1775: IF l_debug_level > 0 THEN
1776: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.GET_THE_PARENT_LINE' , 1 ) ;
1777: END IF;
1778: line_Tbl_Index := px_Line_Tbl.First;
1779: While line_Tbl_Index is not null loop
1780: If px_Line_Tbl(line_Tbl_Index).line_Id = p_Reference_line_Id Then

Line 1964: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.GET_THE_PARENT_LINE' , 1 ) ;

1960: END IF;
1961: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1962: END;
1963: IF l_debug_level > 0 THEN
1964: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.GET_THE_PARENT_LINE' , 1 ) ;
1965: END IF;
1966:
1967: End Get_the_parent_Line;
1968:

Line 1994: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.GET_PRG_LINES'||P_LINE_ID , 1 ) ;

1990: --
1991: Begin
1992: G_STMT_NO := 'Get_prg_Line#10';
1993: IF l_debug_level > 0 THEN
1994: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.GET_PRG_LINES'||P_LINE_ID , 1 ) ;
1995: END IF;
1996:
1997: for i in prg_lines loop
1998: IF l_debug_level > 0 THEN

Line 2016: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.GET_PRG_LINES' , 1 ) ;

2012: End;
2013: End LOOP;
2014:
2015: IF l_debug_level > 0 THEN
2016: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.GET_PRG_LINES' , 1 ) ;
2017: END IF;
2018:
2019: End Get_prg_Lines;
2020:

Line 2045: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.GET_SERVICE_LINES'||P_LINE_ID , 1 ) ;

2041:
2042: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
2043: BEGIN
2044: IF l_debug_level > 0 THEN
2045: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.GET_SERVICE_LINES'||P_LINE_ID , 1 ) ;
2046: END IF;
2047:
2048: FOR I in service_lines loop
2049: IF l_debug_level > 0 THEN

Line 2089: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.GET_ITEM_FOR_IUE' , 1 ) ;

2085: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
2086: --
2087: begin
2088: IF l_debug_level > 0 THEN
2089: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.GET_ITEM_FOR_IUE' , 1 ) ;
2090: END IF;
2091: For Adj_rec in Adj_cur loop
2092: -- There is an item upgrade for this line
2093: px_line_rec.inventory_item_id := to_number(Adj_rec.modified_from);

Line 2112: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.GET_ITEM_FOR_IUE' , 1 ) ;

2108: Exit;
2109: End Loop;
2110:
2111: IF l_debug_level > 0 THEN
2112: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.GET_ITEM_FOR_IUE' , 1 ) ;
2113: END IF;
2114: end Get_item_for_iue;
2115:
2116:

Line 2226: oe_debug_pub.add(' Update_global_price called from oe_order_price_pvt.populate_line_tbl reports errors');

2222: x_return_status => l_return_status);
2223:
2224:
2225: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
2226: oe_debug_pub.add(' Update_global_price called from oe_order_price_pvt.populate_line_tbl reports errors');
2227: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2228: END IF;
2229:
2230: IF l_notify_index IS NOT NULL THEN

Line 3377: oe_debug_pub.add( ' ENTERING OE_ORDER_PRICE_PVT.UPDATE_ORDER_LINES' ) ;

3373: LOG_REQUEST(px_line_tbl);
3374: Oe_Retrobill_Pvt.UPDATE_RETROBILL_LINES(G_RETROBILL_OPERATION);
3375: ELSE --RT
3376: IF l_debug_level > 0 THEN
3377: oe_debug_pub.add( ' ENTERING OE_ORDER_PRICE_PVT.UPDATE_ORDER_LINES' ) ;
3378: END IF;
3379:
3380: SECURITY_AND_GLOBAL_PICTURE(px_line_tbl,p_write_to_db);
3381:

Line 3576: oe_debug_pub.add( 'UPDATE_GLOBAL RETURN STATUS FROM OE_ORDER_PRICE_PVT.DELETE_DEPENDENTS IS: ' || L_RETURN_STATUS ) ;

3572: p_old_line_adj_rec =>l_line_adj_rec,
3573: x_index => l_index,
3574: x_return_status => l_return_status);
3575: IF l_debug_level > 0 THEN
3576: oe_debug_pub.add( 'UPDATE_GLOBAL RETURN STATUS FROM OE_ORDER_PRICE_PVT.DELETE_DEPENDENTS IS: ' || L_RETURN_STATUS ) ;
3577: END IF;
3578:
3579: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
3580:

Line 3583: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.DELETE_DEPENDENTS', 1 ) ;

3579: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
3580:
3581: IF l_debug_level > 0 THEN
3582: oe_debug_pub.add( 'EVENT NOTIFY - UNEXPECTED ERROR' ) ;
3583: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.DELETE_DEPENDENTS', 1 ) ;
3584: END IF;
3585: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3586: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
3587: IF l_debug_level > 0 THEN

Line 3588: oe_debug_pub.add( 'UPDATE_GLOBAL_PICTURE ERROR IN OE_ORDER_PRICE_PVT.DELETE_DEPENDENTS' ) ;

3584: END IF;
3585: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3586: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
3587: IF l_debug_level > 0 THEN
3588: oe_debug_pub.add( 'UPDATE_GLOBAL_PICTURE ERROR IN OE_ORDER_PRICE_PVT.DELETE_DEPENDENTS' ) ;
3589: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.DELETE_DEPENDENTS', 1 ) ;
3590: END IF;
3591: RAISE FND_API.G_EXC_ERROR;
3592: END IF;

Line 3589: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.DELETE_DEPENDENTS', 1 ) ;

3585: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3586: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
3587: IF l_debug_level > 0 THEN
3588: oe_debug_pub.add( 'UPDATE_GLOBAL_PICTURE ERROR IN OE_ORDER_PRICE_PVT.DELETE_DEPENDENTS' ) ;
3589: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.DELETE_DEPENDENTS', 1 ) ;
3590: END IF;
3591: RAISE FND_API.G_EXC_ERROR;
3592: END IF;
3593: ELSE -- Header Level Adjustment

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

5164: --
5165: begin
5166: G_STMT_NO := 'copy_Header_to_request#10';
5167: IF l_debug_level > 0 THEN
5168: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.COPY_HEADER_TO_REQUEST' , 1 ) ;
5169: END IF;
5170:
5171: --l_line_index := l_line_index+1;
5172: px_line_index := px_line_index+1;

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

5262: G_LIST_PRICE_OVERRIDE_FLAG_TBL(px_line_index):=NULL;
5263: G_CHARGE_PERIODICITY_CODE_TBL(px_line_index):=NULL;
5264:
5265: IF l_debug_level > 0 THEN
5266: oe_debug_pub.add( 'EXISTING OE_ORDER_PRICE_PVT.COPY_HEADER_TO_REQUEST' , 1 ) ;
5267: END IF;
5268:
5269: end copy_Header_to_request;
5270:

Line 5307: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.COPY_LINE_TO_REQUEST' , 0.5 ) ; -- debug level changed to 0.5 for bug 13435459

5303: --
5304: begin
5305: G_STMT_NO := 'copy_Line_to_request#10';
5306: IF l_debug_level > 0 THEN
5307: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.COPY_LINE_TO_REQUEST' , 0.5 ) ; -- debug level changed to 0.5 for bug 13435459
5308: END IF;
5309:
5310:
5311: --RT{

Line 5314: oe_debug_pub.add( 'LEAVING OE_ORDER_PRICE_PVT.COPY_LINE_TO_REQUEST' , 1 ) ;

5310:
5311: --RT{
5312: IF p_line_rec.retrobill_request_id IS NOT NULL AND p_pricing_events <> 'RETROBILL' THEN
5313: --Do not price this retrobill line with other events
5314: oe_debug_pub.add( 'LEAVING OE_ORDER_PRICE_PVT.COPY_LINE_TO_REQUEST' , 1 ) ;
5315: RETURN;
5316: END IF;
5317: --RT}
5318:

Line 5934: oe_debug_pub.add( 'EXISTING OE_ORDER_PRICE_PVT.COPY_LINE_TO_REQUEST' , 0.5 ) ; -- debug level changed to 0.5 for bug 13435459

5930: END IF;
5931:
5932:
5933: IF l_debug_level > 0 THEN
5934: oe_debug_pub.add( 'EXISTING OE_ORDER_PRICE_PVT.COPY_LINE_TO_REQUEST' , 0.5 ) ; -- debug level changed to 0.5 for bug 13435459
5935: END IF;
5936:
5937: end copy_Line_to_request;
5938:

Line 6192: ,p_Control_Rec OE_ORDER_PRICE_PVT.CONTROL_REC_TYPE

6188:
6189: ,p_line_id number
6190: ,p_header_id number
6191: ,p_pricing_events varchar2
6192: ,p_Control_Rec OE_ORDER_PRICE_PVT.CONTROL_REC_TYPE
6193: ,p_action_code in Varchar2
6194: ,x_any_frozen_line out nocopy Boolean
6195:
6196: ,x_Header_Rec out nocopy oe_Order_Pub.Header_REc_Type

Line 6250: oe_debug_pub.add('Entering oe_order_price_pvt.calulate_adjustments', 0.5); -- debug level changed to 0.5 for bug 13435459

6246:
6247: begin
6248:
6249: IF l_debug_level > 0 THEN
6250: oe_debug_pub.add('Entering oe_order_price_pvt.calulate_adjustments', 0.5); -- debug level changed to 0.5 for bug 13435459
6251: END IF;
6252:
6253: reset_all_tbls;
6254: --DELETE FROM QP_PREQ_LINES_TMP;

Line 6936: p_Control_Rec IN OE_ORDER_PRICE_PVT.control_rec_type

6932:
6933:
6934:
6935: Procedure Call_Pricing_Engine(
6936: p_Control_Rec IN OE_ORDER_PRICE_PVT.control_rec_type
6937: ,p_Pricing_Events IN VARCHAR2
6938: ,x_return_status OUT NOCOPY VARCHAR2
6939:
6940: )

Line 7140: , p_Control_Rec IN OE_ORDER_PRICE_PVT.Control_rec_type

7136:
7137: procedure Report_Engine_Errors(
7138: x_return_status out nocopy Varchar2
7139:
7140: , p_Control_Rec IN OE_ORDER_PRICE_PVT.Control_rec_type
7141: , px_line_Tbl in out NOCOPY oe_Order_Pub.Line_Tbl_Type
7142: , p_header_rec IN oe_Order_Pub.header_rec_type
7143: )
7144: is

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

7214: l_booking_error varchar2(1) := 'N'; -- Bug 8236945
7215: begin
7216: -- Update Order Lines
7217: IF l_debug_level > 0 THEN
7218: oe_debug_pub.add( 'ENTERING OE_ORDER_PRICE_PVT.REPORT_ENGINE_ERROR' , 1 ) ;
7219: END IF;
7220: --bug 3696768
7221: IF G_IPL_ERRORS_TBL.count <> 0 THEN
7222: FOR I in reset_ipl_tbl LOOP

Line 7812: p_Control_Rec OE_ORDER_PRICE_PVT.Control_rec_type,

7808: procedure process_adjustments
7809: (
7810: x_return_status out nocopy Varchar2,
7811:
7812: p_Control_Rec OE_ORDER_PRICE_PVT.Control_rec_type,
7813: p_any_frozen_line in Boolean,
7814: px_line_Tbl in out NOCOPY oe_Order_Pub.Line_Tbl_Type,
7815: p_header_id in number,
7816: p_line_id in number,

Line 8032: oe_debug_pub.add( 'ERROR IN OE_ORDER_PRICE_PVT.PROCESS_ADJUSTMENTS with rollback' , 1 ) ;

8028: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
8029: WHEN OTHERS THEN
8030: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
8031: IF l_debug_level > 0 THEN
8032: oe_debug_pub.add( 'ERROR IN OE_ORDER_PRICE_PVT.PROCESS_ADJUSTMENTS with rollback' , 1 ) ;
8033: END IF;
8034: IF l_debug_level > 0 THEN
8035: oe_debug_pub.add( SQLERRM , 1 ) ;
8036: END IF;

Line 8048: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.PROCESS_ADJUSTMENTS with rollback' , 1 ) ;

8044: );
8045: END IF;
8046:
8047: IF l_debug_level > 0 THEN
8048: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.PROCESS_ADJUSTMENTS with rollback' , 1 ) ;
8049: END IF;
8050: ROLLBACK TO SAVEPOINT PROCESS_ADJUSTMENTS;
8051: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
8052: IF l_debug_level > 0 THEN

Line 8053: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.PROCESS_ADJUSTMENTS' , 1 ) ;

8049: END IF;
8050: ROLLBACK TO SAVEPOINT PROCESS_ADJUSTMENTS;
8051: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
8052: IF l_debug_level > 0 THEN
8053: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.PROCESS_ADJUSTMENTS' , 1 ) ;
8054: END IF;
8055: END Process_Adjustments;
8056:
8057: -- Price_Line is the main Pricing Integration API

Line 8063: ,p_Control_Rec IN OE_ORDER_PRICE_PVT.control_rec_type

8059: Procedure Price_line(
8060: p_Header_id IN NUMBER
8061: ,p_Line_id IN NUMBER
8062: ,px_line_Tbl IN OUT NOCOPY oe_Order_Pub.Line_Tbl_Type
8063: ,p_Control_Rec IN OE_ORDER_PRICE_PVT.control_rec_type
8064: ,p_action_code IN VARCHAR2
8065: ,p_Pricing_Events IN VARCHAR2
8066: --RT{
8067: ,p_request_rec OE_Order_PUB.request_rec_type default oe_order_pub.G_MISS_REQUEST_REC

Line 8087: oe_debug_pub.add('ENTERING OE_ORDER_PRICE_PVT.PRICE_LINE', 0.5) ;--Added for bug 13435459

8083: l_line_rec OE_Order_PUB.Line_Rec_Type; --TaxER
8084: Begin
8085:
8086: IF l_debug_level > 0 THEN
8087: oe_debug_pub.add('ENTERING OE_ORDER_PRICE_PVT.PRICE_LINE', 0.5) ;--Added for bug 13435459
8088: oe_debug_pub.add('Version:'||get_version);
8089: END IF;
8090:
8091: --RT{

Line 8171: oe_debug_pub.add( 'BEFORE OE_ORDER_PRICE_PVT.PROCESS_ADJUSTMENTS' , 0.5 ) ; -- debug level changed to 0.5 for bug 13435459

8167: raise fnd_api.g_exc_error;
8168: END IF;
8169:
8170: IF l_debug_level > 0 THEN
8171: oe_debug_pub.add( 'BEFORE OE_ORDER_PRICE_PVT.PROCESS_ADJUSTMENTS' , 0.5 ) ; -- debug level changed to 0.5 for bug 13435459
8172: END IF;
8173:
8174: process_adjustments
8175: (

Line 8349: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.PRICE_LINE' , 0.5 ) ; -- debug level changed to 0.5 for bug 13435459

8345: OE_Order_PUB.G_LINE := NULL;
8346: OE_Order_PUB.G_HDR := NULL;
8347:
8348: IF l_debug_level > 0 THEN
8349: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.PRICE_LINE' , 0.5 ) ; -- debug level changed to 0.5 for bug 13435459
8350: END IF;
8351:
8352: Exception
8353: WHEN FND_API.G_EXC_ERROR THEN

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

8377: --reseting global structure after engine call
8378: OE_Order_PUB.G_LINE := NULL;
8379: OE_Order_PUB.G_HDR := NULL;
8380: IF l_debug_level > 0 THEN
8381: oe_debug_pub.add( 'ERROR IN OE_ORDER_PRICE_PVT.PRICE_LINE' , 1 ) ;
8382: END IF;
8383: IF l_debug_level > 0 THEN
8384: oe_debug_pub.add( SQLERRM , 1 ) ;
8385: END IF;

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

8392: );
8393: END IF;
8394:
8395: IF l_debug_level > 0 THEN
8396: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.PRICE_LINE' , 1 ) ;
8397: END IF;
8398: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
8399:
8400: IF l_debug_level > 0 THEN

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

8397: END IF;
8398: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
8399:
8400: IF l_debug_level > 0 THEN
8401: oe_debug_pub.add( 'EXITING OE_ORDER_PRICE_PVT.PRICE_LINE' , 1 ) ;
8402: END IF;
8403:
8404: End Price_Line;
8405:

Line 8406: end OE_ORDER_PRICE_PVT;

8402: END IF;
8403:
8404: End Price_Line;
8405:
8406: end OE_ORDER_PRICE_PVT;