DBA Data[Home] [Help]

APPS.PER_SSM_SHD SQL Statements

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

Line: 90

    select
		object_version_number,
	salary_survey_mapping_id,
	parent_id,
	parent_table_name,
	salary_survey_line_id,
	business_group_id,
	location_id,
	grade_id,
	company_organization_id,
	company_age_code,
	attribute_category,
	attribute1,
	attribute2,
	attribute3,
	attribute4,
	attribute5,
	attribute6,
	attribute7,
	attribute8,
	attribute9,
	attribute10,
	attribute11,
	attribute12,
	attribute13,
	attribute14,
	attribute15,
	attribute16,
	attribute17,
	attribute18,
	attribute19,
	attribute20
    from	per_salary_survey_mappings
    where	salary_survey_mapping_id = p_salary_survey_mapping_id;
Line: 189

    select 	object_version_number,
	salary_survey_mapping_id,
	parent_id,
	parent_table_name,
	salary_survey_line_id,
	business_group_id,
	location_id,
	grade_id,
	company_organization_id,
	company_age_code,
	attribute_category,
	attribute1,
	attribute2,
	attribute3,
	attribute4,
	attribute5,
	attribute6,
	attribute7,
	attribute8,
	attribute9,
	attribute10,
	attribute11,
	attribute12,
	attribute13,
	attribute14,
	attribute15,
	attribute16,
	attribute17,
	attribute18,
	attribute19,
	attribute20
    from	per_salary_survey_mappings
    where	salary_survey_mapping_id = p_salary_survey_mapping_id
    for	update nowait;