DBA Data[Home] [Help]

APPS.BEN_ECC_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_ecc_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'insert_dml';
Line: 65

  insert into ben_elctbl_chc_ctfn
  (	elctbl_chc_ctfn_id,
	enrt_ctfn_typ_cd,
	rqd_flag,
	elig_per_elctbl_chc_id,
	enrt_bnft_id,
	business_group_id,
	ecc_attribute_category,
	ecc_attribute1,
	ecc_attribute2,
	ecc_attribute3,
	ecc_attribute4,
	ecc_attribute5,
	ecc_attribute6,
	ecc_attribute7,
	ecc_attribute8,
	ecc_attribute9,
	ecc_attribute10,
	ecc_attribute11,
	ecc_attribute12,
	ecc_attribute13,
	ecc_attribute14,
	ecc_attribute15,
	ecc_attribute16,
	ecc_attribute17,
	ecc_attribute18,
	ecc_attribute19,
	ecc_attribute20,
	ecc_attribute21,
	ecc_attribute22,
	ecc_attribute23,
	ecc_attribute24,
	ecc_attribute25,
	ecc_attribute26,
	ecc_attribute27,
	ecc_attribute28,
	ecc_attribute29,
	ecc_attribute30,
        susp_if_ctfn_not_prvd_flag,
        ctfn_determine_cd,
	request_id,
	program_application_id,
	program_id,
	program_update_date,
	object_version_number
  )
  Values
  (	p_rec.elctbl_chc_ctfn_id,
	p_rec.enrt_ctfn_typ_cd,
	p_rec.rqd_flag,
	p_rec.elig_per_elctbl_chc_id,
	p_rec.enrt_bnft_id,
	p_rec.business_group_id,
	p_rec.ecc_attribute_category,
	p_rec.ecc_attribute1,
	p_rec.ecc_attribute2,
	p_rec.ecc_attribute3,
	p_rec.ecc_attribute4,
	p_rec.ecc_attribute5,
	p_rec.ecc_attribute6,
	p_rec.ecc_attribute7,
	p_rec.ecc_attribute8,
	p_rec.ecc_attribute9,
	p_rec.ecc_attribute10,
	p_rec.ecc_attribute11,
	p_rec.ecc_attribute12,
	p_rec.ecc_attribute13,
	p_rec.ecc_attribute14,
	p_rec.ecc_attribute15,
	p_rec.ecc_attribute16,
	p_rec.ecc_attribute17,
	p_rec.ecc_attribute18,
	p_rec.ecc_attribute19,
	p_rec.ecc_attribute20,
	p_rec.ecc_attribute21,
	p_rec.ecc_attribute22,
	p_rec.ecc_attribute23,
	p_rec.ecc_attribute24,
	p_rec.ecc_attribute25,
	p_rec.ecc_attribute26,
	p_rec.ecc_attribute27,
	p_rec.ecc_attribute28,
	p_rec.ecc_attribute29,
	p_rec.ecc_attribute30,
        p_rec.susp_if_ctfn_not_prvd_flag,
        p_rec.ctfn_determine_cd,
	p_rec.request_id,
	p_rec.program_application_id,
	p_rec.program_id,
	p_rec.program_update_date,
	p_rec.object_version_number
  );
Line: 180

End insert_dml;
Line: 219

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

  Cursor C_Sel1 is select ben_elctbl_chc_ctfn_s.nextval from sys.dual;
Line: 236

End pre_insert;
Line: 270

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

    ben_ecc_rki.after_insert
      (
  p_elctbl_chc_ctfn_id            =>p_rec.elctbl_chc_ctfn_id
 ,p_enrt_ctfn_typ_cd              =>p_rec.enrt_ctfn_typ_cd
 ,p_rqd_flag                      =>p_rec.rqd_flag
 ,p_elig_per_elctbl_chc_id        =>p_rec.elig_per_elctbl_chc_id
 ,p_enrt_bnft_id                  =>p_rec.enrt_bnft_id
 ,p_business_group_id             =>p_rec.business_group_id
 ,p_ecc_attribute_category        =>p_rec.ecc_attribute_category
 ,p_ecc_attribute1                =>p_rec.ecc_attribute1
 ,p_ecc_attribute2                =>p_rec.ecc_attribute2
 ,p_ecc_attribute3                =>p_rec.ecc_attribute3
 ,p_ecc_attribute4                =>p_rec.ecc_attribute4
 ,p_ecc_attribute5                =>p_rec.ecc_attribute5
 ,p_ecc_attribute6                =>p_rec.ecc_attribute6
 ,p_ecc_attribute7                =>p_rec.ecc_attribute7
 ,p_ecc_attribute8                =>p_rec.ecc_attribute8
 ,p_ecc_attribute9                =>p_rec.ecc_attribute9
 ,p_ecc_attribute10               =>p_rec.ecc_attribute10
 ,p_ecc_attribute11               =>p_rec.ecc_attribute11
 ,p_ecc_attribute12               =>p_rec.ecc_attribute12
 ,p_ecc_attribute13               =>p_rec.ecc_attribute13
 ,p_ecc_attribute14               =>p_rec.ecc_attribute14
 ,p_ecc_attribute15               =>p_rec.ecc_attribute15
 ,p_ecc_attribute16               =>p_rec.ecc_attribute16
 ,p_ecc_attribute17               =>p_rec.ecc_attribute17
 ,p_ecc_attribute18               =>p_rec.ecc_attribute18
 ,p_ecc_attribute19               =>p_rec.ecc_attribute19
 ,p_ecc_attribute20               =>p_rec.ecc_attribute20
 ,p_ecc_attribute21               =>p_rec.ecc_attribute21
 ,p_ecc_attribute22               =>p_rec.ecc_attribute22
 ,p_ecc_attribute23               =>p_rec.ecc_attribute23
 ,p_ecc_attribute24               =>p_rec.ecc_attribute24
 ,p_ecc_attribute25               =>p_rec.ecc_attribute25
 ,p_ecc_attribute26               =>p_rec.ecc_attribute26
 ,p_ecc_attribute27               =>p_rec.ecc_attribute27
 ,p_ecc_attribute28               =>p_rec.ecc_attribute28
 ,p_ecc_attribute29               =>p_rec.ecc_attribute29
 ,p_ecc_attribute30               =>p_rec.ecc_attribute30
 ,p_susp_if_ctfn_not_prvd_flag    =>p_rec.susp_if_ctfn_not_prvd_flag
 ,p_ctfn_determine_cd             =>p_rec.ctfn_determine_cd
 ,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: 346

End post_insert;
Line: 364

  ben_ecc_bus.insert_validate(p_rec
  ,p_effective_date);
Line: 369

  pre_insert(p_rec);
Line: 373

  insert_dml(p_rec);
Line: 377

  post_insert(
p_effective_date,p_rec);
Line: 429

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

  p_program_update_date,
  null
  );