DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_PVT dependencies on QP_PRICE_REQUEST_CONTEXT

Line 552: -- qp_price_request_context.set_request_id;

548: -- of the Price Book Generation Concurrent program, issue muliple calls to
549: -- the pricing engine with such optimized price book line data sets, till
550: -- all such sets get priced.
551:
552: -- qp_price_request_context.set_request_id;
553:
554: --Insert records in qp_preq_lines_tmp
555: OPEN insert_lines2_cur(p_price_book_header_id,
556: p_pb_input_header_rec.effective_date,

Line 565: qp_price_request_context.set_request_id;

561: p_pb_input_header_rec.pl_agr_bsa_id);
562: LOOP
563: -- This statement is moved into the loop (to process the price book
564: -- lines in batches.
565: qp_price_request_context.set_request_id;
566: fnd_file.put_line(fnd_file.Log, 'Pricing Engine Request ID: '
567: || qp_price_request_context.get_request_id);
568:
569: --Delete the plsql table of records for each loop repetition

Line 567: || qp_price_request_context.get_request_id);

563: -- This statement is moved into the loop (to process the price book
564: -- lines in batches.
565: qp_price_request_context.set_request_id;
566: fnd_file.put_line(fnd_file.Log, 'Pricing Engine Request ID: '
567: || qp_price_request_context.get_request_id);
568:
569: --Delete the plsql table of records for each loop repetition
570: l_line_type_code_tbl.delete;
571: l_pricing_effective_date_tbl.delete;