DBA Data[Home] [Help]

APPS.INL_MATCH_GRP dependencies on AP_INVOICE_LINES_ALL

Line 491: FROM ap_invoice_lines_all l

487: p_var_value => c_distr_rec.correction_type
488: );
489: SELECT count(*)
490: INTO l_count_to_match_amt
491: FROM ap_invoice_lines_all l
492: WHERE l.invoice_id = p_invoice_id
493: AND l.line_type_lookup_code <> 'ITEM';
494:
495: IF l_count_to_match_amt < 2 THEN