DBA Data[Home] [Help]

APPS.OE_PRICE_ORDER_PVT dependencies on OE_PRICE_ORDER_PVT

Line 1: PACKAGE BODY OE_PRICE_ORDER_PVT AS

1: PACKAGE BODY OE_PRICE_ORDER_PVT AS
2: /* $Header: ONTHPROB.pls 120.0.12010000.2 2008/08/04 15:10:09 amallik ship $ */
3:
4: Type Index_Tbl_Type is table of number
5: Index by Binary_Integer;

Line 1608: oe_debug_pub.add( 'EXITING OE_PRICE_ORDER_PVT.PROCESS_ADJUSTMENTS' , 1 ) ;

1604: end loop;
1605: px_line_adj_tbl := l_adj_tbl;
1606:
1607: IF l_debug_level > 0 THEN
1608: oe_debug_pub.add( 'EXITING OE_PRICE_ORDER_PVT.PROCESS_ADJUSTMENTS' , 1 ) ;
1609: END IF;
1610:
1611:
1612: EXCEPTION

Line 1641: oe_debug_pub.add( 'ERROR IN OE_PRICE_ORDER_PVT.Process_Adjustments' , 1 ) ;

1637: --reseting global structure after engine call
1638: OE_Order_PUB.G_LINE := NULL;
1639: OE_Order_PUB.G_HDR := NULL;
1640: IF l_debug_level > 0 THEN
1641: oe_debug_pub.add( 'ERROR IN OE_PRICE_ORDER_PVT.Process_Adjustments' , 1 ) ;
1642: END IF;
1643: IF l_debug_level > 0 THEN
1644: oe_debug_pub.add( SQLERRM , 1 ) ;
1645: END IF;

Line 1656: oe_debug_pub.add( 'EXITING OE_PRICE_ORDER_PVT.PRICE_ORDER' , 1 ) ;

1652: );
1653: END IF;
1654:
1655: IF l_debug_level > 0 THEN
1656: oe_debug_pub.add( 'EXITING OE_PRICE_ORDER_PVT.PRICE_ORDER' , 1 ) ;
1657: END IF;
1658: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1659:
1660: END Process_Adjustments;

Line 1835: l_header_price_att_tbl OE_PRICE_ORDER_PVT.price_att_tbl_type;

1831: ) AS
1832: l_any_frozen_line BOOLEAN;
1833: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
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: BEGIN

Line 1931: oe_debug_pub.add( 'ERROR IN OE_PRICE_ORDER_PVT.PRICE_ORDER' , 1 ) ;

1927: --reseting global structure after engine call
1928: OE_Order_PUB.G_LINE := NULL;
1929: OE_Order_PUB.G_HDR := NULL;
1930: IF l_debug_level > 0 THEN
1931: oe_debug_pub.add( 'ERROR IN OE_PRICE_ORDER_PVT.PRICE_ORDER' , 1 ) ;
1932: END IF;
1933: IF l_debug_level > 0 THEN
1934: oe_debug_pub.add( SQLERRM , 1 ) ;
1935: END IF;

Line 1946: oe_debug_pub.add( 'EXITING OE_PRICE_ORDER_PVT.PRICE_ORDER' , 1 ) ;

1942: );
1943: END IF;
1944:
1945: IF l_debug_level > 0 THEN
1946: oe_debug_pub.add( 'EXITING OE_PRICE_ORDER_PVT.PRICE_ORDER' , 1 ) ;
1947: END IF;
1948: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1949: END Price_Order;
1950:

Line 1951: end OE_PRICE_ORDER_PVT;

1947: END IF;
1948: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1949: END Price_Order;
1950:
1951: end OE_PRICE_ORDER_PVT;