DBA Data[Home] [Help]

APPS.OE_BULK_PRICEORDER_PVT dependencies on OE_PRICE_ADJUSTMENTS

Line 148: This procedure transfers valid adjustments from QP temp tables to oe_price_adjustments

144: End;
145:
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

Line 174: INSERT INTO OE_PRICE_ADJUSTMENTS

170: oe_debug_pub.add( 'INSIDE OE_BULK_PRICEORDER_PVT.INSERT_ADJ' ) ;
171: END IF;
172: --bug 3544829
173: -- added the condition for manual adjustments in the where clause
174: INSERT INTO OE_PRICE_ADJUSTMENTS
175: ( PRICE_ADJUSTMENT_ID
176: , CREATION_DATE
177: , CREATED_BY
178: , LAST_UPDATE_DATE