DBA Data[Home] [Help]

APPS.FV_AP_MATCH_PKG SQL Statements

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

Line: 21

     select receipt_required_flag,inspection_required_flag
     into v_rec_flag ,v_ins_flag
     from po_line_locations
     where line_location_id = p_line_location_id;
Line: 72

       SELECT NVL(payables_tolerance_flag, 'N'), payables_tolerance
       INTO   l_payables_tolerance_flag, l_payables_tolerance
       FROM   fv_operating_units;