DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE_PATTR dependencies on OE_ORDER_ADJ_PVT

Line 152: oe_debug_pub.add( ' BEFORE SETTING THINGS TO NULL: OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;

148:
149: l_x_old_line_price_att_rec := OE_ORDER_PUB.G_MISS_LINE_PRICE_ATT_REC;
150: l_x_line_price_att_rec := OE_ORDER_PUB.G_MISS_LINE_PRICE_ATT_REC;
151: IF l_debug_level > 0 THEN
152: oe_debug_pub.add( ' BEFORE SETTING THINGS TO NULL: OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;
153: END IF;
154: l_x_Line_Price_Att_Rec.header_id := p_header_id;
155: l_x_Line_Price_Att_Rec.Line_id := p_Line_id;
156: l_x_Line_Price_Att_Rec.context := NULL;

Line 184: oe_debug_pub.add( 'BEFORE CALLING OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;

180: l_x_Line_Price_Att_Rec.operation := OE_GLOBALS.G_OPR_CREATE;
181:
182: l_x_Line_Price_Att_Tbl(1) := l_x_Line_Price_Att_Rec;
183: IF l_debug_level > 0 THEN
184: oe_debug_pub.add( 'BEFORE CALLING OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;
185: END IF;
186: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts
187: oe_order_adj_pvt.Line_Price_Atts
188: ( p_init_msg_list => FND_API.G_TRUE

Line 186: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts

182: l_x_Line_Price_Att_Tbl(1) := l_x_Line_Price_Att_Rec;
183: IF l_debug_level > 0 THEN
184: oe_debug_pub.add( 'BEFORE CALLING OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;
185: END IF;
186: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts
187: oe_order_adj_pvt.Line_Price_Atts
188: ( p_init_msg_list => FND_API.G_TRUE
189: , p_validation_level => FND_API.G_VALID_LEVEL_NONE
190: , p_control_rec => l_control_rec

Line 187: oe_order_adj_pvt.Line_Price_Atts

183: IF l_debug_level > 0 THEN
184: oe_debug_pub.add( 'BEFORE CALLING OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;
185: END IF;
186: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts
187: oe_order_adj_pvt.Line_Price_Atts
188: ( p_init_msg_list => FND_API.G_TRUE
189: , p_validation_level => FND_API.G_VALID_LEVEL_NONE
190: , p_control_rec => l_control_rec
191: , p_x_line_price_att_tbl => l_x_Line_price_att_tbl

Line 195: oe_debug_pub.add( 'AFTER CALLING OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;

191: , p_x_line_price_att_tbl => l_x_Line_price_att_tbl
192: , p_x_old_line_price_att_tbl => l_x_old_Line_price_att_tbl
193: );
194: IF l_debug_level > 0 THEN
195: oe_debug_pub.add( 'AFTER CALLING OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;
196: END IF;
197: l_x_Line_Price_Att_Rec := l_x_Line_Price_Att_tbl(1);
198:
199: IF l_x_Line_Price_Att_Rec.return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 629: oe_debug_pub.add( ' BEFORE SETTING THINGS TO NULL: OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;

625:
626: l_x_old_line_price_att_rec := OE_ORDER_PUB.G_MISS_LINE_PRICE_ATT_REC;
627: l_x_line_price_att_rec := OE_ORDER_PUB.G_MISS_LINE_PRICE_ATT_REC;
628: IF l_debug_level > 0 THEN
629: oe_debug_pub.add( ' BEFORE SETTING THINGS TO NULL: OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;
630: END IF;
631: l_x_Line_Price_Att_Rec.header_id := p_header_id;
632: l_x_Line_Price_Att_Rec.Line_id := p_Line_id;
633: l_x_Line_Price_Att_Rec.context := NULL;

Line 758: oe_debug_pub.add( 'BEFORE CALLING OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;

754: l_x_Line_Price_Att_Rec.operation := OE_GLOBALS.G_OPR_CREATE;
755:
756: l_x_Line_Price_Att_Tbl(1) := l_x_Line_Price_Att_Rec;
757: IF l_debug_level > 0 THEN
758: oe_debug_pub.add( 'BEFORE CALLING OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;
759: END IF;
760: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts
761: oe_order_adj_pvt.Line_Price_Atts
762: ( p_init_msg_list => FND_API.G_TRUE

Line 760: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts

756: l_x_Line_Price_Att_Tbl(1) := l_x_Line_Price_Att_Rec;
757: IF l_debug_level > 0 THEN
758: oe_debug_pub.add( 'BEFORE CALLING OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;
759: END IF;
760: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts
761: oe_order_adj_pvt.Line_Price_Atts
762: ( p_init_msg_list => FND_API.G_TRUE
763: , p_validation_level => FND_API.G_VALID_LEVEL_NONE
764: , p_control_rec => l_control_rec

Line 761: oe_order_adj_pvt.Line_Price_Atts

757: IF l_debug_level > 0 THEN
758: oe_debug_pub.add( 'BEFORE CALLING OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;
759: END IF;
760: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts
761: oe_order_adj_pvt.Line_Price_Atts
762: ( p_init_msg_list => FND_API.G_TRUE
763: , p_validation_level => FND_API.G_VALID_LEVEL_NONE
764: , p_control_rec => l_control_rec
765: , p_x_line_price_att_tbl => l_x_Line_price_att_tbl

Line 769: oe_debug_pub.add( 'AFTER CALLING OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;

765: , p_x_line_price_att_tbl => l_x_Line_price_att_tbl
766: , p_x_old_line_price_att_tbl => l_x_old_Line_price_att_tbl
767: );
768: IF l_debug_level > 0 THEN
769: oe_debug_pub.add( 'AFTER CALLING OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;
770: END IF;
771: l_x_Line_Price_Att_Rec := l_x_Line_Price_Att_tbl(1);
772:
773: IF l_x_Line_Price_Att_Rec.return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 1743: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts

1739: l_x_Line_Price_Att_Tbl(1) := l_x_Line_Price_Att_rec;
1740: l_x_old_Line_Price_Att_tbl(1) := l_x_old_Line_Price_Att_rec;
1741:
1742:
1743: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts
1744: l_Line_Price_Att_rec := l_x_Line_Price_Att_rec;
1745:
1746: IF l_debug_level > 0 THEN
1747: oe_debug_pub.add( ' NEW PRICING CONTEXT:'||L_X_LINE_PRICE_ATT_TBL ( 1 ) .PRICING_CONTEXT ) ;

Line 1760: oe_order_adj_pvt.Line_Price_Atts

1756: l_x_Line_price_att_tbl(1).flex_title := 'QP_ATTR_DEFNS_PRICING';
1757: end if;
1758: END IF;
1759:
1760: oe_order_adj_pvt.Line_Price_Atts
1761: ( p_init_msg_list => FND_API.G_TRUE
1762: , p_validation_level => FND_API.G_VALID_LEVEL_NONE
1763: , p_control_rec => l_control_rec
1764: , p_x_line_price_att_tbl => l_x_Line_price_att_tbl

Line 2848: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts

2844:
2845: l_x_Line_Price_Att_Tbl(1) := l_x_Line_Price_Att_Rec ;
2846: l_x_old_Line_Price_Att_tbl(1) := l_x_old_Line_Price_Att_rec;
2847:
2848: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts
2849: oe_order_adj_pvt.Line_Price_Atts
2850: ( p_init_msg_list => FND_API.G_TRUE
2851: , p_validation_level => FND_API.G_VALID_LEVEL_NONE
2852: , p_control_rec => l_control_rec

Line 2849: oe_order_adj_pvt.Line_Price_Atts

2845: l_x_Line_Price_Att_Tbl(1) := l_x_Line_Price_Att_Rec ;
2846: l_x_old_Line_Price_Att_tbl(1) := l_x_old_Line_Price_Att_rec;
2847:
2848: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts
2849: oe_order_adj_pvt.Line_Price_Atts
2850: ( p_init_msg_list => FND_API.G_TRUE
2851: , p_validation_level => FND_API.G_VALID_LEVEL_NONE
2852: , p_control_rec => l_control_rec
2853: , p_x_line_price_att_tbl => l_x_Line_price_att_tbl

Line 3058: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts

3054:
3055: l_x_Line_Price_Att_Tbl(1) := l_x_Line_Price_Att_Rec;
3056:
3057:
3058: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts
3059: oe_order_adj_pvt.Line_Price_Atts
3060: ( p_init_msg_list => FND_API.G_TRUE
3061: , p_validation_level => FND_API.G_VALID_LEVEL_NONE
3062: , p_control_rec => l_control_rec

Line 3059: oe_order_adj_pvt.Line_Price_Atts

3055: l_x_Line_Price_Att_Tbl(1) := l_x_Line_Price_Att_Rec;
3056:
3057:
3058: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts
3059: oe_order_adj_pvt.Line_Price_Atts
3060: ( p_init_msg_list => FND_API.G_TRUE
3061: , p_validation_level => FND_API.G_VALID_LEVEL_NONE
3062: , p_control_rec => l_control_rec
3063: , p_x_line_price_att_tbl => l_x_Line_price_att_tbl

Line 3765: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts

3761: l_x_Line_Price_Att_Tbl(1) := l_x_Line_Price_Att_rec;
3762: l_x_old_Line_Price_Att_tbl(1) := l_x_old_Line_Price_Att_rec;
3763:
3764:
3765: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts
3766: l_Line_Price_Att_rec := l_x_Line_Price_Att_rec;
3767:
3768: IF l_debug_level > 0 THEN
3769: oe_debug_pub.add( ' NEW PRICING CONTEXT:'||L_X_LINE_PRICE_ATT_TBL ( 1 ) .PRICING_CONTEXT ) ;

Line 3782: oe_order_adj_pvt.Line_Price_Atts

3778: l_x_Line_price_att_tbl(1).flex_title := 'QP_ATTR_DEFNS_PRICING';
3779: end if;
3780: END IF;
3781:
3782: oe_order_adj_pvt.Line_Price_Atts
3783: ( p_init_msg_list => FND_API.G_TRUE
3784: , p_validation_level => FND_API.G_VALID_LEVEL_NONE
3785: , p_control_rec => l_control_rec
3786: , p_x_line_price_att_tbl => l_x_Line_price_att_tbl

Line 4440: oe_debug_pub.add( ' BEFORE SETTING THINGS TO NULL: OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;

4436:
4437: l_x_old_line_price_att_rec := OE_ORDER_PUB.G_MISS_LINE_PRICE_ATT_REC;
4438: l_x_line_price_att_rec := OE_ORDER_PUB.G_MISS_LINE_PRICE_ATT_REC;
4439: IF l_debug_level > 0 THEN
4440: oe_debug_pub.add( ' BEFORE SETTING THINGS TO NULL: OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;
4441: END IF;
4442: l_x_Line_Price_Att_Rec.header_id := p_header_id;
4443: l_x_Line_Price_Att_Rec.Line_id := p_Line_id;
4444: l_x_Line_Price_Att_Rec.context := NULL;

Line 4499: oe_debug_pub.add( 'BEFORE CALLING OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;

4495: l_x_Line_Price_Att_Rec.operation := OE_GLOBALS.G_OPR_CREATE;
4496:
4497: l_x_Line_Price_Att_Tbl(1) := l_x_Line_Price_Att_Rec;
4498: IF l_debug_level > 0 THEN
4499: oe_debug_pub.add( 'BEFORE CALLING OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;
4500: END IF;
4501: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts
4502: oe_order_adj_pvt.Line_Price_Atts
4503: ( p_init_msg_list => FND_API.G_TRUE

Line 4501: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts

4497: l_x_Line_Price_Att_Tbl(1) := l_x_Line_Price_Att_Rec;
4498: IF l_debug_level > 0 THEN
4499: oe_debug_pub.add( 'BEFORE CALLING OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;
4500: END IF;
4501: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts
4502: oe_order_adj_pvt.Line_Price_Atts
4503: ( p_init_msg_list => FND_API.G_TRUE
4504: , p_validation_level => FND_API.G_VALID_LEVEL_NONE
4505: , p_control_rec => l_control_rec

Line 4502: oe_order_adj_pvt.Line_Price_Atts

4498: IF l_debug_level > 0 THEN
4499: oe_debug_pub.add( 'BEFORE CALLING OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;
4500: END IF;
4501: -- Call Oe_Order_Adj_Pvt.Line_Price_Atts
4502: oe_order_adj_pvt.Line_Price_Atts
4503: ( p_init_msg_list => FND_API.G_TRUE
4504: , p_validation_level => FND_API.G_VALID_LEVEL_NONE
4505: , p_control_rec => l_control_rec
4506: , p_x_line_price_att_tbl => l_x_Line_price_att_tbl

Line 4510: oe_debug_pub.add( 'AFTER CALLING OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;

4506: , p_x_line_price_att_tbl => l_x_Line_price_att_tbl
4507: , p_x_old_line_price_att_tbl => l_x_old_Line_price_att_tbl
4508: );
4509: IF l_debug_level > 0 THEN
4510: oe_debug_pub.add( 'AFTER CALLING OE_ORDER_ADJ_PVT.LINE_PRICE_ATTS' ) ;
4511: END IF;
4512: l_x_Line_Price_Att_Rec := l_x_Line_Price_Att_tbl(1);
4513:
4514: IF l_x_Line_Price_Att_Rec.return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN