DBA Data[Home] [Help]

APPS.PO_POXBLREL_XMLP_PKG SQL Statements

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

Line: 17

    SELECT displayed_field
    INTO l_sort
    FROM po_lookup_codes
    WHERE lookup_code = P_ORDERBY
    AND lookup_type = 'SRS ORDER BY';
Line: 97

        select structure_id
        into l_p_struct_num
        from mtl_default_sets_view
        where functional_area_id = 2 ;
Line: 116

       SELECT  psp.manual_po_num_type        manual_po_num_type
       into    P_Po_num_type
       FROM    po_system_parameters psp;