DBA Data[Home] [Help]

APPS.QP_COPY_PRICELIST_PVT dependencies on QP_LIST_HEADERS_B_S

Line 400: SELECT qp_list_headers_b_s.nextval

396: l_count := 0; --Reset the mapping table count for each discount header
397:
398: --Select next discount_header_id
399:
400: SELECT qp_list_headers_b_s.nextval
401: INTO l_new_discount_header_id
402: FROM dual;
403:
404: --bug#6636843

Line 1483: SELECT qp_list_headers_b_s.nextval

1479: /** Following code inserts price list header information **/
1480:
1481: -- Get next list_header_id
1482:
1483: SELECT qp_list_headers_b_s.nextval
1484: INTO l_new_list_header_id
1485: FROM dual;
1486:
1487: -- Insert Price List Header information