DBA Data[Home] [Help]

APPS.QP_UPDATE_FORMULAPRICE_PVT dependencies on QP_LIST_HEADERS_B

Line 294: FROM qp_list_headers_b

290:
291: BEGIN
292: SELECT rounding_factor
293: INTO l_rounding_factor
294: FROM qp_list_headers_b
295: WHERE list_header_id = l_lines_rec.list_header_id;
296: EXCEPTION
297: WHEN OTHERS THEN
298: l_rounding_factor := -2;