Why is API QP_PREQ_PUB.PRICE_REQUEST not pulling prices correctly when price formula is used?
Hi,
We're using R12.1.3 of Oracle EBS.
Some reason QP_PREQ_PUB.PRICE_REQUEST is not pulling the correct price information if the modifier line uses a price Formula.
Please advise.
Thanks,
Ram
Code--
SET SERVEROUTPUT ON SIZE UNLIMITED;
DECLARE
p_line_tbl qp_preq_grp.line_tbl_type;
p_qual_tbl qp_preq_grp.qual_tbl_type;
p_line_attr_tbl qp_preq_grp.line_attr_tbl_type;
p_line_detail_tbl qp_preq_grp.line_detail_tbl_type;
p_line_detail_qual_tbl qp_preq_grp.line_detail_qual_tbl_type;
p_line_detail_attr_tbl qp_preq_grp.line_detail_attr_tbl_type;