DBA Data[Home] [Help]

APPS.QP_VALIDATE_PRICE_LIST_LINE dependencies on QP_LIST_HEADERS_B

Line 62: SELECT start_date_active, end_date_active INTO l_hdr_start_date, l_hdr_end_date FROM qp_list_headers_b b

58: -- Check conditionally required attributes here.
59: --
60:
61: -- begin bug 5040708
62: SELECT start_date_active, end_date_active INTO l_hdr_start_date, l_hdr_end_date FROM qp_list_headers_b b
63: WHERE b.list_header_id = p_PRICE_LIST_LINE_rec.list_header_id;
64:
65: -- validate PLL start date falls within PLH dates
66: /* bug 5111502