Order Management - EBS (MOSC)

MOSC Banner

Price adjustments

edited Mar 13, 2014 12:00PM in Order Management - EBS (MOSC) 2 commentsAnswered

Hi,

I need to chnage selling price on the order and I am using API, but not working using API. Works from order manegemnt in application

The code for adjustment is like this

  l_return_line_t(j).calculate_price_flag:= 'P';

  --adjustments

l_line_adj_t                          :=oe_order_pub.G_MISS_LINE_ADJ_TBL;

l_line_adj_t  (1).operation             :=oe_globals.g_opr_create;

l_line_adj_t  (1).price_adjustment_id   :=oe_price_adjustments_s.nextval;

  l_line_adj_t  (1).list_header_id        :=ln_list_header_id;

  l_line_adj_t  (1).list_line_id          := ln_list_line_id

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center