DBA Data[Home] [Help]

APPS.PER_SHA_SHD SQL Statements

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

Line: 49

    select
	std_holiday_absences_id,
	date_not_taken,
	person_id,
	standard_holiday_id,
	actual_date_taken,
	reason,
        expired,
	attribute_category,
	attribute1,
	attribute2,
	attribute3,
	attribute4,
	attribute5,
	attribute6,
	attribute7,
	attribute8,
	attribute9,
	attribute10,
	attribute11,
	attribute12,
	attribute13,
	attribute14,
	attribute15,
	attribute16,
	attribute17,
	attribute18,
	attribute19,
	attribute20,
	object_version_number
    from	per_std_holiday_absences
    where	std_holiday_absences_id = p_std_holiday_absences_id;
Line: 148

    select 	std_holiday_absences_id,
	date_not_taken,
	person_id,
	standard_holiday_id,
	actual_date_taken,
	reason,
        expired,
	attribute_category,
	attribute1,
	attribute2,
	attribute3,
	attribute4,
	attribute5,
	attribute6,
	attribute7,
	attribute8,
	attribute9,
	attribute10,
	attribute11,
	attribute12,
	attribute13,
	attribute14,
	attribute15,
	attribute16,
	attribute17,
	attribute18,
	attribute19,
	attribute20,
	object_version_number
    from	per_std_holiday_absences
    where	std_holiday_absences_id = p_std_holiday_absences_id
    for	update nowait;