DBA Data[Home] [Help]

APPS.PER_ZA_QUA_SHD SQL Statements

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

Line: 75

    select
	    qualification_id,
		level_id,
		field_of_learning,
		sub_field,
		registration_date,
		registration_number
    from
	    per_za_formal_qualifications
    where
	    qualification_id = p_qualification_id
    for	update nowait;