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.4 2011/05/31 11:01:39 jmedaven 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: l_hdr_chg_count NUMBER; --TaxER

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

2026: --reseting global structure after engine call
2027: OE_Order_PUB.G_LINE := NULL;
2028: OE_Order_PUB.G_HDR := NULL;
2029: IF l_debug_level > 0 THEN
2030: oe_debug_pub.add( 'ERROR IN OE_PRICE_ORDER_PVT.PRICE_ORDER' , 1 ) ;
2031: END IF;
2032: IF l_debug_level > 0 THEN
2033: oe_debug_pub.add( SQLERRM , 1 ) ;
2034: END IF;

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

2041: );
2042: END IF;
2043:
2044: IF l_debug_level > 0 THEN
2045: oe_debug_pub.add( 'EXITING OE_PRICE_ORDER_PVT.PRICE_ORDER' , 1 ) ;
2046: END IF;
2047: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2048: END Price_Order;
2049:

Line 2050: end OE_PRICE_ORDER_PVT;

2046: END IF;
2047: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2048: END Price_Order;
2049:
2050: end OE_PRICE_ORDER_PVT;