DBA Data[Home] [Help]

APPS.PO_ASL_THS2 SQL Statements

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

Line: 43

  cursor asl_row is	SELECT *
			FROM   po_approved_supplier_list
			WHERE  rowid = x_row_id
			FOR UPDATE of asl_id NOWAIT;
Line: 56

    fnd_message.set_name('FND','FORM_RECORD_DELETED');