DBA Data[Home] [Help]

APPS.PER_PAR_SHD SQL Statements

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

Line: 58

    select
        participant_id,
	business_group_id,
	object_version_number,
	questionnaire_template_id,
	participation_in_table,
	participation_in_column,
	participation_in_id,
        participation_status,
        participation_type,
        last_notified_date,
	date_completed,
	comments,
	person_id,
	attribute_category,
	attribute1,
	attribute2,
	attribute3,
	attribute4,
	attribute5,
	attribute6,
	attribute7,
	attribute8,
	attribute9,
	attribute10,
	attribute11,
	attribute12,
	attribute13,
	attribute14,
	attribute15,
	attribute16,
	attribute17,
	attribute18,
	attribute19,
	attribute20,
  participant_usage_status
    from	per_participants
    where	participant_id = p_participant_id;
Line: 163

    select
	participant_id,
	business_group_id,
	object_version_number,
	questionnaire_template_id,
	participation_in_table,
	participation_in_column,
	participation_in_id,
        participation_status,
        participation_type,
        last_notified_date,
	date_completed,
	comments,
	person_id,
	attribute_category,
	attribute1,
	attribute2,
	attribute3,
	attribute4,
	attribute5,
	attribute6,
	attribute7,
	attribute8,
	attribute9,
	attribute10,
	attribute11,
	attribute12,
	attribute13,
	attribute14,
	attribute15,
	attribute16,
	attribute17,
	attribute18,
	attribute19,
	attribute20,
  participant_usage_status
    from	per_participants
    where	participant_id = p_participant_id
    for	update nowait;