DBA Data[Home] [Help]

APPS.BEN_CRP_SHD SQL Statements

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

Line: 69

    select
		cbr_per_in_ler_id,
	init_evt_flag,
	cnt_num,
	per_in_ler_id,
	cbr_quald_bnf_id,
	prvs_elig_perd_end_dt,
	business_group_id,
	crp_attribute_category,
	crp_attribute1,
	crp_attribute2,
	crp_attribute3,
	crp_attribute4,
	crp_attribute5,
	crp_attribute6,
	crp_attribute7,
	crp_attribute8,
	crp_attribute9,
	crp_attribute10,
	crp_attribute11,
	crp_attribute12,
	crp_attribute13,
	crp_attribute14,
	crp_attribute15,
	crp_attribute16,
	crp_attribute17,
	crp_attribute18,
	crp_attribute19,
	crp_attribute20,
	crp_attribute21,
	crp_attribute22,
	crp_attribute23,
	crp_attribute24,
	crp_attribute25,
	crp_attribute26,
	crp_attribute27,
	crp_attribute28,
	crp_attribute29,
	crp_attribute30,
	object_version_number
    from	ben_cbr_per_in_ler
    where	cbr_per_in_ler_id = p_cbr_per_in_ler_id;
Line: 178

    select 	cbr_per_in_ler_id,
	init_evt_flag,
	cnt_num,
	per_in_ler_id,
	cbr_quald_bnf_id,
	prvs_elig_perd_end_dt,
	business_group_id,
	crp_attribute_category,
	crp_attribute1,
	crp_attribute2,
	crp_attribute3,
	crp_attribute4,
	crp_attribute5,
	crp_attribute6,
	crp_attribute7,
	crp_attribute8,
	crp_attribute9,
	crp_attribute10,
	crp_attribute11,
	crp_attribute12,
	crp_attribute13,
	crp_attribute14,
	crp_attribute15,
	crp_attribute16,
	crp_attribute17,
	crp_attribute18,
	crp_attribute19,
	crp_attribute20,
	crp_attribute21,
	crp_attribute22,
	crp_attribute23,
	crp_attribute24,
	crp_attribute25,
	crp_attribute26,
	crp_attribute27,
	crp_attribute28,
	crp_attribute29,
	crp_attribute30,
	object_version_number
    from	ben_cbr_per_in_ler
    where	cbr_per_in_ler_id = p_cbr_per_in_ler_id
    for	update nowait;