DBA Data[Home] [Help]

APPS.QP_COPY_PRICELIST_PVT dependencies on QP_LIST_HEADERS_B_S

Line 409: SELECT qp_list_headers_b_s.nextval

405: l_count := 0; --Reset the mapping table count for each discount header
406:
407: --Select next discount_header_id
408:
409: SELECT qp_list_headers_b_s.nextval
410: INTO l_new_discount_header_id
411: FROM dual;
412:
413: --bug#6636843

Line 1665: SELECT qp_list_headers_b_s.nextval

1661: /** Following code inserts price list header information **/
1662:
1663: -- Get next list_header_id
1664:
1665: SELECT qp_list_headers_b_s.nextval
1666: INTO l_new_list_header_id
1667: FROM dual;
1668:
1669: -- Insert Price List Header information