DBA Data[Home] [Help]

APPS.PER_ZA_TRA_SHD SQL Statements

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

Line: 75

    select
 	TRAINING_ID,
 	LEVEL_ID,
 	PERSON_ID,
 	FIELD_OF_LEARNING,
 	COURSE,
 	SUB_FIELD,
 	CREDIT,
	NOTIONAL_HOURS,
 	REGISTRATION_DATE,
 	REGISTRATION_NUMBER
    from
	    	per_za_training
    where
	    	training_id = p_training_id
    for	update nowait;