DBA Data[Home] [Help]

APPS.QP_MODIFIERS_PUB SQL Statements

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

Line: 154

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

                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_MODIFIERS_tbl(1).list_line_id);