DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_PVT dependencies on QP_PRICE_REQUEST_CONTEXT

Line 553: -- qp_price_request_context.set_request_id;

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

Line 568: qp_price_request_context.set_request_id;

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

Line 570: || qp_price_request_context.get_request_id);

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