DBA Data[Home] [Help]

APPS.PER_PSS_SHD SQL Statements

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

Line: 52

    select
	salary_survey_id,
	object_version_number,
	survey_name,
	survey_company_code,
	identifier,
--ras	currency_code,
	survey_type_code,
	base_region,
	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_surveys
    where	salary_survey_id = p_salary_survey_id;
Line: 151

    select 	salary_survey_id,
	object_version_number,
	survey_name,
	survey_company_code,
	identifier,
--ras--	currency_code,
	survey_type_code,
	base_region,
	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_surveys
    where	salary_survey_id = p_salary_survey_id
    for	update nowait;