DBA Data[Home] [Help]

APPS.OE_LINE_REPRICE dependencies on OE_ORDER_ADJ_PVT

Line 99: oe_order_adj_pvt.Price_line(

95: oe_debug_pub.add( 'REPRICING EVENT '||P_REPRICING_EVENT , 2 ) ;
96: oe_debug_pub.add( 'REPRICING DATE '||L_X_LINE_TBL ( 1 ) .PRICING_DATE , 2 ) ;
97: END IF;
98:
99: oe_order_adj_pvt.Price_line(
100: X_Return_Status => l_Return_Status
101: ,p_Line_id => NULL
102: ,p_Request_Type_code=> 'ONT'
103: ,p_Control_rec => l_Price_Control_Rec