DBA Data[Home] [Help]

APPS.AP_APPROVAL_MATCHED_PKG dependencies on AP_INVOICE_LINES_ALL

Line 5813: FROM ap_invoice_lines_all

5809:
5810: BEGIN
5811: SELECT 'Price Difference or Quantity Has Decimals'
5812: INTO l_check
5813: FROM ap_invoice_lines_all
5814: WHERE invoice_id = p_invoice_id
5815: AND po_line_location_id = p_line_location_id
5816: AND (unit_price <> p_po_unit_price OR
5817: quantity_invoiced <> trunc(quantity_invoiced));