DBA Data[Home] [Help]

APPS.PO_RFQ_VENDOR_SV SQL Statements

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

Line: 40

	SELECT max(sequence_num) + 1
	FROM   po_rfq_vendors
	WHERE  po_header_id = X_po_header_id;
Line: 125

  SELECT MAX('N')
  INTO   X_seq_num_is_unique
  FROM   po_rfq_vendors
  WHERE  po_header_id = X_po_header_id
  AND    sequence_num = X_sequence_num;