DBA Data[Home] [Help]

APPS.QP_PRICE_LIST_PUB SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 159

                select list_source_code into l_list_source_code
                from qp_list_headers_b
                where list_header_id = p_PRICE_LIST_LINE_tbl(1).list_header_id;
Line: 174

                select list_source_code into l_list_source_code
                from qp_list_headers_b
                where list_header_id = (select list_header_id from qp_list_lines
                                        where list_line_id = p_PRICE_LIST_LINE_tbl(1).list_line_id);