DBA Data[Home] [Help]

APPS.QP_VALIDATE_PRICE_LIST_LINE dependencies on QP_LIST_HEADERS_ALL_B

Line 62: SELECT start_date_active, end_date_active INTO l_hdr_start_date, l_hdr_end_date FROM QP_LIST_HEADERS_ALL_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_ALL_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