DBA Data[Home] [Help]

APPS.OE_BLANKET_PRICING_UTIL dependencies on QP_LIST_LINES

Line 642: from qp_list_lines

638: -- For the bug #3985489
639: begin
640: select 'Y'
641: into l_exist_qp_list_line_id
642: from qp_list_lines
643: where list_line_id = l_qp_list_line_id;
644: exception
645: when others then
646: l_exist_qp_list_line_id := 'N';