DBA Data[Home] [Help]

APPS.BEN_RVC_INS SQL Statements

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

Line: 53

Procedure insert_dml(p_rec in out nocopy ben_rvc_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'insert_dml';
Line: 65

  insert into ben_prtt_rt_val_ctfn_prvdd
  (	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
  )
  Values
  (	p_rec.prtt_rt_val_ctfn_prvdd_id,
	p_rec.enrt_ctfn_typ_cd,
        p_rec.enrt_ctfn_rqd_flag,
        p_rec.enrt_ctfn_recd_dt,
        p_rec.enrt_ctfn_dnd_dt,
	p_rec.prtt_rt_val_id,
	p_rec.business_group_id,
	p_rec.rvc_attribute_category,
	p_rec.rvc_attribute1,
	p_rec.rvc_attribute2,
	p_rec.rvc_attribute3,
	p_rec.rvc_attribute4,
	p_rec.rvc_attribute5,
	p_rec.rvc_attribute6,
	p_rec.rvc_attribute7,
	p_rec.rvc_attribute8,
	p_rec.rvc_attribute9,
	p_rec.rvc_attribute10,
	p_rec.rvc_attribute11,
	p_rec.rvc_attribute12,
	p_rec.rvc_attribute13,
	p_rec.rvc_attribute14,
	p_rec.rvc_attribute15,
	p_rec.rvc_attribute16,
	p_rec.rvc_attribute17,
	p_rec.rvc_attribute18,
	p_rec.rvc_attribute19,
	p_rec.rvc_attribute20,
	p_rec.rvc_attribute21,
	p_rec.rvc_attribute22,
	p_rec.rvc_attribute23,
	p_rec.rvc_attribute24,
	p_rec.rvc_attribute25,
	p_rec.rvc_attribute26,
	p_rec.rvc_attribute27,
	p_rec.rvc_attribute28,
	p_rec.rvc_attribute29,
	p_rec.rvc_attribute30,
	p_rec.request_id,
	p_rec.program_application_id,
	p_rec.program_id,
	p_rec.program_update_date,
	p_rec.object_version_number
  );
Line: 178

End insert_dml;
Line: 217

Procedure pre_insert(p_rec  in out nocopy ben_rvc_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'pre_insert';
Line: 221

  Cursor C_Sel1 is select ben_prtt_rt_val_ctfn_prvdd_s.nextval from sys.dual;
Line: 234

End pre_insert;
Line: 268

Procedure post_insert(
p_effective_date in date,p_rec in ben_rvc_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'post_insert';
Line: 281

    ben_rvc_rki.after_insert
      (
  p_prtt_rt_val_ctfn_prvdd_id     =>p_rec.prtt_rt_val_ctfn_prvdd_id
 ,p_enrt_ctfn_typ_cd              =>p_rec.enrt_ctfn_typ_cd
 ,p_enrt_ctfn_rqd_flag            =>p_rec.enrt_ctfn_rqd_flag
 ,p_enrt_ctfn_recd_dt             =>p_rec.enrt_ctfn_recd_dt
 ,p_enrt_ctfn_dnd_dt              =>p_rec.enrt_ctfn_dnd_dt
 ,p_prtt_rt_val_id                =>p_rec.prtt_rt_val_id
 ,p_business_group_id             =>p_rec.business_group_id
 ,p_rvc_attribute_category        =>p_rec.rvc_attribute_category
 ,p_rvc_attribute1                =>p_rec.rvc_attribute1
 ,p_rvc_attribute2                =>p_rec.rvc_attribute2
 ,p_rvc_attribute3                =>p_rec.rvc_attribute3
 ,p_rvc_attribute4                =>p_rec.rvc_attribute4
 ,p_rvc_attribute5                =>p_rec.rvc_attribute5
 ,p_rvc_attribute6                =>p_rec.rvc_attribute6
 ,p_rvc_attribute7                =>p_rec.rvc_attribute7
 ,p_rvc_attribute8                =>p_rec.rvc_attribute8
 ,p_rvc_attribute9                =>p_rec.rvc_attribute9
 ,p_rvc_attribute10               =>p_rec.rvc_attribute10
 ,p_rvc_attribute11               =>p_rec.rvc_attribute11
 ,p_rvc_attribute12               =>p_rec.rvc_attribute12
 ,p_rvc_attribute13               =>p_rec.rvc_attribute13
 ,p_rvc_attribute14               =>p_rec.rvc_attribute14
 ,p_rvc_attribute15               =>p_rec.rvc_attribute15
 ,p_rvc_attribute16               =>p_rec.rvc_attribute16
 ,p_rvc_attribute17               =>p_rec.rvc_attribute17
 ,p_rvc_attribute18               =>p_rec.rvc_attribute18
 ,p_rvc_attribute19               =>p_rec.rvc_attribute19
 ,p_rvc_attribute20               =>p_rec.rvc_attribute20
 ,p_rvc_attribute21               =>p_rec.rvc_attribute21
 ,p_rvc_attribute22               =>p_rec.rvc_attribute22
 ,p_rvc_attribute23               =>p_rec.rvc_attribute23
 ,p_rvc_attribute24               =>p_rec.rvc_attribute24
 ,p_rvc_attribute25               =>p_rec.rvc_attribute25
 ,p_rvc_attribute26               =>p_rec.rvc_attribute26
 ,p_rvc_attribute27               =>p_rec.rvc_attribute27
 ,p_rvc_attribute28               =>p_rec.rvc_attribute28
 ,p_rvc_attribute29               =>p_rec.rvc_attribute29
 ,p_rvc_attribute30               =>p_rec.rvc_attribute30
 ,p_request_id                    =>p_rec.request_id
 ,p_program_application_id        =>p_rec.program_application_id
 ,p_program_id                    =>p_rec.program_id
 ,p_program_update_date           =>p_rec.program_update_date
 ,p_object_version_number         =>p_rec.object_version_number
 ,p_effective_date                =>p_effective_date
      );
Line: 343

End post_insert;
Line: 361

  ben_rvc_bus.insert_validate(p_rec
  ,p_effective_date);
Line: 366

  pre_insert(p_rec);
Line: 370

  insert_dml(p_rec);
Line: 374

  post_insert(
p_effective_date,p_rec);
Line: 425

  p_program_update_date          in date             default null,
  p_object_version_number        out nocopy number
  ) is
--
  l_rec	  ben_rvc_shd.g_rec_type;
Line: 482

  p_program_update_date,
  null
  );