Advanced Pricing - EBS (MOSC)

MOSC Banner

Why API qp_price_list_pub.process_price_list is not creating qualifier successfully ?

edited Jul 4, 2017 5:00AM in Advanced Pricing - EBS (MOSC) 1 commentAnswered

Hi,

I am using the below piece of code to create qualifier for a price list using qp_price_list_pub.process_price_list API  .

The return status is success but I dont see qualifier created in the application and not in the tables as well.

/* Formatted on 4/18/2017 11:53:26 AM (QP5 v5.163.1008.3004) */

DECLARE

   gpr_return_status             VARCHAR2 (1) := NULL;

   gpr_msg_count                 NUMBER := 0;

   gpr_msg_data                  VARCHAR2 (2000);

   gpr_price_list_rec            qp_price_list_pub.price_list_rec_type;

   gpr_price_list_val_rec        qp_price_list_pub.price_list_val_rec_type;

   gpr_price_list_line_tbl       qp_price_list_pub.price_list_line_tbl_type;

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