DBA Data[Home] [Help]

APPS.PER_RTL_SHD SQL Statements

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

Line: 83

    select
		rating_level_id,
	business_group_id,
	step_value,
	rating_scale_id,
	name,
	object_version_number,
        behavioural_indicator,
	competence_id,
        attribute_category,
	attribute1,
	attribute2,
	attribute3,
	attribute4,
	attribute5,
	attribute6,
	attribute7,
	attribute8,
	attribute9,
	attribute10,
	attribute11,
	attribute12,
	attribute13,
	attribute14,
	attribute15,
	attribute16,
	attribute17,
	attribute18,
	attribute19,
	attribute20
    from	per_rating_levels
    where	rating_level_id = p_rating_level_id;
Line: 182

    select 	rating_level_id,
	business_group_id,
	step_value,
	rating_scale_id,
	name,
	object_version_number,
        behavioural_indicator,
        competence_id,
	attribute_category,
	attribute1,
	attribute2,
	attribute3,
	attribute4,
	attribute5,
	attribute6,
	attribute7,
	attribute8,
	attribute9,
	attribute10,
	attribute11,
	attribute12,
	attribute13,
	attribute14,
	attribute15,
	attribute16,
	attribute17,
	attribute18,
	attribute19,
	attribute20
    from	per_rating_levels
    where	rating_level_id = p_rating_level_id
    for	update nowait;