DBA Data[Home] [Help]

APPS.BEN_ADE_INS dependencies on BEN_ADE_SHD

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

54: --
55: -- {End Of Comments}
56: -- ----------------------------------------------------------------------------
57: Procedure dt_insert_dml
58: (p_rec in out nocopy ben_ade_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_ade_shd.g_old_rec.effective_start_date

68: t.creation_date
69: from ben_apld_dpnt_cvg_elig_prfl_f t
70: where t.apld_dpnt_cvg_elig_prfl_id = p_rec.apld_dpnt_cvg_elig_prfl_id
71: and t.effective_start_date =
72: ben_ade_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_apld_dpnt_cvg_elig_prfl_f.created_by%TYPE;

Line 129: ben_ade_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_ade_shd.g_api_dml := true; -- Set the api dml status
130: --
131: -- Insert the row into: ben_apld_dpnt_cvg_elig_prfl_f
132: --
133: insert into ben_apld_dpnt_cvg_elig_prfl_f

Line 232: ben_ade_shd.g_api_dml := false; -- Unset the api dml status

228: l_last_updated_by,
229: l_last_update_login
230: );
231: --
232: ben_ade_shd.g_api_dml := false; -- Unset the api dml status
233: hr_utility.set_location(' Leaving:'||l_proc, 15);
234: --
235: Exception
236: When hr_api.check_integrity_violated Then

Line 238: ben_ade_shd.g_api_dml := false; -- Unset the api dml status

234: --
235: Exception
236: When hr_api.check_integrity_violated Then
237: -- A check constraint has been violated
238: ben_ade_shd.g_api_dml := false; -- Unset the api dml status
239: ben_ade_shd.constraint_error
240: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
241: When hr_api.unique_integrity_violated Then
242: -- Unique integrity has been violated

Line 239: ben_ade_shd.constraint_error

235: Exception
236: When hr_api.check_integrity_violated Then
237: -- A check constraint has been violated
238: ben_ade_shd.g_api_dml := false; -- Unset the api dml status
239: ben_ade_shd.constraint_error
240: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
241: When hr_api.unique_integrity_violated Then
242: -- Unique integrity has been violated
243: ben_ade_shd.g_api_dml := false; -- Unset the api dml status

Line 243: ben_ade_shd.g_api_dml := false; -- Unset the api dml status

239: ben_ade_shd.constraint_error
240: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
241: When hr_api.unique_integrity_violated Then
242: -- Unique integrity has been violated
243: ben_ade_shd.g_api_dml := false; -- Unset the api dml status
244: ben_ade_shd.constraint_error
245: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
246: When Others Then
247: ben_ade_shd.g_api_dml := false; -- Unset the api dml status

Line 244: ben_ade_shd.constraint_error

240: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
241: When hr_api.unique_integrity_violated Then
242: -- Unique integrity has been violated
243: ben_ade_shd.g_api_dml := false; -- Unset the api dml status
244: ben_ade_shd.constraint_error
245: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
246: When Others Then
247: ben_ade_shd.g_api_dml := false; -- Unset the api dml status
248: Raise;

Line 247: ben_ade_shd.g_api_dml := false; -- Unset the api dml status

243: ben_ade_shd.g_api_dml := false; -- Unset the api dml status
244: ben_ade_shd.constraint_error
245: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
246: When Others Then
247: ben_ade_shd.g_api_dml := false; -- Unset the api dml status
248: Raise;
249: End dt_insert_dml;
250: --
251: -- ----------------------------------------------------------------------------

Line 255: (p_rec in out nocopy ben_ade_shd.g_rec_type,

251: -- ----------------------------------------------------------------------------
252: -- |------------------------------< insert_dml >------------------------------|
253: -- ----------------------------------------------------------------------------
254: Procedure insert_dml
255: (p_rec in out nocopy ben_ade_shd.g_rec_type,
256: p_effective_date in date,
257: p_datetrack_mode in varchar2,
258: p_validation_start_date in date,
259: p_validation_end_date in date) is

Line 315: (p_rec in out nocopy ben_ade_shd.g_rec_type,

311: --
312: -- {End Of Comments}
313: -- ----------------------------------------------------------------------------
314: Procedure pre_insert
315: (p_rec in out nocopy ben_ade_shd.g_rec_type,
316: p_effective_date in date,
317: p_datetrack_mode in varchar2,
318: p_validation_start_date in date,
319: p_validation_end_date in date) is

Line 371: (p_rec in ben_ade_shd.g_rec_type,

367: --
368: -- {End Of Comments}
369: -- ----------------------------------------------------------------------------
370: Procedure post_insert
371: (p_rec in ben_ade_shd.g_rec_type,
372: p_effective_date in date,
373: p_datetrack_mode in varchar2,
374: p_validation_start_date in date,
375: p_validation_end_date in date) is

Line 492: p_rec in ben_ade_shd.g_rec_type,

488: -- ----------------------------------------------------------------------------
489: Procedure ins_lck
490: (p_effective_date in date,
491: p_datetrack_mode in varchar2,
492: p_rec in ben_ade_shd.g_rec_type,
493: p_validation_start_date out nocopy date,
494: p_validation_end_date out nocopy date) is
495: --
496: l_proc varchar2(72) := g_package||'ins_lck';

Line 545: p_rec in out nocopy ben_ade_shd.g_rec_type,

541: -- |---------------------------------< ins >----------------------------------|
542: -- ----------------------------------------------------------------------------
543: Procedure ins
544: (
545: p_rec in out nocopy ben_ade_shd.g_rec_type,
546: p_effective_date in date
547: ) is
548: --
549: l_proc varchar2(72) := g_package||'ins';

Line 653: l_rec ben_ade_shd.g_rec_type;

649: p_object_version_number out nocopy number,
650: p_effective_date in date
651: ) is
652: --
653: l_rec ben_ade_shd.g_rec_type;
654: l_proc varchar2(72) := g_package||'ins';
655: --
656: Begin
657: hr_utility.set_location('Entering:'||l_proc, 5);

Line 663: ben_ade_shd.convert_args

659: -- Call conversion function to turn arguments into the
660: -- p_rec structure.
661: --
662: l_rec :=
663: ben_ade_shd.convert_args
664: (
665: null,
666: null,
667: null,