DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on OE_ORDER_ADJ_PVT

Line 7429: Oe_Order_Adj_Pvt.Reset_Fields(l_temp_line_rec);

7425: OE_MSG_PUB.INSERT_MESSAGE(OE_MSG_PUB.COUNT_MSG, G_REQUEST_ID,'U');
7426: END IF;
7427:
7428: oe_debug_pub.add('has invalid line 5');
7429: Oe_Order_Adj_Pvt.Reset_Fields(l_temp_line_rec);
7430: end if;
7431: else
7432: l_temp_line_rec.line_id := Wrong_line.line_id;
7433: l_temp_line_rec.ordered_quantity := Wrong_line.line_quantity;

Line 7446: Oe_Order_Adj_Pvt.Reset_Fields(l_temp_line_rec);

7442: END IF;
7443: OE_MSG_PUB.INSERT_MESSAGE(OE_MSG_PUB.COUNT_MSG, G_REQUEST_ID,'U');
7444: END IF;
7445:
7446: Oe_Order_Adj_Pvt.Reset_Fields(l_temp_line_rec);
7447: end if;
7448: Else
7449: oe_debug_pub.add('No invalid line');
7450: l_invalid_line:='N';

Line 7481: Oe_Order_Adj_Pvt.Reset_Fields(l_temp_line_rec);

7477: OE_MSG_PUB.ADD;
7478: l_temp_line_rec.line_id := book_line.line_id;
7479: l_temp_line_rec.ordered_quantity := book_line.line_quantity;
7480: l_temp_line_rec.pricing_quantity := book_line.priced_quantity;
7481: Oe_Order_Adj_Pvt.Reset_Fields(l_temp_line_rec);
7482: RAISE FND_API.G_EXC_ERROR;
7483: end if;
7484: else
7485: OE_MSG_PUB.ADD;