DBA Data[Home] [Help]

APPS.BEN_BNG_SHD SQL Statements

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

Line: 80

    select
		benfts_grp_id,
	business_group_id,
	name,
	bng_desc,
	bng_attribute_category,
	bng_attribute1,
	bng_attribute2,
	bng_attribute3,
	bng_attribute4,
	bng_attribute5,
	bng_attribute6,
	bng_attribute7,
	bng_attribute8,
	bng_attribute9,
	bng_attribute10,
	bng_attribute11,
	bng_attribute12,
	bng_attribute13,
	bng_attribute14,
	bng_attribute15,
	bng_attribute16,
	bng_attribute17,
	bng_attribute18,
	bng_attribute19,
	bng_attribute20,
	bng_attribute21,
	bng_attribute22,
	bng_attribute23,
	bng_attribute24,
	bng_attribute25,
	bng_attribute26,
	bng_attribute27,
	bng_attribute28,
	bng_attribute29,
	bng_attribute30,
	object_version_number
    from	ben_benfts_grp
    where	benfts_grp_id = p_benfts_grp_id;
Line: 186

    select 	benfts_grp_id,
	business_group_id,
	name,
	bng_desc,
	bng_attribute_category,
	bng_attribute1,
	bng_attribute2,
	bng_attribute3,
	bng_attribute4,
	bng_attribute5,
	bng_attribute6,
	bng_attribute7,
	bng_attribute8,
	bng_attribute9,
	bng_attribute10,
	bng_attribute11,
	bng_attribute12,
	bng_attribute13,
	bng_attribute14,
	bng_attribute15,
	bng_attribute16,
	bng_attribute17,
	bng_attribute18,
	bng_attribute19,
	bng_attribute20,
	bng_attribute21,
	bng_attribute22,
	bng_attribute23,
	bng_attribute24,
	bng_attribute25,
	bng_attribute26,
	bng_attribute27,
	bng_attribute28,
	bng_attribute29,
	bng_attribute30,
	object_version_number
    from	ben_benfts_grp
    where	benfts_grp_id = p_benfts_grp_id
    for	update nowait;