Advanced Pricing - EBS (MOSC)

MOSC Banner

How to update end_date_active of price list using API qp_price_list_pub.process_price_list

edited Apr 17, 2020 10:52AM in Advanced Pricing - EBS (MOSC) 3 commentsAnswered

Hi,

I am using qp_price_list_pub.process_price_list API to update the the end_date_active of price list.

It works fine for the price list lines and updates the end_Date_active field of lines but it does not update the end_date _Active field at price list header level.

Please suggest.

I am passing following fields :

  gpr_price_list_rec.list_header_id := 10696338;

      gpr_price_list_rec.list_type_code := 'PRL';

      gpr_price_list_rec.SOURCE_SYSTEM_CODE := 'QP';

      gpr_price_list_rec.operation := qp_globals.g_opr_update;

      gpr_price_list_rec.END_DATE_ACTIVE := (sysdate);

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