DBA Data[Home] [Help]

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

  insert into ben_hrs_wkd_in_perd_fctr
  (	hrs_wkd_in_perd_fctr_id,
	name,
	business_group_id,
	hrs_src_cd,
	rndg_cd,
	rndg_rl,
	hrs_wkd_det_cd,
	hrs_wkd_det_rl,
	no_mn_hrs_wkd_flag,
	mx_hrs_num,
	no_mx_hrs_wkd_flag,
	once_r_cntug_cd,
	mn_hrs_num,
        hrs_alt_val_to_use_cd,
        pyrl_freq_cd,
        hrs_wkd_calc_rl,
        defined_balance_id,
        bnfts_bal_id,
	hwf_attribute_category,
	hwf_attribute1,
	hwf_attribute2,
	hwf_attribute3,
	hwf_attribute4,
	hwf_attribute5,
	hwf_attribute6,
	hwf_attribute7,
	hwf_attribute8,
	hwf_attribute9,
	hwf_attribute10,
	hwf_attribute11,
	hwf_attribute12,
	hwf_attribute13,
	hwf_attribute14,
	hwf_attribute15,
	hwf_attribute16,
	hwf_attribute17,
	hwf_attribute18,
	hwf_attribute19,
	hwf_attribute20,
	hwf_attribute21,
	hwf_attribute22,
	hwf_attribute23,
	hwf_attribute24,
	hwf_attribute25,
	hwf_attribute26,
	hwf_attribute27,
	hwf_attribute28,
	hwf_attribute29,
	hwf_attribute30,
	object_version_number
  )
  Values
  (	p_rec.hrs_wkd_in_perd_fctr_id,
	p_rec.name,
	p_rec.business_group_id,
	p_rec.hrs_src_cd,
	p_rec.rndg_cd,
	p_rec.rndg_rl,
	p_rec.hrs_wkd_det_cd,
	p_rec.hrs_wkd_det_rl,
	p_rec.no_mn_hrs_wkd_flag,
	p_rec.mx_hrs_num,
	p_rec.no_mx_hrs_wkd_flag,
	p_rec.once_r_cntug_cd,
	p_rec.mn_hrs_num,
        p_rec.hrs_alt_val_to_use_cd,
        p_rec.pyrl_freq_cd,
        p_rec.hrs_wkd_calc_rl,
        p_rec.defined_balance_id,
        p_rec.bnfts_bal_id,
	p_rec.hwf_attribute_category,
	p_rec.hwf_attribute1,
	p_rec.hwf_attribute2,
	p_rec.hwf_attribute3,
	p_rec.hwf_attribute4,
	p_rec.hwf_attribute5,
	p_rec.hwf_attribute6,
	p_rec.hwf_attribute7,
	p_rec.hwf_attribute8,
	p_rec.hwf_attribute9,
	p_rec.hwf_attribute10,
	p_rec.hwf_attribute11,
	p_rec.hwf_attribute12,
	p_rec.hwf_attribute13,
	p_rec.hwf_attribute14,
	p_rec.hwf_attribute15,
	p_rec.hwf_attribute16,
	p_rec.hwf_attribute17,
	p_rec.hwf_attribute18,
	p_rec.hwf_attribute19,
	p_rec.hwf_attribute20,
	p_rec.hwf_attribute21,
	p_rec.hwf_attribute22,
	p_rec.hwf_attribute23,
	p_rec.hwf_attribute24,
	p_rec.hwf_attribute25,
	p_rec.hwf_attribute26,
	p_rec.hwf_attribute27,
	p_rec.hwf_attribute28,
	p_rec.hwf_attribute29,
	p_rec.hwf_attribute30,
	p_rec.object_version_number
  );
Line: 192

End insert_dml;
Line: 231

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

  Cursor C_Sel1 is select ben_hrs_wkd_in_perd_fctr_s.nextval from sys.dual;
Line: 248

End pre_insert;
Line: 282

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

    ben_hwf_rki.after_insert
      (
  p_hrs_wkd_in_perd_fctr_id       =>p_rec.hrs_wkd_in_perd_fctr_id
 ,p_name                          =>p_rec.name
 ,p_business_group_id             =>p_rec.business_group_id
 ,p_hrs_src_cd                    =>p_rec.hrs_src_cd
 ,p_rndg_cd                       =>p_rec.rndg_cd
 ,p_rndg_rl                       =>p_rec.rndg_rl
 ,p_hrs_wkd_det_cd                =>p_rec.hrs_wkd_det_cd
 ,p_hrs_wkd_det_rl                =>p_rec.hrs_wkd_det_rl
 ,p_no_mn_hrs_wkd_flag            =>p_rec.no_mn_hrs_wkd_flag
 ,p_mx_hrs_num                    =>p_rec.mx_hrs_num
 ,p_no_mx_hrs_wkd_flag            =>p_rec.no_mx_hrs_wkd_flag
 ,p_once_r_cntug_cd               =>p_rec.once_r_cntug_cd
 ,p_mn_hrs_num                    =>p_rec.mn_hrs_num
 ,p_hrs_alt_val_to_use_cd         =>p_rec.hrs_alt_val_to_use_cd
 ,p_pyrl_freq_cd                  =>p_rec.pyrl_freq_cd
 ,p_hrs_wkd_calc_rl               =>p_rec.hrs_wkd_calc_rl
 ,p_defined_balance_id            =>p_rec.defined_balance_id
 ,p_bnfts_bal_id                  =>p_rec.bnfts_bal_id
 ,p_hwf_attribute_category        =>p_rec.hwf_attribute_category
 ,p_hwf_attribute1                =>p_rec.hwf_attribute1
 ,p_hwf_attribute2                =>p_rec.hwf_attribute2
 ,p_hwf_attribute3                =>p_rec.hwf_attribute3
 ,p_hwf_attribute4                =>p_rec.hwf_attribute4
 ,p_hwf_attribute5                =>p_rec.hwf_attribute5
 ,p_hwf_attribute6                =>p_rec.hwf_attribute6
 ,p_hwf_attribute7                =>p_rec.hwf_attribute7
 ,p_hwf_attribute8                =>p_rec.hwf_attribute8
 ,p_hwf_attribute9                =>p_rec.hwf_attribute9
 ,p_hwf_attribute10               =>p_rec.hwf_attribute10
 ,p_hwf_attribute11               =>p_rec.hwf_attribute11
 ,p_hwf_attribute12               =>p_rec.hwf_attribute12
 ,p_hwf_attribute13               =>p_rec.hwf_attribute13
 ,p_hwf_attribute14               =>p_rec.hwf_attribute14
 ,p_hwf_attribute15               =>p_rec.hwf_attribute15
 ,p_hwf_attribute16               =>p_rec.hwf_attribute16
 ,p_hwf_attribute17               =>p_rec.hwf_attribute17
 ,p_hwf_attribute18               =>p_rec.hwf_attribute18
 ,p_hwf_attribute19               =>p_rec.hwf_attribute19
 ,p_hwf_attribute20               =>p_rec.hwf_attribute20
 ,p_hwf_attribute21               =>p_rec.hwf_attribute21
 ,p_hwf_attribute22               =>p_rec.hwf_attribute22
 ,p_hwf_attribute23               =>p_rec.hwf_attribute23
 ,p_hwf_attribute24               =>p_rec.hwf_attribute24
 ,p_hwf_attribute25               =>p_rec.hwf_attribute25
 ,p_hwf_attribute26               =>p_rec.hwf_attribute26
 ,p_hwf_attribute27               =>p_rec.hwf_attribute27
 ,p_hwf_attribute28               =>p_rec.hwf_attribute28
 ,p_hwf_attribute29               =>p_rec.hwf_attribute29
 ,p_hwf_attribute30               =>p_rec.hwf_attribute30
 ,p_object_version_number         =>p_rec.object_version_number
 ,p_effective_date                =>p_effective_date
      );
Line: 364

End post_insert;
Line: 382

  ben_hwf_bus.insert_validate(p_rec
  ,p_effective_date);
Line: 387

  pre_insert(p_rec);
Line: 391

  insert_dml(p_rec);
Line: 395

  post_insert(
p_effective_date,p_rec);