DBA Data[Home] [Help]

APPS.BEN_DCE_INS dependencies on BEN_DCE_SHD

Line 58: (p_rec in out nocopy ben_dce_shd.g_rec_type,

54: --
55: -- {End Of Comments}
56: -- ----------------------------------------------------------------------------
57: Procedure dt_insert_dml
58: (p_rec in out nocopy ben_dce_shd.g_rec_type,
59: p_effective_date in date,
60: p_datetrack_mode in varchar2,
61: p_validation_start_date in date,
62: p_validation_end_date in date) is

Line 72: ben_dce_shd.g_old_rec.effective_start_date

68: t.creation_date
69: from ben_dpnt_cvg_eligy_prfl_f t
70: where t.dpnt_cvg_eligy_prfl_id = p_rec.dpnt_cvg_eligy_prfl_id
71: and t.effective_start_date =
72: ben_dce_shd.g_old_rec.effective_start_date
73: and t.effective_end_date = (p_validation_start_date - 1);
74: --
75: l_proc varchar2(72) := g_package||'dt_insert_dml';
76: l_created_by ben_dpnt_cvg_eligy_prfl_f.created_by%TYPE;

Line 129: ben_dce_shd.g_api_dml := true; -- Set the api dml status

125: l_last_updated_by := fnd_global.user_id;
126: l_last_update_login := fnd_global.login_id;
127: End If;
128: --
129: ben_dce_shd.g_api_dml := true; -- Set the api dml status
130: --
131: -- Insert the row into: ben_dpnt_cvg_eligy_prfl_f
132: --
133: insert into ben_dpnt_cvg_eligy_prfl_f

Line 252: ben_dce_shd.g_api_dml := false; -- Unset the api dml status

248: p_rec.dpnt_dsgnt_crntly_enrld_flag,
249: p_rec.dpnt_crit_flag
250: );
251: --
252: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
253: hr_utility.set_location(' Leaving:'||l_proc, 15);
254: --
255: Exception
256: When hr_api.check_integrity_violated Then

Line 258: ben_dce_shd.g_api_dml := false; -- Unset the api dml status

254: --
255: Exception
256: When hr_api.check_integrity_violated Then
257: -- A check constraint has been violated
258: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
259: ben_dce_shd.constraint_error
260: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
261: When hr_api.unique_integrity_violated Then
262: -- Unique integrity has been violated

Line 259: ben_dce_shd.constraint_error

255: Exception
256: When hr_api.check_integrity_violated Then
257: -- A check constraint has been violated
258: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
259: ben_dce_shd.constraint_error
260: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
261: When hr_api.unique_integrity_violated Then
262: -- Unique integrity has been violated
263: ben_dce_shd.g_api_dml := false; -- Unset the api dml status

Line 263: ben_dce_shd.g_api_dml := false; -- Unset the api dml status

259: ben_dce_shd.constraint_error
260: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
261: When hr_api.unique_integrity_violated Then
262: -- Unique integrity has been violated
263: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
264: ben_dce_shd.constraint_error
265: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
266: When Others Then
267: ben_dce_shd.g_api_dml := false; -- Unset the api dml status

Line 264: ben_dce_shd.constraint_error

260: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
261: When hr_api.unique_integrity_violated Then
262: -- Unique integrity has been violated
263: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
264: ben_dce_shd.constraint_error
265: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
266: When Others Then
267: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
268: Raise;

Line 267: ben_dce_shd.g_api_dml := false; -- Unset the api dml status

263: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
264: ben_dce_shd.constraint_error
265: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
266: When Others Then
267: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
268: Raise;
269: End dt_insert_dml;
270: --
271: -- ----------------------------------------------------------------------------

Line 275: (p_rec in out nocopy ben_dce_shd.g_rec_type,

271: -- ----------------------------------------------------------------------------
272: -- |------------------------------< insert_dml >------------------------------|
273: -- ----------------------------------------------------------------------------
274: Procedure insert_dml
275: (p_rec in out nocopy ben_dce_shd.g_rec_type,
276: p_effective_date in date,
277: p_datetrack_mode in varchar2,
278: p_validation_start_date in date,
279: p_validation_end_date in date) is

Line 335: (p_rec in out nocopy ben_dce_shd.g_rec_type,

331: --
332: -- {End Of Comments}
333: -- ----------------------------------------------------------------------------
334: Procedure pre_insert
335: (p_rec in out nocopy ben_dce_shd.g_rec_type,
336: p_effective_date in date,
337: p_datetrack_mode in varchar2,
338: p_validation_start_date in date,
339: p_validation_end_date in date) is

Line 394: (p_rec in ben_dce_shd.g_rec_type,

390: --
391: -- {End Of Comments}
392: -- ----------------------------------------------------------------------------
393: Procedure post_insert
394: (p_rec in ben_dce_shd.g_rec_type,
395: p_effective_date in date,
396: p_datetrack_mode in varchar2,
397: p_validation_start_date in date,
398: p_validation_end_date in date) is

Line 525: p_rec in ben_dce_shd.g_rec_type,

521: -- ----------------------------------------------------------------------------
522: Procedure ins_lck
523: (p_effective_date in date,
524: p_datetrack_mode in varchar2,
525: p_rec in ben_dce_shd.g_rec_type,
526: p_validation_start_date out nocopy date,
527: p_validation_end_date out nocopy date) is
528: --
529: l_proc varchar2(72) := g_package||'ins_lck';

Line 566: p_rec in out nocopy ben_dce_shd.g_rec_type,

562: -- |---------------------------------< ins >----------------------------------|
563: -- ----------------------------------------------------------------------------
564: Procedure ins
565: (
566: p_rec in out nocopy ben_dce_shd.g_rec_type,
567: p_effective_date in date
568: ) is
569: --
570: l_proc varchar2(72) := g_package||'ins';

Line 684: l_rec ben_dce_shd.g_rec_type;

680: p_dpnt_dsgnt_crntly_enrld_flag in varchar2 default 'N',
681: p_dpnt_crit_flag in varchar2 default 'N'
682: ) is
683: --
684: l_rec ben_dce_shd.g_rec_type;
685: l_proc varchar2(72) := g_package||'ins';
686: --
687: Begin
688: hr_utility.set_location('Entering:'||l_proc, 5);

Line 694: ben_dce_shd.convert_args

690: -- Call conversion function to turn arguments into the
691: -- p_rec structure.
692: --
693: l_rec :=
694: ben_dce_shd.convert_args
695: (
696: null,
697: null,
698: null,