DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_PVT dependencies on QP_PREQ_PUB

Line 1141: QP_PREQ_PUB.g_call_from_price_book := 'Y';

1137: -- TODO: Identify the records requiring clean-up per every iteration, and
1138: -- write the clean-up code before the immediate hyphenated string.
1139:
1140: ----------------------------------
1141: QP_PREQ_PUB.g_call_from_price_book := 'Y';
1142:
1143: --Fetch he Pricing Events info from the Pricing Parameters setup
1144: l_pricing_events := QP_Param_Util.Get_Parameter_Value (
1145: p_level => 'REQ', --For Request Type level

Line 1168: QP_PREQ_PUB.Price_Request(l_control_rec,

1164: fnd_file.put_line(fnd_file.Log, 'Before Pricing Engine call');
1165:
1166: --Call the Pricing Engine
1167:
1168: QP_PREQ_PUB.Price_Request(l_control_rec,
1169: l_return_status,
1170: l_return_status_text);
1171:
1172: fnd_file.put_line(fnd_file.Log, 'After Pricing Engine Call...');