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 250: ben_dce_shd.g_api_dml := false; -- Unset the api dml status

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

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

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

Line 257: ben_dce_shd.constraint_error

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

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

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

Line 262: ben_dce_shd.constraint_error

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

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

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

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

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

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

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

Line 392: (p_rec in ben_dce_shd.g_rec_type,

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

Line 522: p_rec in ben_dce_shd.g_rec_type,

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

Line 563: p_rec in out nocopy ben_dce_shd.g_rec_type,

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

Line 680: l_rec ben_dce_shd.g_rec_type;

676: p_dpnt_cvrd_in_anthr_pl_flag in varchar2 default 'N',
677: p_dpnt_dsgnt_crntly_enrld_flag in varchar2 default 'N'
678: ) is
679: --
680: l_rec ben_dce_shd.g_rec_type;
681: l_proc varchar2(72) := g_package||'ins';
682: --
683: Begin
684: hr_utility.set_location('Entering:'||l_proc, 5);

Line 690: ben_dce_shd.convert_args

686: -- Call conversion function to turn arguments into the
687: -- p_rec structure.
688: --
689: l_rec :=
690: ben_dce_shd.convert_args
691: (
692: null,
693: null,
694: null,