DBA Data[Home] [Help]

APPS.BEN_RVC_SHD SQL Statements

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

Line: 74

    select
	prtt_rt_val_ctfn_prvdd_id,
	enrt_ctfn_typ_cd,
        enrt_ctfn_rqd_flag ,
        enrt_ctfn_recd_dt ,
        enrt_ctfn_dnd_dt ,
	prtt_rt_val_id,
	business_group_id,
	rvc_attribute_category,
	rvc_attribute1,
	rvc_attribute2,
	rvc_attribute3,
	rvc_attribute4,
	rvc_attribute5,
	rvc_attribute6,
	rvc_attribute7,
	rvc_attribute8,
	rvc_attribute9,
	rvc_attribute10,
	rvc_attribute11,
	rvc_attribute12,
	rvc_attribute13,
	rvc_attribute14,
	rvc_attribute15,
	rvc_attribute16,
	rvc_attribute17,
	rvc_attribute18,
	rvc_attribute19,
	rvc_attribute20,
	rvc_attribute21,
	rvc_attribute22,
	rvc_attribute23,
	rvc_attribute24,
	rvc_attribute25,
	rvc_attribute26,
	rvc_attribute27,
	rvc_attribute28,
	rvc_attribute29,
	rvc_attribute30,
	request_id,
	program_application_id,
	program_id,
	program_update_date,
	object_version_number
    from	ben_prtt_rt_val_ctfn_prvdd
    where	prtt_rt_val_ctfn_prvdd_id = p_prtt_rt_val_ctfn_prvdd_id;
Line: 187

    select 	prtt_rt_val_ctfn_prvdd_id,
	enrt_ctfn_typ_cd,
        enrt_ctfn_rqd_flag ,
        enrt_ctfn_recd_dt ,
        enrt_ctfn_dnd_dt ,
	prtt_rt_val_id,
	business_group_id,
	rvc_attribute_category,
	rvc_attribute1,
	rvc_attribute2,
	rvc_attribute3,
	rvc_attribute4,
	rvc_attribute5,
	rvc_attribute6,
	rvc_attribute7,
	rvc_attribute8,
	rvc_attribute9,
	rvc_attribute10,
	rvc_attribute11,
	rvc_attribute12,
	rvc_attribute13,
	rvc_attribute14,
	rvc_attribute15,
	rvc_attribute16,
	rvc_attribute17,
	rvc_attribute18,
	rvc_attribute19,
	rvc_attribute20,
	rvc_attribute21,
	rvc_attribute22,
	rvc_attribute23,
	rvc_attribute24,
	rvc_attribute25,
	rvc_attribute26,
	rvc_attribute27,
	rvc_attribute28,
	rvc_attribute29,
	rvc_attribute30,
	request_id,
	program_application_id,
	program_id,
	program_update_date,
	object_version_number
    from	ben_prtt_rt_val_ctfn_prvdd
    where	prtt_rt_val_ctfn_prvdd_id = p_prtt_rt_val_ctfn_prvdd_id
    for	update nowait;
Line: 323

	p_program_update_date           in date,
	p_object_version_number         in number
	)
	Return g_rec_type is
--
  l_rec	  g_rec_type;
Line: 378

  l_rec.program_update_date              := p_program_update_date;