DBA Data[Home] [Help]

APPS.OE_BLANKET_PRICING_UTIL dependencies on QP_LIST_LINES

Line 663: from qp_list_lines

659: -- For the bug #3985489
660: begin
661: select 'Y'
662: into l_exist_qp_list_line_id
663: from qp_list_lines
664: where list_line_id = l_qp_list_line_id;
665: exception
666: when others then
667: l_exist_qp_list_line_id := 'N';