DBA Data[Home] [Help]

APPS.OE_BULK_PRICEORDER_PVT dependencies on OE_ORDER_PUB

Line 150: --!!!warning, Insert_Adj look oe_order_pub.g_hdr.header_id will need to change for hvop

146: /*************************************************************************************************
147: Procedure Insert_Adj
148: This procedure transfers valid adjustments from QP temp tables to oe_price_adjustments
149: **************************************************************************************************/
150: --!!!warning, Insert_Adj look oe_order_pub.g_hdr.header_id will need to change for hvop
151: --OE_ADV_PRICE_PVT.Insert_Adj;
152: --The reason not to call adv_price_pvt.insert_adj is because this will introduce dependency on
153: --qp data model. That is header_id will need to be added to qp_preq_lines_tmp. If we reference
154: --qp_preq_lines_tmp.header_id, in Oe_adj_price_pvt.insert_adj then we will need to include odf that

Line 1372: l_request_rec oe_order_pub.request_rec_type;

1368: , x_return_status OUT NOCOPY VARCHAR2
1369: )
1370: IS
1371: l_price_control_rec QP_PREQ_GRP.control_record_type;
1372: l_request_rec oe_order_pub.request_rec_type;
1373: l_line_tbl oe_order_pub.line_tbl_type;
1374: l_multiple_events VARCHAR2(1);
1375: l_book_failed VARCHAR2(1);
1376: l_header_id NUMBER;

Line 1373: l_line_tbl oe_order_pub.line_tbl_type;

1369: )
1370: IS
1371: l_price_control_rec QP_PREQ_GRP.control_record_type;
1372: l_request_rec oe_order_pub.request_rec_type;
1373: l_line_tbl oe_order_pub.line_tbl_type;
1374: l_multiple_events VARCHAR2(1);
1375: l_book_failed VARCHAR2(1);
1376: l_header_id NUMBER;
1377: l_header_count NUMBER := p_header_rec.HEADER_ID.COUNT;