Advanced Pricing - EBS (MOSC)

MOSC Banner

How can I load the modifier with "Exclude" option by API [qp_modifiers_pub.process_modifiers]

edited Sep 16, 2014 5:05AM in Advanced Pricing - EBS (MOSC) 1 commentAnswered

I need to load modifier from customized table using API.

I can load the modifier line but failed to load the "Exclude" option value. Thanks in advance.

--Header info (existing Modifier list)

    ppr_modifier_list_rec.list_header_id := modifier_rec.list_header_id;
    ppr_modifier_list_rec.list_type_code := modifier_rec.list_type_code;
    ppr_modifier_list_rec.description := modifier_rec.description;
    ppr_modifier_list_rec.operation := QP_GLOBALS.G_OPR_UPDATE;

--New modifier line info

       
ppr_modifiers_tbl(j).list_header_id := p_list_header_id;
ppr_modifiers_tbl(j).list_line_id := FND_API.G_MISS_NUM;

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